Create a new credential pair

post

/design/-/resources/tenant/securestorage/

The credential pair consists of the username and a secret. 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
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 created credential pair
Back to Top