© 2024 Clarivate
PUT /api/.../labels?labelTypeID={labelTypeID}
Updates labels for the logged in user and specified label type.
Name | Type | Required | Description |
---|---|---|---|
labelTypeID | Integer | Yes | A label type identifier. |
{
"Content1": "Test-1",
"Content2": null,
"Content3": null
},
{
"Content1": "Test-2",
"Content2": null,
"Content3": null
}
]
Code | Description |
---|---|
200 | OK. Success |