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

Executes the test-run of the code in the block

Executes the test-run of the code in the block

POST  /api/v1/policies/:policyId/dry-run/block

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

policyId

string

Policy Id

Block Config

json

Block Config

Response

{
   description: Result.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DebugBlockResultDTO'
}
{
  description: Unauthorized.
}

{

description: Forbidden.

}

{

description: Internal server error.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'

}

Was this helpful?