v1

latestOpenAPI 3.0.0Apache 2.02026-07-267057121.5 KB

Create a new workflow with the given UUID.

put/transform/v1/workflows/{id}

Path parameters

idstring required

UUID (any version) of the workflow to create.

Example:186522a6-e697-4e34-8498-eee961bcb845

UUID (any version) of the workflow to create.

Request body

countrystring

ISO country code the workflow will be used in.

descriptionstring

Description of the workflow.

draftboolean

When true, the current version of the workflow will not be published.

namestring

Name of the workflow.

schemastring

Short schema name that the workflow will be allowed to process.

Response

OK

countrystring

ISO country code the workflow will be used for.

created_atstring

When the workflow was created.

descriptionstring

Description of the workflow

disabledboolean

When true, this workflow can no longer be used.

draftboolean

When true, this workflow is still in draft mode and will not be used in jobs.

hashstring

Partial SHA256 hash of the workflow's contents.

idstring

The UUID (any version) of the workflow.

namestring

Name of the workflow

schemastring

Short schema name that the workflow will be allowed to process.

updated_atstring

When the workflow was last updated.

versionstring

Version of the workflow's contents currently defined.