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/Api/ResourcesCreatorApi.md#getv2resourcescreatorstores) | **GET** /v2/resources/creator/stores | Fetch a list of your stores
104
104
*ResourcesCreatorApi* | [**getV2ResourcesCreatorUpdates**](docs/Api/ResourcesCreatorApi.md#getv2resourcescreatorupdates) | **GET** /v2/resources/creator/updates | Fetch a list of your resource's updates
105
105
*ResourcesCreatorApi* | [**getV2ResourcesCreatorVersions**](docs/Api/ResourcesCreatorApi.md#getv2resourcescreatorversions) | **GET** /v2/resources/creator/versions | Fetch a list of your resources' versions
106
+
*ResourcesCreatorApi* | [**postV2ResourcesCreatorCoupons**](docs/Api/ResourcesCreatorApi.md#postv2resourcescreatorcoupons) | **POST** /v2/resources/creator/coupons | Create a new coupon
106
107
*ResourcesCreatorApi* | [**postV2ResourcesCreatorUpdate**](docs/Api/ResourcesCreatorApi.md#postv2resourcescreatorupdate) | **POST** /v2/resources/creator/update | Post a resource update
107
108
*ResourcesDiscoveryApi* | [**getResourcesDiscoverCategories**](docs/Api/ResourcesDiscoveryApi.md#getresourcesdiscovercategories) | **GET** /v2/resources/discover/categories | Fetch a list of categories
108
109
*ResourcesDiscoveryApi* | [**getResourcesDiscoverResources**](docs/Api/ResourcesDiscoveryApi.md#getresourcesdiscoverresources) | **GET** /v2/resources/discover/resources | Fetch a list of resources
Copy file name to clipboardExpand all lines: docs/Api/ResourcesCreatorApi.md
+63Lines changed: 63 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ All URIs are relative to https://api.builtbybit.com, except if the operation def
15
15
|[**getV2ResourcesCreatorStores()**](ResourcesCreatorApi.md#getV2ResourcesCreatorStores)|**GET** /v2/resources/creator/stores | Fetch a list of your stores |
16
16
|[**getV2ResourcesCreatorUpdates()**](ResourcesCreatorApi.md#getV2ResourcesCreatorUpdates)|**GET** /v2/resources/creator/updates | Fetch a list of your resource's updates |
17
17
|[**getV2ResourcesCreatorVersions()**](ResourcesCreatorApi.md#getV2ResourcesCreatorVersions)|**GET** /v2/resources/creator/versions | Fetch a list of your resources' versions |
18
+
|[**postV2ResourcesCreatorCoupons()**](ResourcesCreatorApi.md#postV2ResourcesCreatorCoupons)|**POST** /v2/resources/creator/coupons | Create a new coupon |
18
19
|[**postV2ResourcesCreatorUpdate()**](ResourcesCreatorApi.md#postV2ResourcesCreatorUpdate)|**POST** /v2/resources/creator/update | Post a resource update |
**type** | **string** | Must be 'perecent'. |
8
+
**discount** | **float** | |
9
+
**label** | **string** | The trailing part of the coupon code (without '{user_id}-'). |
10
+
**do_expiry** | **bool** | Whether or not to respect the 'expiry_date' field. No expiry date is set otherwise. | [optional]
11
+
**expiry_date** | **string** | | [optional]
12
+
**limited_uses** | **bool** | Whether or not to respect the 'max_uses' field. No max use limit is set otherwise. | [optional]
13
+
**max_uses** | **int** | | [optional]
14
+
**limited_user_uses** | **bool** | Whether or not to respect the 'max_per_user_uses' field. No max uses per user limit is set otherwise. | [optional]
15
+
**max_per_user_uses** | **int** | | [optional]
16
+
**all_content_types** | **string[]** | If a content type is included, all of the creator's content (of that type) can be used against this coupon. Support values include: 'resource', 'addon', and 'bundle' | [optional]
17
+
**resources** | **string** | A comma-separated list of resource IDs which this coupon can be used against. | [optional]
18
+
**addons** | **string** | A comma-separated list of addon IDs which this coupon can be used against. | [optional]
19
+
**bundles** | **string** | A comma-separated list of bundle IDs which this coupon can be used against. | [optional]
20
+
21
+
[[Back to Model list]](../../README.md#models)[[Back to API list]](../../README.md#endpoints)[[Back to README]](../../README.md)
0 commit comments