/v1/api/secretsProfiles/{id} (PATCH) - BlueCat Edge - Service Point v4.x.x

BlueCat Edge User Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v4.x.x

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