ServiceΒΆ
For the data representation see Service Representation.
| Action | Verb | Noun | Description |
|---|---|---|---|
| insert | POST | /services | Creates new Service. |
| list/query | GET | /services | Return all Services registered in the UNIS instance. |
| get | GET | /services/{id} | Return the Service representation. |
| update | PUT | /services/{id} | Update the specified Service. |
| delete | DELETE | /services/{id} | Delete the specified Service. |
| patch | PATCH | /services/{id} | patch the specified Service . |