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
@@ -117,6 +117,11 @@ run();
117
117
118
118
*[getOrganizations](docs/sdks/organizations/README.md#getorganizations) - Get organizations for a user
119
119
120
+
### [reports](docs/sdks/reports/README.md)
121
+
122
+
*[getLintingReportSignedUrl](docs/sdks/reports/README.md#getlintingreportsignedurl) - Get the signed access url for the linting reports for a particular document.
123
+
*[uploadReport](docs/sdks/reports/README.md#uploadreport) - Upload a report.
124
+
120
125
### [embeds](docs/sdks/embeds/README.md)
121
126
122
127
*[getEmbedAccessToken](docs/sdks/embeds/README.md#getembedaccesstoken) - Get an embed access token for the current workspace.
|`contentType`|*string*|:heavy_check_mark:| HTTP response content type for this operation |
9
+
|`statusCode`|*number*|:heavy_check_mark:| HTTP response status code for this operation |
10
+
|`rawResponse`|[AxiosResponse](https://axios-http.com/docs/res_schema)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
11
+
|`signedAccess`|[operations.GetLintingReportSignedUrlSignedAccess](../../../sdk/models/operations/getlintingreportsignedurlsignedaccess.md)|:heavy_minus_sign:| OK |
0 commit comments