D toc |
---|
Performs a dry-run of generating a flow package and exporting it, which performs a check of all permissions required to export the package.
If they occur, permissions errors are reported in the response.
Version: v3
Required Permissions
D s api auth |
---|
Request
Request Type: GET
Endpoint:
Code Block |
---|
/v3/flows/<id>/package/dryRun |
Parameter | Description |
---|---|
<id> | Internal identifier of the flow to retrieve. |
Request URI - Example:
Code Block |
---|
/v3/flows/7/package/dryRun |
Request Body:
None.
Response
Response Status Code - Success: 200 - OK
Response Body Example:
Code Block |
---|
{} |
Reference
None.