Updates a secrets profile.
PATCH https://api-<BlueCat.edge.url>/v1/api/secretsProfiles/{id}
Authorization: Bearer authorization token
Content-Type; Application/JSON
{
"name": "new name"
}
Body parameters
- name—the updated name of the secrets profile.
Successful response
204 NO CONTENT
Possible error codes:
- BAD REQUEST - Invalid request
- NOT FOUND - Secrets profile can't be found
- CONFLICT - Secrets profile with that name already exists
- INTERNAL SERVER ERROR - Unexpected error