Skip to main content
POST
Publish a new version of a node

인증

Authorization
string
header
필수

Bearer token authentication. Normally a Firebase or Cloud JWT. A 'comfyui-' prefixed API key is ALSO accepted in this header: the prefix classifies the value as an API key and it is validated exactly as if it had been sent in X-API-Key. Accepted on the operations served by the comfyFirebase auth middleware (BE-9720, parity with ingest).

경로 매개변수

publisherId
string
필수
nodeId
string
필수

본문

application/json
node
object
필수
node_version
object
필수
personal_access_token
string
필수

응답

New version published successfully

node_version
object
signedUrl
string

The signed URL to upload the node version token.