Sends Data to Specified Block Synchronously
POST /policies/{policyId}/blocks/{uuid}/sync-events
Sends Data to Specified Block Synchronously
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
policyId*
string
Policy ID
uuid*
string
Block Identifier
history
string
History
Response
description: Successful operation.
content:
application/json:
schema:
$ref: '#/components/schemas/ResponseDTOWithSyncEvents'description: Unauthorized.description: Forbidden.description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated
Was this helpful?