Skip to content

Files

Latest commit

 

History

History
15 lines (12 loc) · 315 Bytes

edit_service_via_patch.md

File metadata and controls

15 lines (12 loc) · 315 Bytes

Editing a resource via the Patch Method.

Supported attribute actions include, add, edit and remove.

PATCH /api/services/1
[
  { "action" : "edit", "path" : "name", "value" : "service_001" },
  { "action" : "remove", "path" : "description"}
]

Back to Reference Guide