Update an OAuth app
PUT/api/v4/oauth/apps/:app_id
Update an OAuth 2.0 client application based on OAuth struct.
Permissions
If app creator, must have mange_oauth permission otherwise manage_system_wide_oauth permission is required.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 501
App update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Feature is disabled