Update managed credential
PUT {{baseUrl}}/credentials/:uuid
Updates a managed credential object.
Note: You cannot use this endpoint to update the credential type. If you create a managed credential with the incorrect type, create a new managed credential with the correct credential type, and delete the incorrect managed credential.
Requires CAN EDIT [64] credential permissions. See Permissions.
Request Body
{"name"=>"eu esse proident", "description"=>"nulla cupidatat aliqua ullamco non", "ad_hoc"=>true, "settings"=>{"domain"=>"laborum", "username"=>"eu pariatur", "auth_method"=>"Password", "password"=>"elit enim ea Duis"}, "permissions"=>[{"grantee_uuid"=>"esse ullamco", "type"=>"group", "permissions"=>-88758619, "name"=>"qui esse et sed"}, {"grantee_uuid"=>"aliqua nostrud", "type"=>"group", "permissions"=>57698021, "name"=>"commodo dolor in laborum"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"updated":true}