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