label.update scope.
External DocumentationTo learn more, visit the Hyperproof documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
label.update scope.
| Parameter | Description |
|---|---|
| Cancellations | Json object of an array of cancellations. Example: For further explanation on how to use this parameter refer to Hyperproof’s documentation. |
| Description | The description of the label. |
| Label ID | The unique identifier of the label to update. Can be obtained by using the List Labels action. |
| Name | The name of the label. |
| Parameter | Description |
|---|---|
| Fresh As Of Date | The fresh as of date of the label. |
| Fresh As Of Note | The fresh as of note of the label. |
| Fresh For Duration | The fresh for duration of the label. |
| Freshness Policy | The freshness policy of the label. |
| Reset Freshness Note | The reset freshness note. |
{
"id": "string",
"orgId": "string",
"name": "string",
"description": "string",
"freshnessPolicy": "string",
"freshForDuration": "string",
"createdBy": {
"id": "string",
"email": "string",
"givenName": "string",
"surname": "string",
"profilePhotoName": "string",
"userId": "string",
"roleIds": [
"string"
],
"state": "string"
},
"createdOn": "string",
"updatedBy": {
"id": "string",
"email": "string",
"givenName": "string",
"surname": "string",
"profilePhotoName": "string",
"userId": "string",
"roleIds": [
"string"
],
"state": "string"
},
"updatedOn": "string",
"status": "string",
"permissions": [
"string"
]
}
Was this page helpful?