MCPcopy Create free account
hub / github.com/ShipSecAI/studio / updateWorkflow

Method updateWorkflow

packages/backend-client/src/api-client.ts:111–116  ·  view source on GitHub ↗
(id: string, workflow: UpdateWorkflowPayload)

Source from the content-addressed store, hash-verified

109 }
110
111 async updateWorkflow(id: string, workflow: UpdateWorkflowPayload) {
112 return this.client.PUT('/api/v1/workflows/{id}', {
113 params: { path: { id } },
114 body: workflow,
115 });
116 }
117
118 async updateWorkflowMetadata(id: string, metadata: UpdateWorkflowMetadataPayload) {
119 return this.client.PATCH('/api/v1/workflows/{id}/metadata', {

Callers 1

api.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected