Update an application
PATCH/nevisidm/api/core/v1/applications/:extId
Since: 2.74.0
Required permission(s): AccessControl.ApplicationModify
Partially updates the application with the given external ID. Only provided fields will be updated. Fields not included in the request body remain unchanged.
The application name, description, URL, display flag, and language-dependent display names can be modified. The external ID cannot be changed after creation.
Request
Responses
- 200
- 403
- 404
- 409
- 422
Application updated successfully
Insufficient permissions
Referenced resource not found
Optimistic locking conflict
Invalid request parameters