Secrets
Create
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Request payload for creating or updating a secret.
Name of the secret.
Example:
"SECRET_NAME"
Value of the secret.
Example:
"SECRET_VALUE"
ID of the user who created the secret.
Example:
1