Forum Discussion
MCecile
Apr 19, 2021Copper Contributor
Can't update printer
When trying to call this API: (https://docs.microsoft.com/en-us/graph/api/printer-update?view=graph-rest-1.0&tabs=http) I get back the following response: { "error": { "code": "40...
- Apr 20, 2021
Hi,
The defaults being configured should be present in the capabilities of the printer.
You can get the capabilities of the printer using this API:
GET https://graph.microsoft.com/v1.0/print/printers/{printerId}?$select=id,displayName,capabilities
NishantLakhanpal
Microsoft
Apr 20, 2021Hi,
The defaults being configured should be present in the capabilities of the printer.
You can get the capabilities of the printer using this API:
GET https://graph.microsoft.com/v1.0/print/printers/{printerId}?$select=id,displayName,capabilities