Update an API Token for a specific token ID
- Print
- PDF
Update an API Token for a specific token ID
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Put
/api/token/{tokenId}
Security
HTTP
Type bearer
Path parameters
tokenId
stringRequired
Token ID
Body parameters
{
"name": "admin-token1",
"tokenExpirationDays": 60
}
object
id
string
name
string
expiresOn
string (date-time)
createdOn
string (date-time)
type
string
Valid values[ "DEFAULT", "SCIM", "ServiceIdentity" ]
tokenExpirationDays
integer (int32)
Any value between 1 and 90 days.
status
string
Valid values[ "Active", "Inactive" ]
lastAccessed
string (date-time)
assignedTo
string
token
string
createdBy
string
Responses
204
No content
Was this article helpful?