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
*BuiltByBitApi.DefaultApi* | [**getV2Health**](docs/DefaultApi.md#getV2Health) | **GET** /v2/health | Retrieve a health status
133
+
*BuiltByBitApi.DefaultApi* | [**getV2ResourcesCreatorCoupons**](docs/DefaultApi.md#getV2ResourcesCreatorCoupons) | **GET** /v2/resources/creator/coupons | Fetch a list of your coupons
134
+
*BuiltByBitApi.DefaultApi* | [**getV2ResourcesCreatorStores**](docs/DefaultApi.md#getV2ResourcesCreatorStores) | **GET** /v2/resources/creator/stores | Fetch a list of your stores
132
135
*BuiltByBitApi.GlobalApi* | [**getV2Analytics**](docs/GlobalApi.md#getV2Analytics) | **GET** /v2/analytics | Fetch a list of analytics definitions
*BuiltByBitApi.GlobalApi* | [**getV2AnalyticsSingle**](docs/GlobalApi.md#getV2AnalyticsSingle) | **GET** /v2/analytics/single | Fetch a single analytics value
**label** | **String** | This is the code a buyer would enter at checkout. | [optional]
10
+
**discount** | **Number** | The discount to apply. Either a fixed value, or a decimal percent. Depends on the 'percent' field. | [optional]
11
+
**percent** | **Boolean** | If true, the 'discount' field represents a decimal percentage. If false, the 'discount' field represents an absolute $ USD value. | [optional]
12
+
**allContentTypes** | **[String]** | A list of content types for which this coupon code applies to without requiring an entry. Eg. if you created the coupon with the 'All resources' option selected, this list will include \"resource\". | [optional]
13
+
**createdAt** | **Number** | A UNIX timestamp. | [optional]
14
+
**expiresAt** | **Number** | A UNIX timestamp. | [optional]
15
+
**maxUses** | **Number** | | [optional]
16
+
**maxPerUserUses** | **Number** | | [optional]
17
+
**uses** | **Number** | | [optional]
18
+
**active** | **Boolean** | Whether or not the coupon code is active and can still be used at checkout. Accounts for the expiry date if set and the max use limit if set. | [optional]
Creates a new version for the resource and optionally posts a public update message. 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.
0 commit comments