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
*ResourcesCreatorApi* | [**getV2ResourcesCreatorStores**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorStores) | **GET** /v2/resources/creator/stores | Fetch a list of your stores
142
142
*ResourcesCreatorApi* | [**getV2ResourcesCreatorUpdates**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorUpdates) | **GET** /v2/resources/creator/updates | Fetch a list of your resource's updates
143
143
*ResourcesCreatorApi* | [**getV2ResourcesCreatorVersions**](docs/ResourcesCreatorApi.md#getV2ResourcesCreatorVersions) | **GET** /v2/resources/creator/versions | Fetch a list of your resources' versions
144
+
*ResourcesCreatorApi* | [**postV2ResourcesCreatorAddonsUpdate**](docs/ResourcesCreatorApi.md#postV2ResourcesCreatorAddonsUpdate) | **POST** /v2/resources/creator/addons/update | Post an addon update
145
+
*ResourcesCreatorApi* | [**postV2ResourcesCreatorApiAssetsUpdate**](docs/ResourcesCreatorApi.md#postV2ResourcesCreatorApiAssetsUpdate) | **POST** /v2/resources/creator/api-assets/update | Post an API asset update
144
146
*ResourcesCreatorApi* | [**postV2ResourcesCreatorUpdate**](docs/ResourcesCreatorApi.md#postV2ResourcesCreatorUpdate) | **POST** /v2/resources/creator/update | Post a resource update
145
147
*ResourcesCreatorBatchApi* | [**getV2ResourcesCreatorBatch**](docs/ResourcesCreatorBatchApi.md#getV2ResourcesCreatorBatch) | **GET** /v2/resources/creator/batch | Fetch a list of your batches edits
146
148
*ResourcesCreatorBatchApi* | [**postV2ResourcesCreatorBatch**](docs/ResourcesCreatorBatchApi.md#postV2ResourcesCreatorBatch) | **POST** /v2/resources/creator/batch | Submit a new batch edit
Creates a new version for the addon. The uploaded file must be encoded using base64 as part of the JSON request body shown below.
1404
+
1405
+
The request body (including the base64 encoded file data) cannot exceed 100MB. This roughly equates to a 67MB upload limit for the raw file when taking into account base64 encoding losses.
Creates a new version for the API asset. The uploaded file must be encoded using base64 as part of the JSON request body shown below.
1426
+
1427
+
The request body (including the base64 encoded file data) cannot exceed 100MB. This roughly equates to a 67MB upload limit for the raw file when taking into account base64 encoding losses.
Copy file name to clipboardExpand all lines: docs/ResourcesCreatorApi.md
+126Lines changed: 126 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ All URIs are relative to *https://api.builtbybit.com*
12
12
|[**getV2ResourcesCreatorStores**](ResourcesCreatorApi.md#getV2ResourcesCreatorStores)|**GET** /v2/resources/creator/stores | Fetch a list of your stores |
13
13
|[**getV2ResourcesCreatorUpdates**](ResourcesCreatorApi.md#getV2ResourcesCreatorUpdates)|**GET** /v2/resources/creator/updates | Fetch a list of your resource's updates |
14
14
|[**getV2ResourcesCreatorVersions**](ResourcesCreatorApi.md#getV2ResourcesCreatorVersions)|**GET** /v2/resources/creator/versions | Fetch a list of your resources' versions |
15
+
|[**postV2ResourcesCreatorAddonsUpdate**](ResourcesCreatorApi.md#postV2ResourcesCreatorAddonsUpdate)|**POST** /v2/resources/creator/addons/update | Post an addon update |
16
+
|[**postV2ResourcesCreatorApiAssetsUpdate**](ResourcesCreatorApi.md#postV2ResourcesCreatorApiAssetsUpdate)|**POST** /v2/resources/creator/api-assets/update | Post an API asset update |
15
17
|[**postV2ResourcesCreatorUpdate**](ResourcesCreatorApi.md#postV2ResourcesCreatorUpdate)|**POST** /v2/resources/creator/update | Post a resource update |
PostV2ResourcesCreatorAddonsUpdateRequest postV2ResourcesCreatorAddonsUpdateRequest =newPostV2ResourcesCreatorAddonsUpdateRequest(); // PostV2ResourcesCreatorAddonsUpdateRequest | Creates a new version for the addon. The uploaded file must be encoded using base64 as part of the JSON request body shown below. The request body (including the base64 encoded file data) cannot exceed 100MB. This roughly equates to a 67MB upload limit for the raw file when taking into account base64 encoding losses.
|**postV2ResourcesCreatorAddonsUpdateRequest**|[**PostV2ResourcesCreatorAddonsUpdateRequest**](PostV2ResourcesCreatorAddonsUpdateRequest.md)| Creates a new version for the addon. The uploaded file must be encoded using base64 as part of the JSON request body shown below. The request body (including the base64 encoded file data) cannot exceed 100MB. This roughly equates to a 67MB upload limit for the raw file when taking into account base64 encoding losses. |[optional]|
PostV2ResourcesCreatorApiAssetsUpdateRequest postV2ResourcesCreatorApiAssetsUpdateRequest =newPostV2ResourcesCreatorApiAssetsUpdateRequest(); // PostV2ResourcesCreatorApiAssetsUpdateRequest | Creates a new version for the API asset. The uploaded file must be encoded using base64 as part of the JSON request body shown below. The request body (including the base64 encoded file data) cannot exceed 100MB. This roughly equates to a 67MB upload limit for the raw file when taking into account base64 encoding losses.
|**postV2ResourcesCreatorApiAssetsUpdateRequest**|[**PostV2ResourcesCreatorApiAssetsUpdateRequest**](PostV2ResourcesCreatorApiAssetsUpdateRequest.md)| Creates a new version for the API asset. The uploaded file must be encoded using base64 as part of the JSON request body shown below. The request body (including the base64 encoded file data) cannot exceed 100MB. This roughly equates to a 67MB upload limit for the raw file when taking into account base64 encoding losses. |[optional]|
0 commit comments