Patch configuration
PUT/api/v4/config/patch
Submit configuration to patch. As of server version 4.8, the PluginSettings.EnableUploads and PluginSettings.SignaturePublicKeyFiles settings cannot be modified by this endpoint.
Permissions
Must have manage_system permission.
Minimum server version: 5.20
Note
The Plugins are stored as a map, and since a map may recursively go down to any depth, individual fields of a map are not changed. Consider using the update config (PUT api/v4/config) endpoint to update a plugins configurations.
Request
Responses
- 200
- 400
- 403
Configuration update successful
Invalid or missing parameters in URL or request body
Do not have appropriate permissions