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'
}

Last updated