v4

latestOpenAPI 3.0.1Apache 2.02026-08-036821,1001.5 MB
Configuration - Policy

Update classification rule

Update the exist classification rule.

put/classification-rules/{id}

Path parameters

idinteger required

The classification rule ID

Request body

namestring required

The name of classification assignment

descriptionstring

The description of classification assignment

Response

OK

idinteger required

The unique identifier

create_timestring date-time required

The create time in UTC (ISO 8601 format)

update_timestring date-time required

The last update time in UTC (ISO 8601 format)

org_idinteger

The organization identifier, valid when enabling HIQ feature

namestring required

The classification assignment name

descriptionstring

The classification assignment description

Example response

{
  "classifications": [
    {
      "value": "AABBCCDDEEFF"
    }
  ]
}