Skip to main content

Interface: UpdateWorkflowRevisionMetadataRequest

Defined in: packages/sdk/src/types/generated/workflow.ts:111

Request body for PATCH /workflows/{workflow_id}/revisions/{revision_id}.

Curation-only metadata for a revision — the human-readable label and the publish notes. Applies to BOTH the draft and published revisions (labels/notes are curation, not graph state), so it never bumps draft_modified_at. Only fields explicitly present in the request body are applied; an explicit null clears the field.

Properties

publishNotes?

optional publishNotes: string | null

Defined in: packages/sdk/src/types/generated/workflow.ts:113


revisionName?

optional revisionName: string | null

Defined in: packages/sdk/src/types/generated/workflow.ts:112