Last updated 6 months ago
Sends data to the specified block.
/policies/{policyId}/blocks/{uuid}
Policy Id
000000000000000000000001
Block Identifier
00000000-0000-0000-0000-000000000000
curl -L \ --request POST \ --url '/api/v1/policies/{policyId}/blocks/{uuid}' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{}'
{ "id": "text", "blockType": "text", "blocks": [ { "id": "text", "blockType": "text", "blocks": "[Circular Reference]" } ] }