v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Workflow API

Update Workflow

Update an existing workflow.

put/v2/workflows/{id}

Path parameters

idstring required

The ID of the workflow.

Request body

namestring

The name of the workflow.

descriptionstring

A description of the workflow.

requireFormConfirmationboolean nullable

Whether the workflow requires form confirmation. Omit to leave unchanged.

contentstring

The content/code of the workflow.

isPublishedboolean nullable

Whether the workflow is published. Set to true to publish the workflow.

showInServiceCatalogboolean nullable

Whether to list this workflow in the Service Catalog. Omit to leave unchanged.

serviceCatalogDescriptionstring nullable

Description shown at the top of the Service Catalog run form. Omit to leave unchanged; send an empty string to clear it.

Response

Success