-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Right now, the inventory-api support PUT method. A Put request is used to update an entire resource on the server. for example: I call a Post request to create a new resource with console_href and api_href in reporter_data. Next time, when I call a Put method, the console_href and api_href will be replaced with empty since I do not set those value because those 2 attributes are optional.
My expected behaviour is in this case, I should call Patch method instead of Put.
- is depended on by
-
RHCLOUD-36262 Make Nodes as optional
- Closed