EaserixDocs
DevelopersAPI referenceSignNotary

Replace compliance items

Replaces the tracked set (20 items max). Kinds are commission, bond, eo, other.

View as Markdown
PUT
/v1/notary/compliance
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/notary/compliance" \  -H "Content-Type: application/json" \  -d '{    "items": [      {        "kind": "string"      }    ]  }'
{  "items": [    {      "id": "string",      "kind": "string",      "label": "string",      "reference": "string",      "expiresAt": "2019-08-24T14:15:22Z",      "note": "string"    }  ]}