action netboxdemo_circuits_circuit_types_create { label: "circuits_circuit-types_create" description: "" provider: netboxdemo method: POST path: "/circuits/circuit-types/" encoding: json output: { type: "object" required: ["name", "slug"] properties: { circuit_count: { type: "integer" } description: { type: "string" } id: { type: "integer" } name: { type: "string" } slug: { type: "string" format: "slug" } } } }