put https://{hostname}/api/secret-management/v1/secret-stores//token
This operation updates the token settings for the secret store.
Responses
This operation updates the token settings for the secret store.
xxxxxxxxxx
curl --request PUT \
--url https://hostname/api/secret-management/v1/secret-stores/secretStoreId/token \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"tokenLastUpdated": "2019-04-02T22:40:56.245+0000"
}