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