Create secret
POST/nevisadmin/api/v1/tenants/:tenantKey/secrets
Required permission: MODIFY_TENANT on the tenant, or global scope
Create a new tenant secret. If the secret id is left unspecified, a random id will be generated.
Request
Responses
- 201
- 400
- 403
- 404
- 409
Secret created
Invalid request body or parameters
Insufficient permissions.
Tenant not found
A secret with the given id already exists