Create or update an external application
PUT/v1/admin/external-applications/:oAuthAppId
Creates a new external application record keyed by oAuthAppId, or
updates the slug of an existing one. Idempotent — re-submitting with
the same values has no effect. The slug must be unique across all
external applications.
Request
Responses
- 200
- 400
- 401
- 500
External application created or updated successfully
Schema validation failed (GEN000000)
Missing or invalid authentication token (GEN001002) or Role unauthorized (GEN001006)
Internal server error (GEN100000)