Label
Update label
Update label object.
put/api/v1/labels/{labelID}
Path parameters
labelIDinteger required
A unique integer value identifying this label.
Request body
Example request
{
"id": 1,
"url": "https://example.rossum.app/api/v1/labels/1",
"name": "expedite",
"organization": "https://example.rossum.app/api/v1/organizations/406",
"color": "#FF5733"
}Response
OK
Example response
{
"id": 1,
"url": "https://example.rossum.app/api/v1/labels/1",
"name": "expedite",
"organization": "https://example.rossum.app/api/v1/organizations/406",
"color": "#FF5733"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.