Add Labels

Update an existing Ontology

Request
path Parameters
id
required
string
Request Body schema: application/json
required
Array of objects (CreateLabelPayload)
property name*
additional property
any
Responses
200

Ok

patch/ontologies/{id}/addLabels
Request samples
application/json
{
  • "labelsNode": [
    ]
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "updatedBy": "string",
  • "creator": "string",
  • "title": "string",
  • "roots": [
    ],
  • "metadata": {
    },
  • "attributes": [
    ],
  • "errors": [
    ]
}