v1
latestOpenAPI 3.0.32026-07-24106305257.4 KBSecrets
Update a Secret
Update an existing secret.
put/secrets/{id}
Path parameters
idstring required
The unique identifier of the secret to update
Request body
Example request
{
"header_name": "X-Custom-Auth",
"username": "myuser",
"password": "my-secure-password"
}Response
Updated