Skip to content

Commit dcac9c9

Browse files
authored
Apply suggestions from code review
Co-authored-by: MSFT-Andrea <v-andreadr@microsoft.com>
1 parent f8cf3f2 commit dcac9c9

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

api-reference/beta/api/driveitem-get-content-format.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ GET /drive/root:/{path and filename}:/content?format={format}
4242

4343
| Parameter | Type | Description |
4444
|:----------|:-------|:---------------------------------------------------------------|
45-
| _format_ | string | Specify the format the item's content should be downloaded as. |
46-
| _width_ | Int32 | The desired width of the converted image in pixels. Required when `format=jpg`. |
47-
| _height_ | Int32 | The desired height of the converted image in pixels. Required when `format=jpg`. |
45+
| format | String | Specify the format the item's content should be downloaded as. |
46+
| height | Int32 | The desired height of the converted image in pixels. Required when `format=jpg`. |
47+
| width | Int32 | The desired width of the converted image in pixels. Required when `format=jpg`. |
4848

4949
The following values are valid for the **format** parameter:
5050

api-reference/v1.0/api/driveitem-get-content-format.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ GET /drive/root:/{path and filename}:/content?format={format}
4040

4141
| Parameter | Type | Description |
4242
|:----------|:-------|:---------------------------------------------------------------|
43-
| _format_ | string | Specify the format the item's content should be downloaded as. |
44-
| _width_ | Int32 | The desired width of the converted image in pixels. Required when `format=jpg`. |
45-
| _height_ | Int32 | The desired height of the converted image in pixels. Required when `format=jpg`. |
43+
| format | String | Specify the format the item's content should be downloaded as. |
44+
| height | Int32 | The desired height of the converted image in pixels. Required when `format=jpg`. |
45+
| width | Int32 | The desired width of the converted image in pixels. Required when `format=jpg`. |
4646

4747
### Format options
4848

0 commit comments

Comments
 (0)