Sends Data to Specified Block

Sends data to the specified block.

post

Sends data to the specified block.

Authorizations
Path parameters
policyIdstringRequired

Policy Id

Example: 000000000000000000000001
uuidstringRequired

Block Identifier

Example: 00000000-0000-0000-0000-000000000000
Body
objectOptional
Responses
200
Successful operation.
application/json
post
POST /api/v1/policies/{policyId}/blocks/{uuid} HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 2

{}
{
  "id": "text",
  "blockType": "text",
  "blocks": [
    {
      "id": "text",
      "blockType": "text",
      "blocks": [
        {
          "id": "text",
          "blockType": "text",
          "blocks": [
            "[Circular Reference]"
          ]
        }
      ]
    }
  ]
}

Last updated