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

Method createWorkflow

packages/backend-client/src/api-client.ts:105–109  ·  view source on GitHub ↗
(workflow: CreateWorkflowPayload)

Source from the content-addressed store, hash-verified

103 }
104
105 async createWorkflow(workflow: CreateWorkflowPayload) {
106 return this.client.POST('/api/v1/workflows', {
107 body: workflow,
108 });
109 }
110
111 async updateWorkflow(id: string, workflow: UpdateWorkflowPayload) {
112 return this.client.PUT('/api/v1/workflows/{id}', {

Callers 2

mainFunction · 0.80
api.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected