githubEdit

Update configuration of the Statistics Definition by ID

Updates statistic definition.

put

Updates statistic definition configuration for the specified statistic ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
definitionIdstringRequired

Statistic Definition Identifier

Example: 000000000000000000000001
Body
idstringOptionalExample: 000000000000000000000001
uuidstringOptionalExample: 00000000-0000-0000-0000-000000000000
namestringRequiredExample: Tool name
descriptionstringOptionalExample: Description
creatorstringOptionalExample: #did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001
ownerstringOptionalExample: #did:hedera:testnet:AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA_0.0.0000001
topicIdstringOptionalExample: 0.0.1
messageIdstringOptionalExample: 0000000000.000000001
policyIdstringOptionalExample: 000000000000000000000001
policyTopicIdstringOptionalExample: 0.0.1
policyInstanceTopicIdstringOptionalExample: 0.0.1
statusstring · enumOptionalExample: DRAFTPossible values:
configobject | nullableOptional
Responses
chevron-right
200

Successful operation.

application/json
put
/policy-statistics/{definitionId}

Last updated

Was this helpful?