For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sends Data to specified Block by Tag

SENDING BLOCK DATA TO A SPECIFIED BLOCK BY TAG

Sends data to the specified block.

POST /policies/{policyId}/tag/{tag}/blocks

Sends data to the specified block

Path Parameters

Name
Type
Description

policyId*

String

Policy ID

tag*

String

Tag from the selected policy

{
    // Response
}
{
    // Response
}
{
    // Response
}
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}

Last updated