mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
20 lines
477 B
YAML
20 lines
477 B
YAML
summary: Retrieve all printer profiles
|
|
operationId: getPrinterProfiles
|
|
description: >-
|
|
Retrieves a list of all configured printer profiles.
|
|
tags:
|
|
- Profiles
|
|
responses:
|
|
"200":
|
|
description: >-
|
|
List of available printer profiles
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: object
|
|
properties:
|
|
profiles:
|
|
type: array
|
|
items:
|
|
$ref: ../../components/schemas/printer/Profile.yaml
|