Skip to content

Commit 0c59f84

Browse files
authored
Update printsettings.md
1 parent 2d2da10 commit 0c59f84

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

api-reference/beta/resources/printsettings.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: printSettings resource type
3-
description: Represents tenant-wide settings for the Universal Print service.
4-
author: braedenp-msft
2+
title: "printSettings resource type"
3+
description: "Represents tenant-wide settings for the Universal Print service."
4+
author: "braedenp-msft"
55
ms.localizationpriority: medium
6-
ms.subservice: universal-print
6+
ms.subservice: "universal-print"
77
doc_type: resourcePageType
8-
ms.date: 07/23/2024
8+
ms.date: "07/23/2024"
99
---
1010

1111
# printSettings resource type
@@ -16,6 +16,9 @@ Namespace: microsoft.graph
1616

1717
Represents tenant-wide settings for the Universal Print service.
1818

19+
> [!NOTE]
20+
> **AirPrint**, **Mac**, and **macOS** are trademarks of Apple, Inc., registered in the US and other countries/regions.
21+
1922
## Properties
2023
| Property | Type | Description |
2124
|:-------------|:------------|:------------|
@@ -39,13 +42,7 @@ The following JSON shows a representation of the resource.
3942

4043
```json
4144
{
42-
"documentConversionEnabled": true,
43-
"printerDiscoverySettings": {
44-
"@odata.type": "microsoft.graph.printerDiscoverySettings"
45-
}
45+
"documentConversionEnabled": "Boolean",
46+
"printerDiscoverySettings": {"@odata.type": "microsoft.graph.printerDiscoverySettings"}
4647
}
4748
```
48-
49-
## Credit notice
50-
51-
**AirPrint**, **Mac**, and **macOS** are trademarks of Apple, Inc., registered in the US and other countries/regions.

0 commit comments

Comments
 (0)