Skip to content

Commit fed38d7

Browse files
author
Jarbas Horst
committed
Update response examples in API documentation to enhance clarity
- Modified response sections across multiple API endpoints to clarify that the response object may be shortened for readability. - Ensured consistent formatting and phrasing in the response notes for improved user understanding.
1 parent 08e9884 commit fed38d7

207 files changed

Lines changed: 639 additions & 213 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

api-reference/v1.0/api/administrativeunit-delete-scopedrolemembers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ DELETE https://graph.microsoft.com/v1.0/directory/administrativeUnits/{id}/scope
8888
---
8989

9090
### Response
91-
The following example shows the response. Note: The response object shown here might be shortened for readability.
91+
The following example shows the response.
92+
93+
> **Note:** The response object shown here might be shortened for readability.
9294
<!-- {
9395
"blockType": "response",
9496
"truncated": true

api-reference/v1.0/api/administrativeunit-delete.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ DELETE https://graph.microsoft.com/v1.0/directory/administrativeUnits/{id}
8888
---
8989

9090
### Response
91-
The following example shows the response. Note: The response object shown here might be shortened for readability.
91+
The following example shows the response.
92+
93+
> **Note:** The response object shown here might be shortened for readability.
9294
<!-- {
9395
"blockType": "response",
9496
"truncated": true

api-reference/v1.0/api/administrativeunit-get-scopedrolemembers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ GET https://graph.microsoft.com/v1.0/directory/administrativeUnits/{id}/scopedRo
8989
---
9090

9191
### Response
92-
The following example shows the response. Note: The response object shown here might be shortened for readability.
92+
The following example shows the response.
93+
94+
> **Note:** The response object shown here might be shortened for readability.
9395
<!-- {
9496
"blockType": "response",
9597
"truncated": true,

api-reference/v1.0/api/administrativeunit-list-scopedrolemembers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ GET https://graph.microsoft.com/v1.0/directory/administrativeUnits/8a07f5a8-edc9
8989
---
9090

9191
### Response
92-
The following example shows the response. Note: The response object shown here might be shortened for readability.
92+
The following example shows the response.
93+
94+
> **Note:** The response object shown here might be shortened for readability.
9395
<!-- {
9496
"blockType": "response",
9597
"truncated": true,

api-reference/v1.0/api/administrativeunit-post-scopedrolemembers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ Content-type: application/json
9797

9898
In the request body, supply a JSON representation of [scopedRoleMembership](../resources/scopedrolemembership.md) object.
9999
### Response
100-
The following example shows the response. Note: The response object shown here might be shortened for readability.
100+
The following example shows the response.
101+
102+
> **Note:** The response object shown here might be shortened for readability.
101103
<!-- {
102104
"blockType": "response",
103105
"truncated": true,

api-reference/v1.0/api/attachment-get.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,9 @@ GET https://graph.microsoft.com/v1.0/me/messages/AAMkAGUzY5QKjAAA=/attachments/A
209209
---
210210

211211
##### Response
212-
The following example shows the response. Note: The response object shown here might be shortened for readability.
212+
The following example shows the response.
213+
214+
> **Note:** The response object shown here might be shortened for readability.
213215
<!-- {
214216
"blockType": "response",
215217
"name": "get_file_attachment_v1",
@@ -605,7 +607,9 @@ GET https://graph.microsoft.com/v1.0/me/messages/AAMkAGUzY5QKgAAA=/attachments/A
605607
---
606608

607609
#### Response
608-
The following example shows the response. Note: The response object shown here might be shortened for readability.
610+
The following example shows the response.
611+
612+
> **Note:** The response object shown here might be shortened for readability.
609613
<!-- {
610614
"blockType": "response",
611615
"name": "get_reference_attachment",

api-reference/v1.0/api/bookingbusiness-post-bookingbusinesses.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ Content-type: application/json
103103
---
104104

105105
### Response
106-
The following example shows the response. Note: The response object shown here might be shortened for readability.
106+
The following example shows the response.
107+
108+
> **Note:** The response object shown here might be shortened for readability.
107109
<!-- {
108110
"blockType": "response",
109111
"truncated": true,

api-reference/v1.0/api/bookingbusiness-update.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ Content-type: application/json
107107
---
108108

109109
### Response
110-
The following example shows the response. Note: The response object shown here might be shortened for readability.
110+
The following example shows the response.
111+
112+
> **Note:** The response object shown here might be shortened for readability.
111113
<!-- {
112114
"blockType": "response",
113115
"truncated": true

api-reference/v1.0/api/bookingcurrency-get.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ GET https://graph.microsoft.com/v1.0/solutions/bookingCurrencies/USD
8484
---
8585

8686
### Response
87-
The following example shows the response. Note: The response object shown here might be shortened for readability.
87+
The following example shows the response.
88+
89+
> **Note:** The response object shown here might be shortened for readability.
8890
<!-- {
8991
"blockType": "response",
9092
"truncated": true,

api-reference/v1.0/api/bookingcustomer-update.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ Content-type: application/json
105105

106106
### Response
107107

108-
The following example shows the response. Note: The response object shown here might be shortened for readability.
108+
The following example shows the response.
109+
110+
> **Note:** The response object shown here might be shortened for readability.
109111
<!-- {
110112
"blockType": "response",
111113
"truncated": true,

0 commit comments

Comments
 (0)