Create or update a client mapping
PUT/v1/admin/external-applications/:oAuthAppId/clients/:slug
Grants the external application access to the specified client/brand
tenant. Idempotent — re-submitting an existing mapping has no effect.
Returns 404 if the application or slug does not exist.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Mapping created or updated successfully
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006)
Resource not found (GEN004001)
Internal server error (GEN100000)