MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / apiPrinterState

Function apiPrinterState

src/octoprint/server/api/__init__.py:151–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

149@api.route("/state", methods=["GET"])
150@restricted_access
151def apiPrinterState():
152 return make_response(("/api/state has been deprecated, use /api/printer instead", 405, []))
153
154
155@api.route("/version", methods=["GET"])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected