Update Label configuration by ID
Updates policy label configuration for the specified label ID.
Authorizations
Path parameters
definitionIdstringRequiredExample: 
policy label Identifier
000000000000000000000001Body
idstringOptionalExample: 
000000000000000000000001uuidstringOptionalExample: 
00000000-0000-0000-0000-000000000000namestringRequiredExample: 
Tool namedescriptionstringOptionalExample: 
DescriptioncreatorstringOptionalExample: 
#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001ownerstringOptionalExample: 
#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001topicIdstringOptionalExample: 
0.0.1messageIdstringOptionalExample: 
0000000000.000000001policyIdstringOptionalExample: 
000000000000000000000001policyTopicIdstringOptionalExample: 
0.0.1policyInstanceTopicIdstringOptionalExample: 
0.0.1statusstring · enumOptionalExample: 
DRAFTPossible values: configobject | nullableOptional
Responses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
put
/policy-labels/{definitionId}PUT /api/v1/policy-labels/{definitionId} HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 478
{
  "id": "000000000000000000000001",
  "uuid": "00000000-0000-0000-0000-000000000000",
  "name": "Tool name",
  "description": "Description",
  "creator": "#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001",
  "owner": "#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001",
  "topicId": "0.0.1",
  "messageId": "0000000000.000000001",
  "policyId": "000000000000000000000001",
  "policyTopicId": "0.0.1",
  "policyInstanceTopicId": "0.0.1",
  "status": "DRAFT",
  "config": {}
}{
  "id": "000000000000000000000001",
  "uuid": "00000000-0000-0000-0000-000000000000",
  "name": "Tool name",
  "description": "Description",
  "creator": "#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001",
  "owner": "#did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001",
  "topicId": "0.0.1",
  "messageId": "0000000000.000000001",
  "policyId": "000000000000000000000001",
  "policyTopicId": "0.0.1",
  "policyInstanceTopicId": "0.0.1",
  "status": "DRAFT",
  "config": {}
}Last updated