Patch a scheme
PUT/api/v4/schemes/:scheme_id/patch
Partially update a scheme by providing only the fields you want to update. Omitted fields will not be updated. The fields that can be updated are defined in the request body, all other provided fields will be ignored.
Permissions
manage_system permission is required.
Minimum server version: 5.0
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 501
Scheme patch 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