Details
-
Sub-Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
2017-32, 2017-33, 2017-34, 2017-35
Description
PUT/POST/PATCH Support
Overview
The resources that support modifications need to implement the handling of modifying requests.
Details
The list of resources that support modifications:
- Servers
- Monitors
- Services
The service modifications are only done on the core level. The modules need to expose their own entry points to change module internal parameters.
Supported Methods
The modifications ideally support both PUT and PATCH but due to practical limitations, PUT is implemented first. PATCH will be implemented if it is deemed necessary and possible.