- Method: PUT
- Path:
/api/v1/tenants/{tenant_id}/secrets/{secret_id}
Path Parameters
tenant_id(integer, required): The ID of the tenantsecret_id(integer, required): The ID of the secret
Request Body
Refer to theTenantSecretCreate schema in the OpenAPI playground.
Response
Returns aTenantSecretResponse object on success.