Sends Data to specified Block by Tag
Sends data to the specified block.
Authorizations
Path parameters
policyIdstringRequiredExample:
Policy Id
000000000000000000000001
tagNamestringRequiredExample:
Block name (Tag)
block-tag
Body
objectOptional
Responses
200
Successful operation.
application/json
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
503
Block Unavailable.
application/json
post
POST /api/v1/policies/{policyId}/tag/{tagName}/blocks 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