Skip to content

Commit 58085b3

Browse files
committed
Auto-generate wrapper from updated spec
1 parent b4930f7 commit 58085b3

29 files changed

Lines changed: 5359 additions & 165 deletions

File tree

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,18 @@ Class | Method | HTTP request | Description
110110
*ResourcesCreatorSaleEventsApi* | [**getV2ResourcesCreatorSaleEventsEntries**](docs/Api/ResourcesCreatorSaleEventsApi.md#getv2resourcescreatorsaleeventsentries) | **GET** /v2/resources/creator/sale-events/entries | Fetch a list of your sale event entries
111111
*ResourcesDiscoverApi* | [**getResourcesDiscoverCategories**](docs/Api/ResourcesDiscoverApi.md#getresourcesdiscovercategories) | **GET** /v2/resources/discover/categories | Fetch a list of categories
112112
*ResourcesDiscoverApi* | [**getResourcesDiscoverResources**](docs/Api/ResourcesDiscoverApi.md#getresourcesdiscoverresources) | **GET** /v2/resources/discover/resources | Fetch a list of resources
113+
*ResourcesDiscoverApi* | [**getV2ResourcesDiscoverDownloadDirectInitiate**](docs/Api/ResourcesDiscoverApi.md#getv2resourcesdiscoverdownloaddirectinitiate) | **GET** /v2/resources/discover/download/direct/initiate | Initiate a direct download request
114+
*ResourcesDiscoverApi* | [**getV2ResourcesDiscoverDownloadDirectPoll**](docs/Api/ResourcesDiscoverApi.md#getv2resourcesdiscoverdownloaddirectpoll) | **GET** /v2/resources/discover/download/direct/status | Fetch the status of a direct download request
113115
*ResourcesDiscoverApi* | [**getV2ResourcesDiscoverLicenses**](docs/Api/ResourcesDiscoverApi.md#getv2resourcesdiscoverlicenses) | **GET** /v2/resources/discover/licenses | Fetch a list of the user's licenses
114116
*ResourcesDiscoverCartApi* | [**getV2ResourcesDiscoverCartView**](docs/Api/ResourcesDiscoverCartApi.md#getv2resourcesdiscovercartview) | **GET** /v2/resources/discover/cart/view | View the user's cart items
115117
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartAdd**](docs/Api/ResourcesDiscoverCartApi.md#postv2resourcesdiscovercartadd) | **POST** /v2/resources/discover/cart/add | Add items to a user's cart
116118
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartCheckout**](docs/Api/ResourcesDiscoverCartApi.md#postv2resourcesdiscovercartcheckout) | **POST** /v2/resources/discover/cart/checkout | Initiate a checkout of a user's cart
117119
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartCouponAdd**](docs/Api/ResourcesDiscoverCartApi.md#postv2resourcesdiscovercartcouponadd) | **POST** /v2/resources/discover/cart/coupon/add | Add a coupon to the user's cart
118120
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartCouponRemove**](docs/Api/ResourcesDiscoverCartApi.md#postv2resourcesdiscovercartcouponremove) | **POST** /v2/resources/discover/cart/coupon/remove | Remove a coupon from the user's cart
119121
*ResourcesDiscoverCartApi* | [**postV2ResourcesDiscoverCartRemove**](docs/Api/ResourcesDiscoverCartApi.md#postv2resourcesdiscovercartremove) | **POST** /v2/resources/discover/cart/remove | Remove an item from the user's cart
120-
*ResourcesEmbedApi* | [**getV2ResourcesEmbedDownload**](docs/Api/ResourcesEmbedApi.md#getv2resourcesembeddownload) | **GET** /v2/resources/embed/download | Fetch the status of a download request
122+
*ResourcesEmbedApi* | [**getV2ResourcesEmbedDownloadInitiate**](docs/Api/ResourcesEmbedApi.md#getv2resourcesembeddownloadinitiate) | **GET** /v2/resources/embed/download/initiate | Initiate a download request
123+
*ResourcesEmbedApi* | [**getV2ResourcesEmbedDownloadStatus**](docs/Api/ResourcesEmbedApi.md#getv2resourcesembeddownloadstatus) | **GET** /v2/resources/embed/download/status | Fetch the status of a download request
121124
*ResourcesEmbedApi* | [**getV2ResourcesEmbedLatest**](docs/Api/ResourcesEmbedApi.md#getv2resourcesembedlatest) | **GET** /v2/resources/embed/latest | Fetches the latest versions & license information
122-
*ResourcesEmbedApi* | [**postV2ResourcesEmbedDownload**](docs/Api/ResourcesEmbedApi.md#postv2resourcesembeddownload) | **POST** /v2/resources/embed/download | Submit a new download request
123125

124126
## Models
125127

@@ -192,10 +194,16 @@ Class | Method | HTTP request | Description
192194
- [GetV2ResourcesCreatorVersions200ResponseData](docs/Model/GetV2ResourcesCreatorVersions200ResponseData.md)
193195
- [GetV2ResourcesDiscoverCartView200Response](docs/Model/GetV2ResourcesDiscoverCartView200Response.md)
194196
- [GetV2ResourcesDiscoverCartView200ResponseData](docs/Model/GetV2ResourcesDiscoverCartView200ResponseData.md)
197+
- [GetV2ResourcesDiscoverDownloadDirectInitiate200Response](docs/Model/GetV2ResourcesDiscoverDownloadDirectInitiate200Response.md)
198+
- [GetV2ResourcesDiscoverDownloadDirectInitiate200ResponseData](docs/Model/GetV2ResourcesDiscoverDownloadDirectInitiate200ResponseData.md)
199+
- [GetV2ResourcesDiscoverDownloadDirectPoll200Response](docs/Model/GetV2ResourcesDiscoverDownloadDirectPoll200Response.md)
200+
- [GetV2ResourcesDiscoverDownloadDirectPoll200ResponseData](docs/Model/GetV2ResourcesDiscoverDownloadDirectPoll200ResponseData.md)
195201
- [GetV2ResourcesDiscoverLicenses200Response](docs/Model/GetV2ResourcesDiscoverLicenses200Response.md)
196202
- [GetV2ResourcesDiscoverLicenses200ResponseData](docs/Model/GetV2ResourcesDiscoverLicenses200ResponseData.md)
197-
- [GetV2ResourcesEmbedDownload200Response](docs/Model/GetV2ResourcesEmbedDownload200Response.md)
198-
- [GetV2ResourcesEmbedDownload200ResponseData](docs/Model/GetV2ResourcesEmbedDownload200ResponseData.md)
203+
- [GetV2ResourcesEmbedDownloadInitiate200Response](docs/Model/GetV2ResourcesEmbedDownloadInitiate200Response.md)
204+
- [GetV2ResourcesEmbedDownloadInitiate200ResponseData](docs/Model/GetV2ResourcesEmbedDownloadInitiate200ResponseData.md)
205+
- [GetV2ResourcesEmbedDownloadStatus200Response](docs/Model/GetV2ResourcesEmbedDownloadStatus200Response.md)
206+
- [GetV2ResourcesEmbedDownloadStatus200ResponseData](docs/Model/GetV2ResourcesEmbedDownloadStatus200ResponseData.md)
199207
- [GetV2ResourcesEmbedLatest200Response](docs/Model/GetV2ResourcesEmbedLatest200Response.md)
200208
- [GetV2ResourcesEmbedLatest200ResponseData](docs/Model/GetV2ResourcesEmbedLatest200ResponseData.md)
201209
- [License](docs/Model/License.md)
@@ -229,9 +237,6 @@ Class | Method | HTTP request | Description
229237
- [PostV2ResourcesDiscoverCartCouponRemoveRequest](docs/Model/PostV2ResourcesDiscoverCartCouponRemoveRequest.md)
230238
- [PostV2ResourcesDiscoverCartRemove200Response](docs/Model/PostV2ResourcesDiscoverCartRemove200Response.md)
231239
- [PostV2ResourcesDiscoverCartRemoveRequest](docs/Model/PostV2ResourcesDiscoverCartRemoveRequest.md)
232-
- [PostV2ResourcesEmbedDownload200Response](docs/Model/PostV2ResourcesEmbedDownload200Response.md)
233-
- [PostV2ResourcesEmbedDownload200ResponseData](docs/Model/PostV2ResourcesEmbedDownload200ResponseData.md)
234-
- [PostV2ResourcesEmbedDownloadRequest](docs/Model/PostV2ResourcesEmbedDownloadRequest.md)
235240
- [Price](docs/Model/Price.md)
236241
- [Purchase](docs/Model/Purchase.md)
237242
- [Resource](docs/Model/Resource.md)

docs/Api/ResourcesDiscoverApi.md

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All URIs are relative to https://api.builtbybit.com, except if the operation def
66
| ------------- | ------------- | ------------- |
77
| [**getResourcesDiscoverCategories()**](ResourcesDiscoverApi.md#getResourcesDiscoverCategories) | **GET** /v2/resources/discover/categories | Fetch a list of categories |
88
| [**getResourcesDiscoverResources()**](ResourcesDiscoverApi.md#getResourcesDiscoverResources) | **GET** /v2/resources/discover/resources | Fetch a list of resources |
9+
| [**getV2ResourcesDiscoverDownloadDirectInitiate()**](ResourcesDiscoverApi.md#getV2ResourcesDiscoverDownloadDirectInitiate) | **GET** /v2/resources/discover/download/direct/initiate | Initiate a direct download request |
10+
| [**getV2ResourcesDiscoverDownloadDirectPoll()**](ResourcesDiscoverApi.md#getV2ResourcesDiscoverDownloadDirectPoll) | **GET** /v2/resources/discover/download/direct/status | Fetch the status of a direct download request |
911
| [**getV2ResourcesDiscoverLicenses()**](ResourcesDiscoverApi.md#getV2ResourcesDiscoverLicenses) | **GET** /v2/resources/discover/licenses | Fetch a list of the user's licenses |
1012

1113

@@ -151,6 +153,128 @@ try {
151153
[[Back to Model list]](../../README.md#models)
152154
[[Back to README]](../../README.md)
153155

156+
## `getV2ResourcesDiscoverDownloadDirectInitiate()`
157+
158+
```php
159+
getV2ResourcesDiscoverDownloadDirectInitiate($content_type, $content_id): \OpenAPI\Client\Model\GetV2ResourcesDiscoverDownloadDirectInitiate200Response
160+
```
161+
162+
Initiate a direct download request
163+
164+
See: https://builtbybit.com/help/developers/discovery-api/downloading-and-one-click/
165+
166+
### Example
167+
168+
```php
169+
<?php
170+
require_once(__DIR__ . '/vendor/autoload.php');
171+
172+
173+
// Configure OAuth2 access token for authorization: oauth2
174+
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
175+
176+
177+
$apiInstance = new OpenAPI\Client\Api\ResourcesDiscoverApi(
178+
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
179+
// This is optional, `GuzzleHttp\Client` will be used as default.
180+
new GuzzleHttp\Client(),
181+
$config
182+
);
183+
$content_type = 'content_type_example'; // string | Either 'resource' or 'resource_version'
184+
$content_id = 56; // int
185+
186+
try {
187+
$result = $apiInstance->getV2ResourcesDiscoverDownloadDirectInitiate($content_type, $content_id);
188+
print_r($result);
189+
} catch (Exception $e) {
190+
echo 'Exception when calling ResourcesDiscoverApi->getV2ResourcesDiscoverDownloadDirectInitiate: ', $e->getMessage(), PHP_EOL;
191+
}
192+
```
193+
194+
### Parameters
195+
196+
| Name | Type | Description | Notes |
197+
| ------------- | ------------- | ------------- | ------------- |
198+
| **content_type** | **string**| Either &#39;resource&#39; or &#39;resource_version&#39; | |
199+
| **content_id** | **int**| | |
200+
201+
### Return type
202+
203+
[**\OpenAPI\Client\Model\GetV2ResourcesDiscoverDownloadDirectInitiate200Response**](../Model/GetV2ResourcesDiscoverDownloadDirectInitiate200Response.md)
204+
205+
### Authorization
206+
207+
[oauth2](../../README.md#oauth2)
208+
209+
### HTTP request headers
210+
211+
- **Content-Type**: Not defined
212+
- **Accept**: `application/json`
213+
214+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
215+
[[Back to Model list]](../../README.md#models)
216+
[[Back to README]](../../README.md)
217+
218+
## `getV2ResourcesDiscoverDownloadDirectPoll()`
219+
220+
```php
221+
getV2ResourcesDiscoverDownloadDirectPoll($token): \OpenAPI\Client\Model\GetV2ResourcesDiscoverDownloadDirectPoll200Response
222+
```
223+
224+
Fetch the status of a direct download request
225+
226+
See: https://builtbybit.com/help/developers/discovery-api/downloading-and-one-click/
227+
228+
### Example
229+
230+
```php
231+
<?php
232+
require_once(__DIR__ . '/vendor/autoload.php');
233+
234+
235+
// Configure OAuth2 access token for authorization: oauth2
236+
$config = OpenAPI\Client\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
237+
238+
239+
$apiInstance = new OpenAPI\Client\Api\ResourcesDiscoverApi(
240+
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
241+
// This is optional, `GuzzleHttp\Client` will be used as default.
242+
new GuzzleHttp\Client(),
243+
$config
244+
);
245+
$token = 'token_example'; // string | The download request token returned from an initiate request.
246+
247+
try {
248+
$result = $apiInstance->getV2ResourcesDiscoverDownloadDirectPoll($token);
249+
print_r($result);
250+
} catch (Exception $e) {
251+
echo 'Exception when calling ResourcesDiscoverApi->getV2ResourcesDiscoverDownloadDirectPoll: ', $e->getMessage(), PHP_EOL;
252+
}
253+
```
254+
255+
### Parameters
256+
257+
| Name | Type | Description | Notes |
258+
| ------------- | ------------- | ------------- | ------------- |
259+
| **token** | **string**| The download request token returned from an initiate request. | [optional] |
260+
261+
### Return type
262+
263+
[**\OpenAPI\Client\Model\GetV2ResourcesDiscoverDownloadDirectPoll200Response**](../Model/GetV2ResourcesDiscoverDownloadDirectPoll200Response.md)
264+
265+
### Authorization
266+
267+
[oauth2](../../README.md#oauth2)
268+
269+
### HTTP request headers
270+
271+
- **Content-Type**: Not defined
272+
- **Accept**: `application/json`
273+
274+
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)
275+
[[Back to Model list]](../../README.md#models)
276+
[[Back to README]](../../README.md)
277+
154278
## `getV2ResourcesDiscoverLicenses()`
155279

156280
```php

docs/Api/ResourcesEmbedApi.md

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@ All URIs are relative to https://api.builtbybit.com, except if the operation def
44

55
| Method | HTTP request | Description |
66
| ------------- | ------------- | ------------- |
7-
| [**getV2ResourcesEmbedDownload()**](ResourcesEmbedApi.md#getV2ResourcesEmbedDownload) | **GET** /v2/resources/embed/download | Fetch the status of a download request |
7+
| [**getV2ResourcesEmbedDownloadInitiate()**](ResourcesEmbedApi.md#getV2ResourcesEmbedDownloadInitiate) | **GET** /v2/resources/embed/download/initiate | Initiate a download request |
8+
| [**getV2ResourcesEmbedDownloadStatus()**](ResourcesEmbedApi.md#getV2ResourcesEmbedDownloadStatus) | **GET** /v2/resources/embed/download/status | Fetch the status of a download request |
89
| [**getV2ResourcesEmbedLatest()**](ResourcesEmbedApi.md#getV2ResourcesEmbedLatest) | **GET** /v2/resources/embed/latest | Fetches the latest versions &amp; license information |
9-
| [**postV2ResourcesEmbedDownload()**](ResourcesEmbedApi.md#postV2ResourcesEmbedDownload) | **POST** /v2/resources/embed/download | Submit a new download request |
1010

1111

12-
## `getV2ResourcesEmbedDownload()`
12+
## `getV2ResourcesEmbedDownloadInitiate()`
1313

1414
```php
15-
getV2ResourcesEmbedDownload($token): \OpenAPI\Client\Model\GetV2ResourcesEmbedDownload200Response
15+
getV2ResourcesEmbedDownloadInitiate($content_type, $content_id, $nonce): \OpenAPI\Client\Model\GetV2ResourcesEmbedDownloadInitiate200Response
1616
```
1717

18-
Fetch the status of a download request
18+
Initiate a download request
19+
20+
See: https://builtbybit.com/help/developers/resource-apis/embed/
1921

2022
### Example
2123

@@ -36,25 +38,29 @@ $apiInstance = new OpenAPI\Client\Api\ResourcesEmbedApi(
3638
new GuzzleHttp\Client(),
3739
$config
3840
);
39-
$token = 'token_example'; // string | The token provided when submitting a download request.
41+
$content_type = 'content_type_example'; // string | Either 'resource', 'resource_version', 'api_asset'
42+
$content_id = 56; // int
43+
$nonce = 'nonce_example'; // string | 32 character hash provided by an anti-piracy placeholder of the NONCE type. Must be from a resource download (cannot be an addon download’s nonce, etc).
4044

4145
try {
42-
$result = $apiInstance->getV2ResourcesEmbedDownload($token);
46+
$result = $apiInstance->getV2ResourcesEmbedDownloadInitiate($content_type, $content_id, $nonce);
4347
print_r($result);
4448
} catch (Exception $e) {
45-
echo 'Exception when calling ResourcesEmbedApi->getV2ResourcesEmbedDownload: ', $e->getMessage(), PHP_EOL;
49+
echo 'Exception when calling ResourcesEmbedApi->getV2ResourcesEmbedDownloadInitiate: ', $e->getMessage(), PHP_EOL;
4650
}
4751
```
4852

4953
### Parameters
5054

5155
| Name | Type | Description | Notes |
5256
| ------------- | ------------- | ------------- | ------------- |
53-
| **token** | **string**| The token provided when submitting a download request. | |
57+
| **content_type** | **string**| Either &#39;resource&#39;, &#39;resource_version&#39;, &#39;api_asset&#39; | |
58+
| **content_id** | **int**| | |
59+
| **nonce** | **string**| 32 character hash provided by an anti-piracy placeholder of the NONCE type. Must be from a resource download (cannot be an addon download’s nonce, etc). | |
5460

5561
### Return type
5662

57-
[**\OpenAPI\Client\Model\GetV2ResourcesEmbedDownload200Response**](../Model/GetV2ResourcesEmbedDownload200Response.md)
63+
[**\OpenAPI\Client\Model\GetV2ResourcesEmbedDownloadInitiate200Response**](../Model/GetV2ResourcesEmbedDownloadInitiate200Response.md)
5864

5965
### Authorization
6066

@@ -69,13 +75,15 @@ try {
6975
[[Back to Model list]](../../README.md#models)
7076
[[Back to README]](../../README.md)
7177

72-
## `getV2ResourcesEmbedLatest()`
78+
## `getV2ResourcesEmbedDownloadStatus()`
7379

7480
```php
75-
getV2ResourcesEmbedLatest($nonce): \OpenAPI\Client\Model\GetV2ResourcesEmbedLatest200Response
81+
getV2ResourcesEmbedDownloadStatus($token): \OpenAPI\Client\Model\GetV2ResourcesEmbedDownloadStatus200Response
7682
```
7783

78-
Fetches the latest versions & license information
84+
Fetch the status of a download request
85+
86+
See: https://builtbybit.com/help/developers/resource-apis/embed/
7987

8088
### Example
8189

@@ -96,25 +104,25 @@ $apiInstance = new OpenAPI\Client\Api\ResourcesEmbedApi(
96104
new GuzzleHttp\Client(),
97105
$config
98106
);
99-
$nonce = 'nonce_example'; // string | 32 character hash provided by an anti-piracy placeholder of the NONCE type. Must be from a resource download (cannot be an addon download’s nonce, etc).
107+
$token = 'token_example'; // string | The download request token returned from an initiate request.
100108

101109
try {
102-
$result = $apiInstance->getV2ResourcesEmbedLatest($nonce);
110+
$result = $apiInstance->getV2ResourcesEmbedDownloadStatus($token);
103111
print_r($result);
104112
} catch (Exception $e) {
105-
echo 'Exception when calling ResourcesEmbedApi->getV2ResourcesEmbedLatest: ', $e->getMessage(), PHP_EOL;
113+
echo 'Exception when calling ResourcesEmbedApi->getV2ResourcesEmbedDownloadStatus: ', $e->getMessage(), PHP_EOL;
106114
}
107115
```
108116

109117
### Parameters
110118

111119
| Name | Type | Description | Notes |
112120
| ------------- | ------------- | ------------- | ------------- |
113-
| **nonce** | **string**| 32 character hash provided by an anti-piracy placeholder of the NONCE type. Must be from a resource download (cannot be an addon download’s nonce, etc). | [optional] |
121+
| **token** | **string**| The download request token returned from an initiate request. | [optional] |
114122

115123
### Return type
116124

117-
[**\OpenAPI\Client\Model\GetV2ResourcesEmbedLatest200Response**](../Model/GetV2ResourcesEmbedLatest200Response.md)
125+
[**\OpenAPI\Client\Model\GetV2ResourcesEmbedDownloadStatus200Response**](../Model/GetV2ResourcesEmbedDownloadStatus200Response.md)
118126

119127
### Authorization
120128

@@ -129,15 +137,15 @@ try {
129137
[[Back to Model list]](../../README.md#models)
130138
[[Back to README]](../../README.md)
131139

132-
## `postV2ResourcesEmbedDownload()`
140+
## `getV2ResourcesEmbedLatest()`
133141

134142
```php
135-
postV2ResourcesEmbedDownload($post_v2_resources_embed_download_request): \OpenAPI\Client\Model\PostV2ResourcesEmbedDownload200Response
143+
getV2ResourcesEmbedLatest($nonce): \OpenAPI\Client\Model\GetV2ResourcesEmbedLatest200Response
136144
```
137145

138-
Submit a new download request
146+
Fetches the latest versions & license information
139147

140-
Supported content types: - 'resource_version' - 'api_asset'
148+
See: https://builtbybit.com/help/developers/resource-apis/embed/
141149

142150
### Example
143151

@@ -158,33 +166,33 @@ $apiInstance = new OpenAPI\Client\Api\ResourcesEmbedApi(
158166
new GuzzleHttp\Client(),
159167
$config
160168
);
161-
$post_v2_resources_embed_download_request = new \OpenAPI\Client\Model\PostV2ResourcesEmbedDownloadRequest(); // \OpenAPI\Client\Model\PostV2ResourcesEmbedDownloadRequest
169+
$nonce = 'nonce_example'; // string | 32 character hash provided by an anti-piracy placeholder of the NONCE type. Must be from a resource download (cannot be an addon download’s nonce, etc).
162170

163171
try {
164-
$result = $apiInstance->postV2ResourcesEmbedDownload($post_v2_resources_embed_download_request);
172+
$result = $apiInstance->getV2ResourcesEmbedLatest($nonce);
165173
print_r($result);
166174
} catch (Exception $e) {
167-
echo 'Exception when calling ResourcesEmbedApi->postV2ResourcesEmbedDownload: ', $e->getMessage(), PHP_EOL;
175+
echo 'Exception when calling ResourcesEmbedApi->getV2ResourcesEmbedLatest: ', $e->getMessage(), PHP_EOL;
168176
}
169177
```
170178

171179
### Parameters
172180

173181
| Name | Type | Description | Notes |
174182
| ------------- | ------------- | ------------- | ------------- |
175-
| **post_v2_resources_embed_download_request** | [**\OpenAPI\Client\Model\PostV2ResourcesEmbedDownloadRequest**](../Model/PostV2ResourcesEmbedDownloadRequest.md)| | [optional] |
183+
| **nonce** | **string**| 32 character hash provided by an anti-piracy placeholder of the NONCE type. Must be from a resource download (cannot be an addon download’s nonce, etc). | [optional] |
176184

177185
### Return type
178186

179-
[**\OpenAPI\Client\Model\PostV2ResourcesEmbedDownload200Response**](../Model/PostV2ResourcesEmbedDownload200Response.md)
187+
[**\OpenAPI\Client\Model\GetV2ResourcesEmbedLatest200Response**](../Model/GetV2ResourcesEmbedLatest200Response.md)
180188

181189
### Authorization
182190

183191
[token](../../README.md#token)
184192

185193
### HTTP request headers
186194

187-
- **Content-Type**: `application/json`
195+
- **Content-Type**: Not defined
188196
- **Accept**: `application/json`
189197

190198
[[Back to top]](#) [[Back to API list]](../../README.md#endpoints)

0 commit comments

Comments
 (0)