Create or update client
PUT/v1/admin/clients/:slug
Creates a new client/brand tenant record identified by {slug}, or
updates the clientStatus and brandStatus of an existing one.
Idempotent — re-submitting the same slug with the same status values
has no effect. The slug must be unique across all tenants.
Request
Responses
- 200
- 400
- 401
- 500
Clients created or updated successfully
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006)
Internal server error (GEN100000)