Skip to content

Commit

Permalink
Access tokens: Update API Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlledom committed Nov 26, 2024
1 parent 0adfb8e commit fdd06a4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/active_docs/account_management_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3006,6 +3006,12 @@
"policy_registry"
]
}
},
"expires_at": {
"type": "string",
"format": "date-time",
"description": "Expiration time of the access token. In ISO 8601 format",
"example": "2030-01-01T12:00:00Z"
}
},
"required": [
Expand Down Expand Up @@ -7149,6 +7155,12 @@
"policy_registry"
]
}
},
"expires_at": {
"type": "string",
"format": "date-time",
"description": "Expiration time of the access token. In ISO 8601 format",
"example": "2030-01-01T12:00:00Z"
}
},
"required": [
Expand Down

0 comments on commit fdd06a4

Please sign in to comment.