Run record from zip file

Run record from a zip file.

POST /record/{policyId}/running/start

Run record from a zip file. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

policyId*

String

Policy ID

Request Body

NameTypeDescription

*

file

A zip file containing record to be run.

content:
            application/json:
              schema:
                type: boolean

Last updated