v1
latestOpenAPI 3.1.02026-07-24270180.3 KBModify a vault token
Modify an existing vault token representation
post/v1/vault-tokens/{vault_token}
Path parameters
vault_tokenstring required
The vault token to be modified. Returned at the creation stage.
Headers
x-user-secret-keystring required
Your API private/secret key. This can be found in the powerboard dashboard.
Content-Typestring required
Content-Type will always be application/json
Request body
Response
200
Example response
{
"status": 200,
"resource": {
"type": "vault-token",
"data": {
"vault_id": "5ecd322551eff9228f882bd1"
}
}
}