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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,10 @@ end
122
122
*[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.
123
123
*[upload_report](docs/sdks/reports/README.md#upload_report) - Upload a report.
124
124
125
+
### [ShortURLs](docs/sdks/shorturls/README.md)
126
+
127
+
*[create](docs/sdks/shorturls/README.md#create) - Shorten a URL.
128
+
125
129
### [Suggest](docs/sdks/suggest/README.md)
126
130
127
131
*[apply_operation_i_ds](docs/sdks/suggest/README.md#apply_operation_i_ds) - Apply operation ID suggestions and download result.
|`content_type`|*::String*|:heavy_check_mark:| HTTP response content type for this operation |
9
+
|`short_url`|[T.nilable(::SpeakeasyClientSDK::Shared::ShortURL)](../../models/shared/shorturl.md)|:heavy_minus_sign:| OK |
10
+
|`status_code`|*::Integer*|:heavy_check_mark:| HTTP response status code for this operation |
11
+
|`raw_response`|[Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
|`request`|[::SpeakeasyClientSDK::Operations::CreateRequestBody](../../models/operations/createrequestbody.md)|:heavy_check_mark:| The request object to use for the request. |
0 commit comments