Printago API
PATCH
/v1/printers/multi
Multi-update printers
Update different fields on each printer in a single request
Request Body
Array of individual printer updates
RequestBody
value
object[]
Example Request
application/json
[
{
"name": "string",
"tags": [
"string"
],
"nozzleDiameter": "string",
"enabled": true,
"id": "string"
}
]