Skip to main content
POST
Upload Flow JSON

Authorizations

x-api-key
string
header
required

Your ps_ API key

Path Parameters

id
string
required

The local id of the Flow — the id field GET /v1/flows returns, never metaFlowId.

Body

application/json
flowJson
string
required

The complete Flow JSON, as a STRING.

Example:

"{\"version\":\"7.1\",\"screens\":[]}"

Response

Accepted. validationErrors is always present and always empty here