File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
lib/rest/static/dereferenced Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -63099,13 +63099,21 @@
6309963099 "nullable": true,
6310063100 "example": "my token",
6310163101 "description": "The note given to the token. This will only be present when the credential is a token."
63102+ },
63103+ "authorized_credential_expires_at": {
63104+ "type": "string",
63105+ "format": "date-time",
63106+ "nullable": true,
63107+ "description": "The expiry for the token. This will only be present when the credential is a token."
6310263108 }
6310363109 },
6310463110 "required": [
6310563111 "login",
6310663112 "credential_id",
6310763113 "credential_type",
63108- "credential_authorized_at"
63114+ "credential_authorized_at",
63115+ "credential_accessed_at",
63116+ "authorized_credential_id"
6310963117 ]
6311063118 }
6311163119 },
You can’t perform that action at this time.
0 commit comments