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

Struct AdminUpdateNodeVersionJSONBody

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

AdminUpdateNodeVersionJSONBody defines parameters for AdminUpdateNodeVersion.

Source from the content-addressed store, hash-verified

421
422// AdminUpdateNodeVersionJSONBody defines parameters for AdminUpdateNodeVersion.
423type AdminUpdateNodeVersionJSONBody struct {
424 Status *NodeVersionStatus `json:"status,omitempty"`
425
426 // StatusReason The reason for the status change.
427 StatusReason *string `json:"status_reason,omitempty"`
428}
429
430// GetBranchParams defines parameters for GetBranch.
431type GetBranchParams struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected