Labels

Put Labels

PUT /api/.../labels?labelTypeID={labelTypeID}

Updates labels for the logged in user and specified label type.

Request Information

Parameters
Name Type Required Description
labelTypeID Integer Yes A label type identifier.
Example
application/json, text/json
  {
    "Content1": "Test-1",
    "Content2": null,
    "Content3": null
  },
  {
    "Content1": "Test-2",
    "Content2": null,
    "Content3": null
  }
]

HTTP Response Codes

Code Description
200 OK. Success