Printago API
PUT
/v1/printer-throttle-groups/{id}/members
Replace Staggered Start group members
Path Parameters
id
required
string
Request Body
ReplacePrinterThrottleGroupMembersBody
printerIdsrequired
string[]
Example Request
application/json
{
"printerIds": [
"string"
]
}
Response Schema
Response
value
object[]
Example Response
200 OK — application/json
[
{
"groupId": "string",
"printerId": "string",
"id": "string",
"storeId": "string",
"createdAt": "2026-08-24T03:58:56.405Z",
"updatedAt": "2026-08-24T03:58:56.405Z"
}
]