You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-ref.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3169,7 +3169,7 @@ This endpoint is available with REST API version 2.5 and up.
3169
3169
Name | description
3170
3170
:--- | :---
3171
3171
`view_item` | Specifies the view to populate.
3172
-
`req_options` | (Optional) You can pass in a request object to specify a high resolution image. By default, the image will be in low resolution. See [ImageRequestOptions class](#imagerequestoptions-class)
3172
+
`req_options` | (Optional) You can pass in a request object to specify a high resolution image. By default, the image will be in low resolution. See [ImageRequestOptions class](#imagerequestoptions-class) for more details.
3173
3173
3174
3174
**Exceptions**
3175
3175
@@ -3242,7 +3242,7 @@ This endpoint is available with REST API version 2.7 and up.
3242
3242
Name | description
3243
3243
:--- | :---
3244
3244
`view_item` | Specifies the view to populate.
3245
-
`req_options` | (Optional) You can pass in a request object to specify the page type and orientation of the PDF content. If not specified, PDF content will have default page type and orientation. See [PDFRequestOptions class](#pdfrequestoptions-class)
3245
+
`req_options` | (Optional) You can pass in a request object to specify the page type and orientation of the PDF content. If not specified, PDF content will have default page type and orientation. See [PDFRequestOptions class](#pdfrequestoptions-class) for more details.
0 commit comments