Sends Data to Specified Block as per Tag
POST /policies/{policyId}/tag/{tagName}/blocks
Sends Data to Specified Block as per Tag
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
policyId
string
Policy ID
tagName
string
Block Name (Tag)
Response
description: Successful operation.
content:
application/json:
schema:
$ref: '#/components/schemas/BlockDTO'description: Unauthorized.description: Forbidden.description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated
Was this helpful?