Secrets
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.