# Update a Printer **PUT /workspaces/{workspaceId}/printers/{printerId}** ## Servers - The production URL for sending requests to the Reelables API.: https://api.reelables.com/v1 (The production URL for sending requests to the Reelables API.) ## Authentication methods - Auth endpoint ## Parameters ### Headers - **request-id** (string) Unique identifier for the API request. Example: f7ecf495-ca1c-4468-a6c2-6ee3f723fa00 ### Path parameters - **workspaceId** (string) The identifier of the Workspace - **printerId** (string) The identifier of the Printer ### Body: application/json (object) - **name** (string) The name of the Printer ## Responses ### 200 200 response #### Body: application/json (object) - **name** (string) The name of the Printer - **printerId** (string) Printer identifier - the serial number of the Printer. Example: 'abcdefgh123456789' - **isOnline** (boolean) Indicates whether the Printer is currently online - **addedOn** (string(date-time)) Date that the Printer was added to the Workspace, in UTC. Example: '2019-07-21T17:32:28Z' - **workspaceId** (string(uuid)) Unique identifier of the workspace. Example: 'd290f1ee-6c54-4b01-90e6-d701748f0851' ### 401 Unauthorized #### Body: application/json (object) - **errors** (array[object]) ### 403 Forbidden #### Body: application/json (object) - **errors** (array[object]) ### 404 Printer not found in workspace #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)