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: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,11 @@ if res.apis is not None:
101
101
102
102
*[get_organizations](docs/sdks/organizations/README.md#get_organizations) - Get organizations for a user
103
103
104
+
### [reports](docs/sdks/reports/README.md)
105
+
106
+
*[get_linting_report_signed_url](docs/sdks/reports/README.md#get_linting_report_signed_url) - Get the signed access url for the linting reports for a particular document.
107
+
*[upload_report](docs/sdks/reports/README.md#upload_report) - Upload a report.
108
+
104
109
### [embeds](docs/sdks/embeds/README.md)
105
110
106
111
*[get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - Get an embed access token for the current workspace.
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation |
9
+
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
10
+
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
11
+
|`signed_access`|[Optional[operations.GetLintingReportSignedURLSignedAccess]](../../models/operations/getlintingreportsignedurlsignedaccess.md)|:heavy_minus_sign:| OK |
0 commit comments