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