API Key
Update API key description
put/api/api-key/{id}
Path parameters
idstring required
Request body
Example request
{
"description": "My API Key"
}Response
Example response
{
"name": "89f7edbd",
"description": "My API Key",
"hash": "$2b$10$hfRNI.V7ewuN/K.5eSt6oelaQ.FDj6irfUNR9wkKnL/qsNT23aE4i"
}