Modify an existing credential pair

put

/design/-/resources/tenant/securestorage/{credentialId}

Use the application/x-www-form-urlencoded content type to update a credential with a text-based secret or use the multipart/form-data content type to update a credential, such as a keystore or certificate, with binary secret.

Request

Supported Media Types
Path Parameters
Form Parameters
Body ()
Secret binary part of the credential pair
Root Schema : InputStream
Type: object
Back to Top

Response

Supported Media Types

200 Response

JSON map with the ID of the updated credential pair

401 Response

Credential with the given ID does not exist or the username parameter is not present
Back to Top