Update OAuth app
PATCH/apps/:appId
Updates an existing OAuth application. Supports partial updates - only provided fields will be changed. The client secret cannot be updated via this endpoint; use the rotate endpoint instead. Only the app owner can update their apps.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Updated OAuth app (secret omitted)
Invalid request body or app ID format
Unauthorized - admin role and credentials.manage scope required
App not found or access denied
Internal server error