Marketplace: Templates

Manage reusable Flow and System templates.

List flow templates

get
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Responses
chevron-right
200

Success

No content

get
/api/v1/flow-templates
200

Success

No content

Get flow template

get
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Path parameters
flow_templatestringRequired
Responses
chevron-right
200

Success

No content

get
/api/v1/flow-templates/{flow_template}
200

Success

No content

Delete flow template

delete
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Path parameters
flow_templatestringRequired
Responses
chevron-right
200

Success

No content

delete
/api/v1/flow-templates/{flow_template}
200

Success

No content

Install flow template

post
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Path parameters
flow_templatestringRequired
Responses
chevron-right
200

Success

No content

post
/api/v1/flow-templates/{flow_template}/install
200

Success

No content

List global flow templates

get
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Responses
chevron-right
200

Success

No content

get
/api/v1/patchworks/flow-templates
200

Success

No content

Get global flow template

get
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Path parameters
flow_templatestringRequired
Responses
chevron-right
200

Success

No content

get
/api/v1/patchworks/flow-templates/{flow_template}
200

Success

No content

Install system template

post
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Path parameters
systemTemplatestringRequired
Responses
chevron-right
200

Success

No content

post
/api/v1/system-templates/{systemTemplate}
200

Success

No content

List global system templates

get
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Responses
chevron-right
200

Success

No content

get
/api/v1/patchworks/system-templates
200

Success

No content

Create system template

post
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Responses
chevron-right
200

Success

No content

post
/api/v1/patchworks/system-templates
200

Success

No content

Update system template

put
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Path parameters
system_templatestringRequired
Responses
chevron-right
200

Success

No content

put
/api/v1/patchworks/system-templates/{system_template}
200

Success

No content

Delete system template

delete
Authorizations
AuthorizationstringRequired

Standard Bearer Token. Example: Bearer eyJ...

Path parameters
system_templatestringRequired
Responses
chevron-right
200

Success

No content

delete
/api/v1/patchworks/system-templates/{system_template}
200

Success

No content

Last updated

Was this helpful?