Nuxa
Api referenceWorkflowsApiWorkflowsId

PUT /api/workflows/{id}

PUT
/api/workflows/{id}

Authorization

sessionAuth
better-auth.session_token<token>

Better Auth session cookie

In: cookie

Path Parameters

id*string

The id parameter

Request Body

application/json

name*string
description?string
color?string
folderId?string

Response Body

application/json

application/json

application/json

application/json

curl -X PUT "https://app.nuxa.ai/api/workflows/string" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}
{
  "error": "string",
  "code": "string"
}