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