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