v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBtokensLibraryManagement
Update a token.
Update a token with the given identifier in the token library.
put/v1/tokens/{id}
Path parameters
idstring required
Identifier of the token to update.
Request body
Example request
{
"name": "token-name",
"description": "token description: for test.",
"status": "Active",
"type": "CollectorRegistration"
}Response
The token was successfully modified.
Example response
{
"name": "token-name",
"description": "token description: for test.",
"status": "Active",
"type": "CollectorRegistrationTokenResponse"
}