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
+1
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ run();
119
119
120
120
### [reports](docs/sdks/reports/README.md)
121
121
122
+
*[getChangesReportSignedUrl](docs/sdks/reports/README.md#getchangesreportsignedurl) - Get the signed access url for the change reports for a particular document.
122
123
*[getLintingReportSignedUrl](docs/sdks/reports/README.md#getlintingreportsignedurl) - Get the signed access url for the linting reports for a particular document.
123
124
*[uploadReport](docs/sdks/reports/README.md#uploadreport) - Upload a report.
|`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.GetChangesReportSignedUrlSignedAccess](../../../sdk/models/operations/getchangesreportsignedurlsignedaccess.md)|:heavy_minus_sign:| OK |
|`request`|[operations.GetChangesReportSignedUrlRequest](../../sdk/models/operations/getchangesreportsignedurlrequest.md)|:heavy_check_mark:| The request object to use for the request. |
48
+
|`config`|[AxiosRequestConfig](https://axios-http.com/docs/req_config)|:heavy_minus_sign:| Available config options for making requests. |
0 commit comments