POST
/
nodes
/
{nodeId}
/
versions
/
{version}
/
comfy-nodes
create comfy-nodes for certain node
curl --request POST \
  --url https://api.comfy.org/nodes/{nodeId}/versions/{version}/comfy-nodes \
  --header 'Content-Type: application/json' \
  --data '{
  "cloud_build_info": {
    "build_id": "<string>",
    "location": "<string>",
    "project_id": "<string>",
    "project_number": "<string>"
  },
  "nodes": {},
  "reason": "<string>",
  "status": "<string>",
  "success": true
}'
This response does not have an example.

Path Parameters

nodeId
string
required
version
string
required

Body

application/json

Response

204

Comy Nodes created successfully