Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 233 Bytes

edit_service.md

File metadata and controls

15 lines (13 loc) · 233 Bytes
POST /api/services/1
{
  "action" : "edit",
  "resource" : {
    "name" : "service_1",
    "description" : "This is an updated description for the first service"
  }
}

Back to Reference Guide