MCPcopy Create free account
hub / github.com/Comfy-Org/registry-backend / AdminUpdateNodeVersion

Method AdminUpdateNodeVersion

drip/api.gen.go:690–690  ·  view source on GitHub ↗

Admin Update Node Version Status (PUT /admin/nodes/{nodeId}/versions/{versionNumber})

(ctx echo.Context, nodeId string, versionNumber string)

Source from the content-addressed store, hash-verified

688 // Admin Update Node Version Status
689 // (PUT /admin/nodes/{nodeId}/versions/{versionNumber})
690 AdminUpdateNodeVersion(ctx echo.Context, nodeId string, versionNumber string) error
691 // Retrieve all distinct branches for a given repo
692 // (GET /branch)
693 GetBranch(ctx echo.Context, params GetBranchParams) error

Callers 3

TestRegistryNodeVersionFunction · 0.65

Implementers 3

DripStrictServerImplementationserver/implementation/api.implementati
ServerInterfaceWrapperdrip/api.gen.go
strictHandlerdrip/api.gen.go

Calls

no outgoing calls

Tested by 1

TestRegistryNodeVersionFunction · 0.52