diff --git a/docs/guides/building_blocks/Campaigns.md b/docs/guides/building_blocks/Campaigns.md
index 82f9a83f0..04f97c682 100644
--- a/docs/guides/building_blocks/Campaigns.md
+++ b/docs/guides/building_blocks/Campaigns.md
@@ -1,8 +1,8 @@
---
title: Campaigns
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: campaigns
type: basic
hidden: false
@@ -35,4 +35,4 @@ Usually, voucher campaigns are created in the dashboard by marketers. But someti
## Promotion tier-based campaigns utils
-When it comes to auto-applied promotion discounts, you can use campaigns to [stack](ref:add-promotion-tier-to-campaign) multiple tiers together.
\ No newline at end of file
+When it comes to auto-applied promotion discounts, you can use campaigns to [stack](ref:add-promotion-tier-to-campaign) multiple tiers together.
diff --git a/docs/guides/building_blocks/Customer.md b/docs/guides/building_blocks/Customer.md
index d32467270..8922851b6 100644
--- a/docs/guides/building_blocks/Customer.md
+++ b/docs/guides/building_blocks/Customer.md
@@ -1,8 +1,8 @@
---
title: Customers
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: customers
type: basic
hidden: false
diff --git a/docs/guides/building_blocks/Distribution.md b/docs/guides/building_blocks/Distribution.md
index 03133abfb..66597aa8e 100644
--- a/docs/guides/building_blocks/Distribution.md
+++ b/docs/guides/building_blocks/Distribution.md
@@ -1,8 +1,8 @@
---
title: Distribution
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: distribution
type: basic
hidden: false
@@ -213,4 +213,4 @@ GET /v1/publications?filters[customer_id][conditions][$in][0]=cust_lUET6gRpO5Wxl
```
```markdown or another using the junction operator
GET /v1/publications?filters[customer_id][conditions][$is][0]=cust_lUET6gRpO5Wxlg5p2j2gRCgL&filters[customer_id][conditions][$is][1]=cust_aR7NfHusxT7PdTMAKMfWDXnc&filters[junction]=OR
-```
\ No newline at end of file
+```
diff --git a/docs/guides/building_blocks/Earning-Rules.md b/docs/guides/building_blocks/Earning-Rules.md
index f433ecc57..df7e86383 100644
--- a/docs/guides/building_blocks/Earning-Rules.md
+++ b/docs/guides/building_blocks/Earning-Rules.md
@@ -1,8 +1,8 @@
---
title: Earning Rules
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: earning-rules
type: basic
hidden: false
diff --git a/docs/guides/building_blocks/Formula-Builder.md b/docs/guides/building_blocks/Formula-Builder.md
index dcafbc349..df28de142 100644
--- a/docs/guides/building_blocks/Formula-Builder.md
+++ b/docs/guides/building_blocks/Formula-Builder.md
@@ -1,8 +1,8 @@
---
title: Formula Builder
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: formula-builder
type: basic
hidden: false
diff --git a/docs/guides/building_blocks/Metadata-Custom-Fields.md b/docs/guides/building_blocks/Metadata-Custom-Fields.md
index 61ce2e95a..3e20c50b9 100644
--- a/docs/guides/building_blocks/Metadata-Custom-Fields.md
+++ b/docs/guides/building_blocks/Metadata-Custom-Fields.md
@@ -1,8 +1,8 @@
---
title: Metadata (custom fields)
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: metadata-custom-fields
type: basic
hidden: false
diff --git a/docs/guides/building_blocks/Orders.md b/docs/guides/building_blocks/Orders.md
index 5c04b3364..2e4c26ad1 100644
--- a/docs/guides/building_blocks/Orders.md
+++ b/docs/guides/building_blocks/Orders.md
@@ -1,8 +1,8 @@
---
title: Orders
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: orders
type: basic
hidden: false
@@ -57,4 +57,4 @@ Read more about [Stacking discounts](doc:manage-stackable-discounts).
## Order session
-Each time you use particular order in your requests, the API automatically triggers a new session linked to the order id. The session is active during the request and ends asynchronously after the request is completed. The session mechanism provides that the particular order id can be used in one API request at once.
\ No newline at end of file
+Each time you use particular order in your requests, the API automatically triggers a new session linked to the order id. The session is active during the request and ends asynchronously after the request is completed. The session mechanism provides that the particular order id can be used in one API request at once.
diff --git a/docs/guides/building_blocks/Products.md b/docs/guides/building_blocks/Products.md
index 41fb2a9f3..da94b942e 100644
--- a/docs/guides/building_blocks/Products.md
+++ b/docs/guides/building_blocks/Products.md
@@ -1,8 +1,8 @@
---
title: Products
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: products
type: basic
hidden: false
@@ -243,4 +243,4 @@ Product collections can be managed using your dashboard or dedicated [product co
> 📘 Useful links
>
> - Learn how to [create Product Collections](https://support.voucherify.io/article/515-products) in your dashboard
-> - Learn more about [Product Collections API](ref:list-products-in-collection)
\ No newline at end of file
+> - Learn more about [Product Collections API](ref:list-products-in-collection)
diff --git a/docs/guides/building_blocks/Promotion-Tier.md b/docs/guides/building_blocks/Promotion-Tier.md
index 544a95d3c..96a4066b2 100644
--- a/docs/guides/building_blocks/Promotion-Tier.md
+++ b/docs/guides/building_blocks/Promotion-Tier.md
@@ -1,8 +1,8 @@
---
title: Promotion Tier
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: promotion-tier
type: basic
hidden: false
diff --git a/docs/guides/building_blocks/Redemption.md b/docs/guides/building_blocks/Redemption.md
index f854c767b..fb81c9002 100644
--- a/docs/guides/building_blocks/Redemption.md
+++ b/docs/guides/building_blocks/Redemption.md
@@ -1,8 +1,8 @@
---
title: Redemption
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: redemption
type: basic
hidden: false
@@ -56,4 +56,4 @@ If you want to reverse this operation, use [rollback](ref:rollback-redemption).
## Webhooks
-Every redemption, successful or failed, generates an event you can listen to (`redemption succeeded`, `redemption failed`, `redemption rollback succeeded`, `redemption rollback failed`). Go to [webhooks](https://docs.voucherify.io/docs/webhooks) to learn more.
\ No newline at end of file
+Every redemption, successful or failed, generates an event you can listen to (`redemption succeeded`, `redemption failed`, `redemption rollback succeeded`, `redemption rollback failed`). Go to [webhooks](https://docs.voucherify.io/docs/webhooks) to learn more.
diff --git a/docs/guides/building_blocks/Rewards.md b/docs/guides/building_blocks/Rewards.md
index b2de18a3c..516f21a5b 100644
--- a/docs/guides/building_blocks/Rewards.md
+++ b/docs/guides/building_blocks/Rewards.md
@@ -1,8 +1,8 @@
---
title: Rewards
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: rewards
type: basic
hidden: false
@@ -81,4 +81,4 @@ curl -X POST \
Reward and Reward Assignment objects allow for rewarding customers who already collected points in your loyalty program. If you want to learn how to enable your customers to earn points in the first place, follow [here](doc:earning-rules).
-If you already have both earning rules and rewards ready, you can create a [loyalty program](doc:loyalty-program).
\ No newline at end of file
+If you already have both earning rules and rewards ready, you can create a [loyalty program](doc:loyalty-program).
diff --git a/docs/guides/building_blocks/Validation-Rules.md b/docs/guides/building_blocks/Validation-Rules.md
index d302889ff..e711bcc19 100644
--- a/docs/guides/building_blocks/Validation-Rules.md
+++ b/docs/guides/building_blocks/Validation-Rules.md
@@ -1,8 +1,8 @@
---
title: Validation Rules
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: validation-rules
type: basic
hidden: false
@@ -448,4 +448,4 @@ or:
"sales_channel": "page_1"
}
}
-```
\ No newline at end of file
+```
diff --git a/docs/guides/building_blocks/Vouchers.md b/docs/guides/building_blocks/Vouchers.md
index 70ee20f9a..3bd5b3aa3 100644
--- a/docs/guides/building_blocks/Vouchers.md
+++ b/docs/guides/building_blocks/Vouchers.md
@@ -1,8 +1,8 @@
---
title: Vouchers
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: vouchers
type: basic
hidden: false
@@ -239,4 +239,4 @@ You can recharge cards you've sent out to your customers. With our API, you can
Vouchers (along with redemptions, publications, and customers) can be downloaded asynchronously with the export mechanism, see the [API reference](ref:create-export).
-Voucher attributes you can export: `code`, `voucher_type`, `value`, `discount_type`, `campaign`, `category`, `start_date`, `expiration_date`, `gift_balance`, `redemption_quantity`, `active`, `qr_code`.
\ No newline at end of file
+Voucher attributes you can export: `code`, `voucher_type`, `value`, `discount_type`, `campaign`, `category`, `start_date`, `expiration_date`, `gift_balance`, `redemption_quantity`, `active`, `qr_code`.
diff --git a/docs/guides/building_blocks/Webhooks.md b/docs/guides/building_blocks/Webhooks.md
index 501ad598c..d6147b5a0 100644
--- a/docs/guides/building_blocks/Webhooks.md
+++ b/docs/guides/building_blocks/Webhooks.md
@@ -1,11 +1,11 @@
---
title: Webhooks
excerpt:
-category: 639ba16d677235008f800454
-category-slug: building-blocks
+category: 639ba16d677235008f800454
+categorySlug: building-blocks
slug: webhooks
type: link
hidden: false
order: 12
link_url: https://support.voucherify.io/article/68-webhooks-notifications
----
\ No newline at end of file
+---
diff --git a/docs/guides/campaign_recipes/Locking-Validation-Session.md b/docs/guides/campaign_recipes/Locking-Validation-Session.md
index 6fb743ab0..9a3142499 100644
--- a/docs/guides/campaign_recipes/Locking-Validation-Session.md
+++ b/docs/guides/campaign_recipes/Locking-Validation-Session.md
@@ -1,8 +1,8 @@
---
title: Locking Validation Session
excerpt: Temporary lock the voucher's usage until redemption is successful.
-category: 639ba16d677235008f80045c
-category-slug: campaigns-1
+category: 639ba16d677235008f80045c
+categorySlug: campaigns-1
slug: locking-validation-session
type: basic
hidden: false
diff --git a/docs/guides/campaign_recipes/Loyalty Program.md b/docs/guides/campaign_recipes/Loyalty Program.md
index 8b662c960..55f481d0c 100644
--- a/docs/guides/campaign_recipes/Loyalty Program.md
+++ b/docs/guides/campaign_recipes/Loyalty Program.md
@@ -1,8 +1,8 @@
---
title: Loyalty Program
excerpt: null
-category: 639ba16d677235008f80045c
-category-slug: campaigns-1
+category: 639ba16d677235008f80045c
+categorySlug: campaigns-1
slug: loyalty-program
type: basic
hidden: false
diff --git a/docs/guides/campaign_recipes/Prepaid-Gift-Cards.md b/docs/guides/campaign_recipes/Prepaid-Gift-Cards.md
index 8fc8e1c74..164301c45 100644
--- a/docs/guides/campaign_recipes/Prepaid-Gift-Cards.md
+++ b/docs/guides/campaign_recipes/Prepaid-Gift-Cards.md
@@ -1,8 +1,8 @@
---
title: Prepaid Gift Cards
excerpt: null
-category: 639ba16d677235008f80045c
-category-slug: campaigns-1
+category: 639ba16d677235008f80045c
+categorySlug: campaigns-1
slug: prepaid-gift-cards
type: basic
hidden: false
@@ -154,4 +154,4 @@ The voucher can be redeemed using the Dashboard as well. Go to the voucher detai
## Recharge
-You can recharge the cards you've sent to customers. With our API, you can edit the balance value by calling [Add Balance](ref:add-gift-voucher-balance) endpoint.
\ No newline at end of file
+You can recharge the cards you've sent to customers. With our API, you can edit the balance value by calling [Add Balance](ref:add-gift-voucher-balance) endpoint.
diff --git a/docs/guides/campaign_recipes/Qualifications.md b/docs/guides/campaign_recipes/Qualifications.md
index 25103e861..bd8281a28 100644
--- a/docs/guides/campaign_recipes/Qualifications.md
+++ b/docs/guides/campaign_recipes/Qualifications.md
@@ -1,8 +1,8 @@
---
title: Qualification - Checking eligibility
excerpt: null
-category: 639ba16d677235008f80045c
-category-slug: campaigns-1
+category: 639ba16d677235008f80045c
+categorySlug: campaigns-1
slug: checking-eligibility
type: basic
hidden: false
@@ -1203,4 +1203,4 @@ Only a promotion that is applicable to one of the items in the cart. `"scenario"
> Case 3 Summary
>
-> Voucherify will return all the discounts that apply to the products you sent in the order. When a customer is browsing your products and is shown the product listing page, you can send, in the payload, the list of all the products the customer is presented and Voucherify will return all the discounts that apply to these products. The returned results can be visualized, for example, by a striked through price.
\ No newline at end of file
+> Voucherify will return all the discounts that apply to the products you sent in the order. When a customer is browsing your products and is shown the product listing page, you can send, in the payload, the list of all the products the customer is presented and Voucherify will return all the discounts that apply to these products. The returned results can be visualized, for example, by a striked through price.
diff --git a/docs/guides/campaign_recipes/Referral-Program.md b/docs/guides/campaign_recipes/Referral-Program.md
index c834f9eb7..aa0e7f456 100644
--- a/docs/guides/campaign_recipes/Referral-Program.md
+++ b/docs/guides/campaign_recipes/Referral-Program.md
@@ -1,8 +1,8 @@
---
title: Referral Program
excerpt: null
-category: 639ba16d677235008f80045c
-category-slug: campaigns-1
+category: 639ba16d677235008f80045c
+categorySlug: campaigns-1
slug: referral-program
type: link
hidden: false
diff --git a/docs/guides/campaign_recipes/Stacking-Promotion-Tiers.md b/docs/guides/campaign_recipes/Stacking-Promotion-Tiers.md
index 00c940da8..24699155b 100644
--- a/docs/guides/campaign_recipes/Stacking-Promotion-Tiers.md
+++ b/docs/guides/campaign_recipes/Stacking-Promotion-Tiers.md
@@ -1,8 +1,8 @@
---
title: Stacking Promotion Tiers
excerpt: 'In this tutorial, you will learn how to validate, redeem, and manage promotion stacks using API.'
-category: 639ba16d677235008f80045c
-category-slug: campaigns-1
+category: 639ba16d677235008f80045c
+categorySlug: campaigns-1
slug: stacking-promotion-tiers
type: basic
hidden: false
@@ -504,4 +504,4 @@ Here is an an example of a promotion stack redemption.
}
```
-In the returned `redemptions` array, you can see child redemptions that show redemptions of particular tiers. Discounts from stack tiers are applied consecutively as defined by the stack hierarchy. The hierarchy defines the sequence in which each of the stacked discounts will be applied to the single transaction.
\ No newline at end of file
+In the returned `redemptions` array, you can see child redemptions that show redemptions of particular tiers. Discounts from stack tiers are applied consecutively as defined by the stack hierarchy. The hierarchy defines the sequence in which each of the stacked discounts will be applied to the single transaction.
diff --git a/docs/guides/campaign_recipes/Transfer-Loyalty-Points.md b/docs/guides/campaign_recipes/Transfer-Loyalty-Points.md
index bb9d23723..bc1051a4c 100644
--- a/docs/guides/campaign_recipes/Transfer-Loyalty-Points.md
+++ b/docs/guides/campaign_recipes/Transfer-Loyalty-Points.md
@@ -1,8 +1,8 @@
---
title: Transfer Loyalty Points
excerpt: See how to transfer points between loyalty cards.
-category: 639ba16d677235008f80045c
-category-slug: campaigns-1
+category: 639ba16d677235008f80045c
+categorySlug: campaigns-1
slug: transfer-loyalty-points
type: basic
hidden: false
diff --git a/docs/guides/development/API-Reference.md b/docs/guides/development/API-Reference.md
index 474e06f89..2e2b68b27 100644
--- a/docs/guides/development/API-Reference.md
+++ b/docs/guides/development/API-Reference.md
@@ -1,8 +1,8 @@
---
title: API Reference
excerpt:
-category: 639ba16d677235008f800447
-category-slug: development
+category: 639ba16d677235008f800447
+categorySlug: development
slug: api-reference
type: link
hidden: false
diff --git a/docs/guides/development/API-Version-Upgrades.md b/docs/guides/development/API-Version-Upgrades.md
index 80e5599e1..9b7e14af3 100644
--- a/docs/guides/development/API-Version-Upgrades.md
+++ b/docs/guides/development/API-Version-Upgrades.md
@@ -1,8 +1,8 @@
---
title: API Version Upgrades
excerpt: Keep track of changes and upgrades to the Voucherify API.
-category: 639ba16d677235008f800447
-category-slug: development
+category: 639ba16d677235008f800447
+categorySlug: development
slug: api-version-upgrades
type: basic
hidden: false
@@ -43,4 +43,4 @@ If you’re running an older version, you’ll want to upgrade to take advantage
> 📘 Release Notes
>
-> [Visit our Help Center](https://support.voucherify.io/article/23-whats-new-in-voucherify) to learn more about the latest Release Notes and new features.
\ No newline at end of file
+> [Visit our Help Center](https://support.voucherify.io/article/23-whats-new-in-voucherify) to learn more about the latest Release Notes and new features.
diff --git a/docs/guides/development/Client-Side-API.md b/docs/guides/development/Client-Side-API.md
index f094a6002..5d2c72f96 100644
--- a/docs/guides/development/Client-Side-API.md
+++ b/docs/guides/development/Client-Side-API.md
@@ -1,8 +1,8 @@
---
title: Client-side API
excerpt:
-category: 639ba16d677235008f800447
-category-slug: development
+category: 639ba16d677235008f800447
+categorySlug: development
slug: client-side-api
type: basic
hidden: false
@@ -39,4 +39,4 @@ Visit :fa-github-alt: [Github repository](https://github.com/voucherifyio/vouche
> You have to activate particular client-side options in the [Project Settings](https://app.voucherify.io/#/app/configuration/proj_f1r5Tpr0J3Ct).
-![Client-Side Settings](https://files.readme.io/038ab3b-cielnt-side-settings.png "Client-Side Settings")
\ No newline at end of file
+![Client-Side Settings](https://files.readme.io/038ab3b-cielnt-side-settings.png "Client-Side Settings")
diff --git a/docs/guides/development/Error-Codes.md b/docs/guides/development/Error-Codes.md
index 2cbb6cf91..8a27c925a 100644
--- a/docs/guides/development/Error-Codes.md
+++ b/docs/guides/development/Error-Codes.md
@@ -1,8 +1,8 @@
---
title: Error Codes
excerpt:
-category: 639ba16d677235008f800447
-category-slug: development
+category: 639ba16d677235008f800447
+categorySlug: development
slug: error-codes
type: link
hidden: false
diff --git a/docs/guides/development/Examples.md b/docs/guides/development/Examples.md
index f5f86a5d5..c6340e063 100644
--- a/docs/guides/development/Examples.md
+++ b/docs/guides/development/Examples.md
@@ -1,8 +1,8 @@
---
title: Examples
excerpt: Here are some exemplary integrations and third-party guides for you to learn more about Voucherify.
-category: 639ba16d677235008f800447
-category-slug: development
+category: 639ba16d677235008f800447
+categorySlug: development
slug: examples
type: basic
hidden: false
@@ -122,4 +122,4 @@ Looking for ready designs for the best promotions experience in your ecommerce s
* [Download Referral UI Kit on Figma](https://www.figma.com/community/file/1039555483777372722)
-![Figma](https://files.readme.io/6c4efe5-UI-kit.png "Figma")
\ No newline at end of file
+![Figma](https://files.readme.io/6c4efe5-UI-kit.png "Figma")
diff --git a/docs/guides/development/Limits.md b/docs/guides/development/Limits.md
index bd0d48097..2e49b7987 100644
--- a/docs/guides/development/Limits.md
+++ b/docs/guides/development/Limits.md
@@ -1,8 +1,8 @@
---
title: Limits
excerpt: API calls limits and optimization
-category: 639ba16d677235008f800447
-category-slug: development
+category: 639ba16d677235008f800447
+categorySlug: development
slug: limits
type: basic
hidden: false
@@ -125,4 +125,4 @@ Webhooks enable Voucherify to send real-time updates to your app or URL endpoint
Also, instead of polling data from some endpoints, you can configure webhooks to get notified about triggered events, distribution channels, loyalty programs, and referral programs.
-For more information on webhooks, [go here](https://support.voucherify.io/article/68-webhooks-notifications).
\ No newline at end of file
+For more information on webhooks, [go here](https://support.voucherify.io/article/68-webhooks-notifications).
diff --git a/docs/guides/development/Performance.md b/docs/guides/development/Performance.md
index 9bf53c1af..2834e7ed8 100644
--- a/docs/guides/development/Performance.md
+++ b/docs/guides/development/Performance.md
@@ -1,8 +1,8 @@
---
title: Performance
excerpt: Average response rates
-category: 639ba16d677235008f800447
-category-slug: development
+category: 639ba16d677235008f800447
+categorySlug: development
slug: performance
type: basic
hidden: false
diff --git a/docs/guides/development/SDKs.md b/docs/guides/development/SDKs.md
index 943f85fbd..a8f1ad8bb 100644
--- a/docs/guides/development/SDKs.md
+++ b/docs/guides/development/SDKs.md
@@ -1,8 +1,8 @@
---
title: SDKs
excerpt:
-category: 639ba16d677235008f800447
-category-slug: development
+category: 639ba16d677235008f800447
+categorySlug: development
slug: sdks
type: basic
hidden: false
@@ -269,4 +269,4 @@ pod "VoucherifySwiftSdk"
"favicon": "https://github.com/favicon.ico",
"image": "https://avatars3.githubusercontent.com/u/19346225?s=400&v=4"
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/guides/development/Security.md b/docs/guides/development/Security.md
index d45ce0f26..548573b2b 100644
--- a/docs/guides/development/Security.md
+++ b/docs/guides/development/Security.md
@@ -1,8 +1,8 @@
---
title: Security
excerpt:
-category: 639ba16d677235008f800447
-category-slug: development
+category: 639ba16d677235008f800447
+categorySlug: development
slug: security
type: basic
hidden: false
@@ -49,4 +49,4 @@ To increase the security of public client operations, Voucherify will accept onl
* \* – this allows requests from any domain.
-![Domain Settings](https://files.readme.io/2d9c6c4-Screenshot_2020-09-16_at_09.45.20.png "Domain Settings")
\ No newline at end of file
+![Domain Settings](https://files.readme.io/2d9c6c4-Screenshot_2020-09-16_at_09.45.20.png "Domain Settings")
diff --git a/docs/guides/development/Test-Mode-Sandbox.md b/docs/guides/development/Test-Mode-Sandbox.md
index 5b03659fa..43f5b361c 100644
--- a/docs/guides/development/Test-Mode-Sandbox.md
+++ b/docs/guides/development/Test-Mode-Sandbox.md
@@ -1,8 +1,8 @@
---
title: Test mode (Sandbox)
excerpt: Run integration tests of your promotions before going to production
-category: 639ba16d677235008f800447
-category-slug: development
+category: 639ba16d677235008f800447
+categorySlug: development
slug: testing
type: basic
hidden: false
@@ -99,4 +99,4 @@ We have prepared a starting set of test data. You get 5 different single voucher
| `voucherify.io-sandbox-09` | voucherify.io-sandbox | 50% off | unlimited | never |
| `voucherify.io-sandbox-10` | voucherify.io-sandbox | 50% off | unlimited | never |
-You can create more test vouchers using the [Create Voucher](ref:create-voucher) endpoint.
\ No newline at end of file
+You can create more test vouchers using the [Create Voucher](ref:create-voucher) endpoint.
diff --git a/docs/guides/development/Troubleshooting.md b/docs/guides/development/Troubleshooting.md
index 8bdc4d40d..e47fec8f1 100644
--- a/docs/guides/development/Troubleshooting.md
+++ b/docs/guides/development/Troubleshooting.md
@@ -1,8 +1,8 @@
---
title: Troubleshooting
excerpt:
-category: 639ba16d677235008f800447
-category-slug: development
+category: 639ba16d677235008f800447
+categorySlug: development
slug: troubleshooting
type: basic
hidden: false
@@ -19,4 +19,4 @@ Use [Get Voucher's Redemptions](ref:get-voucher-redemptions) endpoint to make su
### Can I revert redemption?
-Use [Rollback Redemption](ref:rollback-redemption).
\ No newline at end of file
+Use [Rollback Redemption](ref:rollback-redemption).
diff --git a/docs/guides/discounts_recipes/Discount-Effects.md b/docs/guides/discounts_recipes/Discount-Effects.md
index 15d7d5015..808f3cc8e 100644
--- a/docs/guides/discounts_recipes/Discount-Effects.md
+++ b/docs/guides/discounts_recipes/Discount-Effects.md
@@ -1,8 +1,8 @@
---
title: Discount Effects
excerpt: The discount effect defines how the discount will be applied to the customer's cart. In this article, we're going to show you how different effects work with discounts.
-category: 639ba16d677235008f80045e
-category-slug: discounts
+category: 639ba16d677235008f80045e
+categorySlug: discounts
slug: discount-effects
type: basic
hidden: false
diff --git a/docs/guides/discounts_recipes/Free-Shipping-Discount.md b/docs/guides/discounts_recipes/Free-Shipping-Discount.md
index 593bf8d2d..516b229be 100644
--- a/docs/guides/discounts_recipes/Free-Shipping-Discount.md
+++ b/docs/guides/discounts_recipes/Free-Shipping-Discount.md
@@ -1,8 +1,8 @@
---
title: Free shipping disount
excerpt: How to use free shipping discounts?
-category: 639ba16d677235008f80045e
-category-slug: discounts
+category: 639ba16d677235008f80045e
+categorySlug: discounts
slug: free-shipping-discount
type: basic
hidden: false
@@ -550,4 +550,4 @@ In the response body, you can see that the shipping was added to the order items
The discount amount is equal to the previously added shipping fee.
-![API Response](https://files.readme.io/060288a-shipping02.png "API Response")
\ No newline at end of file
+![API Response](https://files.readme.io/060288a-shipping02.png "API Response")
diff --git a/docs/guides/discounts_recipes/Give-Items-For-Free-Unit-Discount.md b/docs/guides/discounts_recipes/Give-Items-For-Free-Unit-Discount.md
index 348692671..0214ab623 100644
--- a/docs/guides/discounts_recipes/Give-Items-For-Free-Unit-Discount.md
+++ b/docs/guides/discounts_recipes/Give-Items-For-Free-Unit-Discount.md
@@ -1,8 +1,8 @@
---
title: Give item(s) for free - unit discount
excerpt: How to add free items to customers' orders?
-category: 639ba16d677235008f80045e
-category-slug: discounts
+category: 639ba16d677235008f80045e
+categorySlug: discounts
slug: give-item-for-free-unit-discount
type: basic
hidden: false
@@ -1105,4 +1105,4 @@ Finally, let's redeem a discount code for multiple free item types.
As you can see in the response body, the discount was applied to the products in the cart. Each item type was added according the discount effect defined for that particular item type.
-![API Response](https://files.readme.io/f041381-multiple_items.png "API response")
\ No newline at end of file
+![API Response](https://files.readme.io/f041381-multiple_items.png "API response")
diff --git a/docs/guides/discounts_recipes/Product-Specific-Discounts.md b/docs/guides/discounts_recipes/Product-Specific-Discounts.md
index f1407ca61..380c32be2 100644
--- a/docs/guides/discounts_recipes/Product-Specific-Discounts.md
+++ b/docs/guides/discounts_recipes/Product-Specific-Discounts.md
@@ -1,8 +1,8 @@
---
title: Product-specific discounts
excerpt: A recipe for using *applicable_to* validation rule
-category: 639ba16d677235008f80045e
-category-slug: discounts
+category: 639ba16d677235008f80045e
+categorySlug: discounts
slug: discount-for-particular-product
type: basic
hidden: false
diff --git a/docs/guides/discounts_recipes/Stackable-Discounts-API.md b/docs/guides/discounts_recipes/Stackable-Discounts-API.md
index d78eecda8..fd2aa72d0 100644
--- a/docs/guides/discounts_recipes/Stackable-Discounts-API.md
+++ b/docs/guides/discounts_recipes/Stackable-Discounts-API.md
@@ -1,8 +1,8 @@
---
title: Stackable discounts API
excerpt:
-category: 639ba16d677235008f80045e
-category-slug: discounts
+category: 639ba16d677235008f80045e
+categorySlug: discounts
slug: manage-stackable-discounts
type: basic
hidden: false
diff --git a/docs/guides/distributions_recipes/CSV-Export-With-API.md b/docs/guides/distributions_recipes/CSV-Export-With-API.md
index a41bcad57..224182063 100644
--- a/docs/guides/distributions_recipes/CSV-Export-With-API.md
+++ b/docs/guides/distributions_recipes/CSV-Export-With-API.md
@@ -1,8 +1,8 @@
---
title: CSV export with API
excerpt: null
-category: 639ba16d677235008f80045d
-category-slug: distribution-1
+category: 639ba16d677235008f80045d
+categorySlug: distribution-1
slug: csv-export
type: basic
hidden: false
@@ -84,4 +84,4 @@ Voucherify allows you to specify the timeframe for the records you want to retri
}
```
-The export request will almost always result in a single file being generated by the system. However, if the volume of data is large, the system can split the results into multiple chunks.
\ No newline at end of file
+The export request will almost always result in a single file being generated by the system. However, if the volume of data is large, the system can split the results into multiple chunks.
diff --git a/docs/guides/distributions_recipes/Geofencing.md b/docs/guides/distributions_recipes/Geofencing.md
index 2d6ef692c..50cbd299a 100644
--- a/docs/guides/distributions_recipes/Geofencing.md
+++ b/docs/guides/distributions_recipes/Geofencing.md
@@ -1,8 +1,8 @@
---
title: Geofencing
excerpt:
-category: 639ba16d677235008f80045d
-category-slug: distribution-1
+category: 639ba16d677235008f80045d
+categorySlug: distribution-1
slug: geofencing
type: link
hidden: false
diff --git a/docs/guides/distributions_recipes/Import-Legacy-Codes.md b/docs/guides/distributions_recipes/Import-Legacy-Codes.md
index bd2be5d45..dd9fe200e 100644
--- a/docs/guides/distributions_recipes/Import-Legacy-Codes.md
+++ b/docs/guides/distributions_recipes/Import-Legacy-Codes.md
@@ -1,8 +1,8 @@
---
title: Import legacy codes
excerpt: null
-category: 639ba16d677235008f80045d
-category-slug: distribution-1
+category: 639ba16d677235008f80045d
+categorySlug: distribution-1
slug: import-codes
type: basic
hidden: false
diff --git a/docs/guides/distributions_recipes/Messaging-Automation.md b/docs/guides/distributions_recipes/Messaging-Automation.md
index 7d393ff94..75969c161 100644
--- a/docs/guides/distributions_recipes/Messaging-Automation.md
+++ b/docs/guides/distributions_recipes/Messaging-Automation.md
@@ -1,8 +1,8 @@
---
title: Messaging automation
excerpt: How to set up an automatic promotion delivery for a dynamic customer segment?
-category: 639ba16d677235008f80045d
-category-slug: distribution-1
+category: 639ba16d677235008f80045d
+categorySlug: distribution-1
slug: automatic-delivery
type: basic
hidden: false
@@ -185,4 +185,4 @@ After you confirm distribution, manual messages will be sent with a 10-minute de
> 📘 Read more
>
-> Follow [this guide](https://support.voucherify.io/article/19-how-does-the-distribution-manager-work) to learn more about Distributions setup.
\ No newline at end of file
+> Follow [this guide](https://support.voucherify.io/article/19-how-does-the-distribution-manager-work) to learn more about Distributions setup.
diff --git a/docs/guides/getting_started/API-Endpoints.md b/docs/guides/getting_started/API-Endpoints.md
index a0f0d0247..49f23ef89 100644
--- a/docs/guides/getting_started/API-Endpoints.md
+++ b/docs/guides/getting_started/API-Endpoints.md
@@ -1,8 +1,8 @@
---
title: API Endpoints
excerpt:
-category: 639ba16d677235008f80043f
-category-slug: getting-started
+category: 639ba16d677235008f80043f
+categorySlug: getting-started
slug: api-endpoints
type: basic
hidden: false
@@ -40,4 +40,4 @@ Each SDK provided by Voucherify has a method to override the default API endpoin
[https://github.com/voucherifyio/voucherify-dotNET-sdk#api-endpoint-1](https://github.com/voucherifyio/voucherify-dotNET-sdk#api-endpoint-1)
* [https://github.com/voucherifyio/voucherify-android-sdk#configuration](https://github.com/voucherifyio/voucherify-android-sdk#configuration)
* [https://github.com/voucherifyio/voucherify-ios-sdk#api-endpoint](https://github.com/voucherifyio/voucherify-ios-sdk#api-endpoint)
- * [https://github.com/voucherifyio/voucherify-rust-sdk#api-endpoint](https://github.com/voucherifyio/voucherify-rust-sdk#api-endpoint)
\ No newline at end of file
+ * [https://github.com/voucherifyio/voucherify-rust-sdk#api-endpoint](https://github.com/voucherifyio/voucherify-rust-sdk#api-endpoint)
diff --git a/docs/guides/getting_started/Authentication.md b/docs/guides/getting_started/Authentication.md
index bfab48c08..6c35b248d 100644
--- a/docs/guides/getting_started/Authentication.md
+++ b/docs/guides/getting_started/Authentication.md
@@ -1,8 +1,8 @@
---
title: Authentication
excerpt: Authorization methods and principles used to access the Voucherify platform HTTP APIs.
-category: 639ba16d677235008f80043f
-category-slug: getting-started
+category: 639ba16d677235008f80043f
+categorySlug: getting-started
slug: authentication
type: basic
hidden: false
@@ -79,4 +79,4 @@ curl -X GET \
}
}' \
"https://api.voucherify.io/client/v1/validate?code=BLCKFRDY"
-```
\ No newline at end of file
+```
diff --git a/docs/guides/getting_started/Home.md b/docs/guides/getting_started/Home.md
index 04066dadd..b46f6604b 100644
--- a/docs/guides/getting_started/Home.md
+++ b/docs/guides/getting_started/Home.md
@@ -1,8 +1,8 @@
---
title: Home
excerpt: Welcome to [Voucherify's](https://www.voucherify.io) Developer Hub.
-category: 639ba16d677235008f80043f
-category-slug: getting-started
+category: 639ba16d677235008f80043f
+categorySlug: getting-started
slug: introduction
type: basic
hidden: false
@@ -53,4 +53,4 @@ order: 1
{
"html": "
\n
\n\n
\n \n
\n\n
\n\n
\n\n
\n\n
\n\n
\n\n
\n
\n\n"
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/guides/getting_started/Integration-Checklist.md b/docs/guides/getting_started/Integration-Checklist.md
index e74c3dd72..cc0805b0c 100644
--- a/docs/guides/getting_started/Integration-Checklist.md
+++ b/docs/guides/getting_started/Integration-Checklist.md
@@ -1,8 +1,8 @@
---
title: Integration checklist
excerpt: Get the documentation, sample code, and developer tools — everything you need to build digital promotions faster
-category: 639ba16d677235008f80043f
-category-slug: getting-started
+category: 639ba16d677235008f80043f
+categorySlug: getting-started
slug: welcome
type: basic
hidden: false
@@ -98,4 +98,4 @@ For advanced customization, you should read about how Voucherify:
## What's next
* Join our [Community Slack](https://community.voucherify.io/) to get help and inspiration.
* Browse through Campaign, Discount, Distribution recipes to learn how to get a particular job done.
-* Visit our [roadmap](https://roadmap.voucherify.io/) to find out what we’ll release in the next cycle; suggest improvements and vote for features you want to see in the platform.
\ No newline at end of file
+* Visit our [roadmap](https://roadmap.voucherify.io/) to find out what we’ll release in the next cycle; suggest improvements and vote for features you want to see in the platform.
diff --git a/docs/guides/getting_started/Key-Concepts.md b/docs/guides/getting_started/Key-Concepts.md
index ca7beb19d..3190d81fa 100644
--- a/docs/guides/getting_started/Key-Concepts.md
+++ b/docs/guides/getting_started/Key-Concepts.md
@@ -1,8 +1,8 @@
---
title: Key concepts
excerpt: Voucherify offers several building blocks to help you implement promotional campaigns and integrate it with your stack.
-category: 639ba16d677235008f80043f
-category-slug: getting-started
+category: 639ba16d677235008f80043f
+categorySlug: getting-started
slug: key-concepts
type: basic
hidden: false
@@ -126,4 +126,4 @@ You can trigger a message [automatically](doc:automatic-delivery) in response to
Distribution triggers a publication request behind the scenes. [Publication](doc:distribution#publish-with-the-api) is the process of assigning a promo code to a particular customer. Each unique code can be published to one customer only. Using this feature, you can track who received the code already and who hasn't. You can call the publication endpoint manually as well.
[Distribution](doc:distribution) reference
-[Distribution in dashboard](https://support.voucherify.io/article/19-how-does-the-distribution-manager-work)
\ No newline at end of file
+[Distribution in dashboard](https://support.voucherify.io/article/19-how-does-the-distribution-manager-work)
diff --git a/docs/guides/getting_started/Quickstart.md b/docs/guides/getting_started/Quickstart.md
index 64a9492d4..7a404535d 100644
--- a/docs/guides/getting_started/Quickstart.md
+++ b/docs/guides/getting_started/Quickstart.md
@@ -1,8 +1,8 @@
---
title: Quickstart
excerpt: Get started with Voucherify API and dashboard by redeeming your first coupon code.
-category: 639ba16d677235008f80043f
-category-slug: getting-started
+category: 639ba16d677235008f80043f
+categorySlug: getting-started
slug: quickstart
type: basic
hidden: false
diff --git a/docs/guides/more/Roadmap.md b/docs/guides/more/Roadmap.md
index 4e1a1c5e9..e64c92105 100644
--- a/docs/guides/more/Roadmap.md
+++ b/docs/guides/more/Roadmap.md
@@ -1,8 +1,8 @@
---
title: Roadmap
excerpt:
-category: 639ba16d677235008f800441
-category-slug: more
+category: 639ba16d677235008f800441
+categorySlug: more
slug: roadmap
type: link
hidden: false
diff --git a/docs/guides/more/Status.md b/docs/guides/more/Status.md
index d630139d7..893f84944 100644
--- a/docs/guides/more/Status.md
+++ b/docs/guides/more/Status.md
@@ -1,8 +1,8 @@
---
title: Status
excerpt:
-category: 639ba16d677235008f800441
-category-slug: more
+category: 639ba16d677235008f800441
+categorySlug: more
slug: status
type: link
hidden: false
diff --git a/docs/guides/more/Support.md b/docs/guides/more/Support.md
index a514a1f11..53431aca0 100644
--- a/docs/guides/more/Support.md
+++ b/docs/guides/more/Support.md
@@ -1,8 +1,8 @@
---
title: Support
excerpt:
-category: 639ba16d677235008f800441
-category-slug: more
+category: 639ba16d677235008f800441
+categorySlug: more
slug: support
type: basic
hidden: false
@@ -11,4 +11,4 @@ order: 1
If you cannot find the answer to your question in the Developer Hub or [Help Center](https://support.voucherify.io), use one of these options:
* :email: Contact us through the [contact form](https://www.voucherify.io/contact-support).
-* :fa-slack: [Join Community](https://www.voucherify.io/community).
\ No newline at end of file
+* :fa-slack: [Join Community](https://www.voucherify.io/community).
diff --git a/docs/reference-docs/ASYNC-ACTIONS-API-Async-Action-Object.md b/docs/reference-docs/ASYNC-ACTIONS-API-Async-Action-Object.md
index b13c06281..9ce9a15b0 100644
--- a/docs/reference-docs/ASYNC-ACTIONS-API-Async-Action-Object.md
+++ b/docs/reference-docs/ASYNC-ACTIONS-API-Async-Action-Object.md
@@ -1,8 +1,8 @@
---
title: Async Action Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fabf
slug: async-action-object
hidden: false
@@ -26,4 +26,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/ASYNC-ACTIONS-API-Get-Async-Action.md b/docs/reference-docs/ASYNC-ACTIONS-API-Get-Async-Action.md
index c4663213f..d5761d845 100644
--- a/docs/reference-docs/ASYNC-ACTIONS-API-Get-Async-Action.md
+++ b/docs/reference-docs/ASYNC-ACTIONS-API-Get-Async-Action.md
@@ -1,8 +1,8 @@
---
title: Get Async Action
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-async-action
parentDoc: 639ba2658407100061f5fabf
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/ASYNC-ACTIONS-API-List-Async-Actions.md b/docs/reference-docs/ASYNC-ACTIONS-API-List-Async-Actions.md
index ed88c6572..198eb706a 100644
--- a/docs/reference-docs/ASYNC-ACTIONS-API-List-Async-Actions.md
+++ b/docs/reference-docs/ASYNC-ACTIONS-API-List-Async-Actions.md
@@ -1,8 +1,8 @@
---
title: List Async Actions
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-async-actions
parentDoc: 639ba2658407100061f5fabf
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-Add-Voucher-With-Specific-Code-To-Campaign.md b/docs/reference-docs/CAMPAIGNS-API-Add-Voucher-With-Specific-Code-To-Campaign.md
index ead674500..4816764f1 100644
--- a/docs/reference-docs/CAMPAIGNS-API-Add-Voucher-With-Specific-Code-To-Campaign.md
+++ b/docs/reference-docs/CAMPAIGNS-API-Add-Voucher-With-Specific-Code-To-Campaign.md
@@ -1,8 +1,8 @@
---
title: Add Voucher with Specific Code to Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: add-voucher-with-specific-code-to-campaign
parentDoc: 639ba2658407100061f5faaf
hidden: false
@@ -12,4 +12,4 @@ order: 7
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-Add-Vouchers-To-Campaign.md b/docs/reference-docs/CAMPAIGNS-API-Add-Vouchers-To-Campaign.md
index a2b8d7800..ea3500bed 100644
--- a/docs/reference-docs/CAMPAIGNS-API-Add-Vouchers-To-Campaign.md
+++ b/docs/reference-docs/CAMPAIGNS-API-Add-Vouchers-To-Campaign.md
@@ -1,8 +1,8 @@
---
title: Add Vouchers to Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: add-vouchers-to-campaign
parentDoc: 639ba2658407100061f5faaf
hidden: false
@@ -12,4 +12,4 @@ order: 6
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-Campaign-Object.md b/docs/reference-docs/CAMPAIGNS-API-Campaign-Object.md
index c709f4f23..78f4cabe8 100644
--- a/docs/reference-docs/CAMPAIGNS-API-Campaign-Object.md
+++ b/docs/reference-docs/CAMPAIGNS-API-Campaign-Object.md
@@ -1,8 +1,8 @@
---
title: Campaign Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5faaf
slug: campaign-object
hidden: false
@@ -45,4 +45,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-Create-Campaign.md b/docs/reference-docs/CAMPAIGNS-API-Create-Campaign.md
index 0325505ef..3637ca99c 100644
--- a/docs/reference-docs/CAMPAIGNS-API-Create-Campaign.md
+++ b/docs/reference-docs/CAMPAIGNS-API-Create-Campaign.md
@@ -1,8 +1,8 @@
---
title: Create Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-campaign
parentDoc: 639ba2658407100061f5faaf
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-Delete-Campaign.md b/docs/reference-docs/CAMPAIGNS-API-Delete-Campaign.md
index c33d81ec7..a1bbcd2fd 100644
--- a/docs/reference-docs/CAMPAIGNS-API-Delete-Campaign.md
+++ b/docs/reference-docs/CAMPAIGNS-API-Delete-Campaign.md
@@ -1,8 +1,8 @@
---
title: Delete Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-campaign
parentDoc: 639ba2658407100061f5faaf
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-Disable-Campaign.md b/docs/reference-docs/CAMPAIGNS-API-Disable-Campaign.md
index 4ed360cc2..1e2893e3e 100644
--- a/docs/reference-docs/CAMPAIGNS-API-Disable-Campaign.md
+++ b/docs/reference-docs/CAMPAIGNS-API-Disable-Campaign.md
@@ -1,8 +1,8 @@
---
title: Disable Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: disable-campaign
parentDoc: 639ba2658407100061f5faaf
hidden: false
@@ -12,4 +12,4 @@ order: 12
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-Enable-Campaign.md b/docs/reference-docs/CAMPAIGNS-API-Enable-Campaign.md
index efe34a52f..2ce4f037a 100644
--- a/docs/reference-docs/CAMPAIGNS-API-Enable-Campaign.md
+++ b/docs/reference-docs/CAMPAIGNS-API-Enable-Campaign.md
@@ -1,8 +1,8 @@
---
title: Enable Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: enable-campaign
parentDoc: 639ba2658407100061f5faaf
hidden: false
@@ -12,4 +12,4 @@ order: 11
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-Examine-Qualification.md b/docs/reference-docs/CAMPAIGNS-API-Examine-Qualification.md
index 9270c8aa8..40ab27acb 100644
--- a/docs/reference-docs/CAMPAIGNS-API-Examine-Qualification.md
+++ b/docs/reference-docs/CAMPAIGNS-API-Examine-Qualification.md
@@ -1,8 +1,8 @@
---
title: Examine Qualification [Deprecated]
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: examine-campaigns-qualification
parentDoc: 639ba2658407100061f5faaf
hidden: false
@@ -12,4 +12,4 @@ order: 10
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-Get-Campaign.md b/docs/reference-docs/CAMPAIGNS-API-Get-Campaign.md
index 496a1ee3f..50ffa4acb 100644
--- a/docs/reference-docs/CAMPAIGNS-API-Get-Campaign.md
+++ b/docs/reference-docs/CAMPAIGNS-API-Get-Campaign.md
@@ -1,8 +1,8 @@
---
title: Get Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-campaign
parentDoc: 639ba2658407100061f5faaf
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-Import-Vouchers-To-Campaign-Using-CSV.md b/docs/reference-docs/CAMPAIGNS-API-Import-Vouchers-To-Campaign-Using-CSV.md
index 4753c84e6..7769e7c76 100644
--- a/docs/reference-docs/CAMPAIGNS-API-Import-Vouchers-To-Campaign-Using-CSV.md
+++ b/docs/reference-docs/CAMPAIGNS-API-Import-Vouchers-To-Campaign-Using-CSV.md
@@ -1,8 +1,8 @@
---
title: Import Vouchers to Campaign by CSV
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: import-vouchers-to-campaign-using-csv
parentDoc: 639ba2658407100061f5faaf
hidden: false
@@ -12,4 +12,4 @@ order: 9
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-Import-Vouchers-To-Campaign.md b/docs/reference-docs/CAMPAIGNS-API-Import-Vouchers-To-Campaign.md
index e174785dc..00a966323 100644
--- a/docs/reference-docs/CAMPAIGNS-API-Import-Vouchers-To-Campaign.md
+++ b/docs/reference-docs/CAMPAIGNS-API-Import-Vouchers-To-Campaign.md
@@ -1,8 +1,8 @@
---
title: Import Vouchers to Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: import-vouchers-to-campaign
parentDoc: 639ba2658407100061f5faaf
hidden: false
@@ -12,4 +12,4 @@ order: 8
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-List-Campaigns.md b/docs/reference-docs/CAMPAIGNS-API-List-Campaigns.md
index e0dd1ab93..7a678f40f 100644
--- a/docs/reference-docs/CAMPAIGNS-API-List-Campaigns.md
+++ b/docs/reference-docs/CAMPAIGNS-API-List-Campaigns.md
@@ -1,8 +1,8 @@
---
title: List Campaigns
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-campaigns
parentDoc: 639ba2658407100061f5faaf
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CAMPAIGNS-API-Update-Campaign.md b/docs/reference-docs/CAMPAIGNS-API-Update-Campaign.md
index b9b6c7a1b..34c5f98b7 100644
--- a/docs/reference-docs/CAMPAIGNS-API-Update-Campaign.md
+++ b/docs/reference-docs/CAMPAIGNS-API-Update-Campaign.md
@@ -1,8 +1,8 @@
---
title: Update Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-campaign
parentDoc: 639ba2658407100061f5faaf
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CATEGORIES-API-Category-Object.md b/docs/reference-docs/CATEGORIES-API-Category-Object.md
index 15c4e9c65..014261d07 100644
--- a/docs/reference-docs/CATEGORIES-API-Category-Object.md
+++ b/docs/reference-docs/CATEGORIES-API-Category-Object.md
@@ -1,8 +1,8 @@
---
title: Category Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fac1
slug: category-object
hidden: false
@@ -22,4 +22,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CATEGORIES-API-Create-Category.md b/docs/reference-docs/CATEGORIES-API-Create-Category.md
index 9453f8705..64f6dd03e 100644
--- a/docs/reference-docs/CATEGORIES-API-Create-Category.md
+++ b/docs/reference-docs/CATEGORIES-API-Create-Category.md
@@ -1,8 +1,8 @@
---
title: Create Category
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-category
parentDoc: 639ba2658407100061f5fac1
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CATEGORIES-API-Delete-Category.md b/docs/reference-docs/CATEGORIES-API-Delete-Category.md
index 8fffa7592..824f358f5 100644
--- a/docs/reference-docs/CATEGORIES-API-Delete-Category.md
+++ b/docs/reference-docs/CATEGORIES-API-Delete-Category.md
@@ -1,8 +1,8 @@
---
title: Delete Category
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-category
parentDoc: 639ba2658407100061f5fac1
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CATEGORIES-API-Get-Category.md b/docs/reference-docs/CATEGORIES-API-Get-Category.md
index 5a043ef7a..0996ee4d8 100644
--- a/docs/reference-docs/CATEGORIES-API-Get-Category.md
+++ b/docs/reference-docs/CATEGORIES-API-Get-Category.md
@@ -1,8 +1,8 @@
---
title: Get Category
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-category
parentDoc: 639ba2658407100061f5fac1
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CATEGORIES-API-List-Categories.md b/docs/reference-docs/CATEGORIES-API-List-Categories.md
index 1f68cd596..2d6cfc3bb 100644
--- a/docs/reference-docs/CATEGORIES-API-List-Categories.md
+++ b/docs/reference-docs/CATEGORIES-API-List-Categories.md
@@ -1,8 +1,8 @@
---
title: List Categories
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-categories
parentDoc: 639ba2658407100061f5fac1
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CATEGORIES-API-Update-Category.md b/docs/reference-docs/CATEGORIES-API-Update-Category.md
index d1acf93ee..d34c7a110 100644
--- a/docs/reference-docs/CATEGORIES-API-Update-Category.md
+++ b/docs/reference-docs/CATEGORIES-API-Update-Category.md
@@ -1,8 +1,8 @@
---
title: Update Category
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-category
parentDoc: 639ba2658407100061f5fac1
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CONSENTS-API-Consents-Object.md b/docs/reference-docs/CONSENTS-API-Consents-Object.md
index 7016503c9..58b8a0423 100644
--- a/docs/reference-docs/CONSENTS-API-Consents-Object.md
+++ b/docs/reference-docs/CONSENTS-API-Consents-Object.md
@@ -1,8 +1,8 @@
---
title: Consents Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fabe
slug: consents-object
hidden: false
@@ -18,4 +18,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CONSENTS-API-List-Consents-Client-Side.md b/docs/reference-docs/CONSENTS-API-List-Consents-Client-Side.md
index 407e72984..7f8d0be51 100644
--- a/docs/reference-docs/CONSENTS-API-List-Consents-Client-Side.md
+++ b/docs/reference-docs/CONSENTS-API-List-Consents-Client-Side.md
@@ -1,8 +1,8 @@
---
title: List Consents (client-side)
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-consents-client-side
parentDoc: 639ba2658407100061f5fabe
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CONSENTS-API-List-Consents.md b/docs/reference-docs/CONSENTS-API-List-Consents.md
index 895526b8a..a0b647224 100644
--- a/docs/reference-docs/CONSENTS-API-List-Consents.md
+++ b/docs/reference-docs/CONSENTS-API-List-Consents.md
@@ -1,8 +1,8 @@
---
title: List Consents
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-consents
parentDoc: 639ba2658407100061f5fabe
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-Create-Customer.md b/docs/reference-docs/CUSTOMERS-API-Create-Customer.md
index 2dc1c3adb..32781c0f5 100644
--- a/docs/reference-docs/CUSTOMERS-API-Create-Customer.md
+++ b/docs/reference-docs/CUSTOMERS-API-Create-Customer.md
@@ -1,8 +1,8 @@
---
title: Create Customer
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-customer
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-Customer-Activity-Object.md b/docs/reference-docs/CUSTOMERS-API-Customer-Activity-Object.md
index 0aa3ef7fb..ef3988bb2 100644
--- a/docs/reference-docs/CUSTOMERS-API-Customer-Activity-Object.md
+++ b/docs/reference-docs/CUSTOMERS-API-Customer-Activity-Object.md
@@ -1,8 +1,8 @@
---
title: Customer Activity Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab7
slug: customer-activity-object
hidden: false
@@ -20,4 +20,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-Customer-Object.md b/docs/reference-docs/CUSTOMERS-API-Customer-Object.md
index 477347c12..d59e66036 100644
--- a/docs/reference-docs/CUSTOMERS-API-Customer-Object.md
+++ b/docs/reference-docs/CUSTOMERS-API-Customer-Object.md
@@ -1,8 +1,8 @@
---
title: Customer Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab7
slug: customer-object
hidden: false
@@ -34,4 +34,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-Delete-Customer-Permanently.md b/docs/reference-docs/CUSTOMERS-API-Delete-Customer-Permanently.md
index ac982fe46..18549df08 100644
--- a/docs/reference-docs/CUSTOMERS-API-Delete-Customer-Permanently.md
+++ b/docs/reference-docs/CUSTOMERS-API-Delete-Customer-Permanently.md
@@ -1,8 +1,8 @@
---
title: Delete Customer Permanently
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-customer-permanently
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 10
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-Get-Customer.md b/docs/reference-docs/CUSTOMERS-API-Get-Customer.md
index 1b4e37edf..e2e29f634 100644
--- a/docs/reference-docs/CUSTOMERS-API-Get-Customer.md
+++ b/docs/reference-docs/CUSTOMERS-API-Get-Customer.md
@@ -1,8 +1,8 @@
---
title: Get Customer
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-customer
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-Import-Customers-Using-CSV.md b/docs/reference-docs/CUSTOMERS-API-Import-Customers-Using-CSV.md
index ac636d5cc..1967c132f 100644
--- a/docs/reference-docs/CUSTOMERS-API-Import-Customers-Using-CSV.md
+++ b/docs/reference-docs/CUSTOMERS-API-Import-Customers-Using-CSV.md
@@ -1,8 +1,8 @@
---
title: Import and Update Customers using CSV
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: import-customers-using-csv
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 6
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-List-Customer-Activities.md b/docs/reference-docs/CUSTOMERS-API-List-Customer-Activities.md
index 046e8a6d5..d41a4152b 100644
--- a/docs/reference-docs/CUSTOMERS-API-List-Customer-Activities.md
+++ b/docs/reference-docs/CUSTOMERS-API-List-Customer-Activities.md
@@ -1,8 +1,8 @@
---
title: List Customer Activities
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-customer-activities
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-List-Customer-Segments.md b/docs/reference-docs/CUSTOMERS-API-List-Customer-Segments.md
index 700adbb96..c42d20540 100644
--- a/docs/reference-docs/CUSTOMERS-API-List-Customer-Segments.md
+++ b/docs/reference-docs/CUSTOMERS-API-List-Customer-Segments.md
@@ -1,8 +1,8 @@
---
title: List Customer's Segments
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-customer-segments
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-List-Customers.md b/docs/reference-docs/CUSTOMERS-API-List-Customers.md
index 31f726196..545cef35d 100644
--- a/docs/reference-docs/CUSTOMERS-API-List-Customers.md
+++ b/docs/reference-docs/CUSTOMERS-API-List-Customers.md
@@ -1,8 +1,8 @@
---
title: List Customers
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-customers
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-Update-Customer-Consents.md b/docs/reference-docs/CUSTOMERS-API-Update-Customer-Consents.md
index d442b54a3..db3a2a43e 100644
--- a/docs/reference-docs/CUSTOMERS-API-Update-Customer-Consents.md
+++ b/docs/reference-docs/CUSTOMERS-API-Update-Customer-Consents.md
@@ -1,8 +1,8 @@
---
title: Update Customer's consents
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-customers-consents
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 8
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-Update-Customer.md b/docs/reference-docs/CUSTOMERS-API-Update-Customer.md
index 8f3302ba4..0e0942df4 100644
--- a/docs/reference-docs/CUSTOMERS-API-Update-Customer.md
+++ b/docs/reference-docs/CUSTOMERS-API-Update-Customer.md
@@ -1,8 +1,8 @@
---
title: Update Customer
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-customer
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 7
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-Update-Customers-Consents-Client-Side.md b/docs/reference-docs/CUSTOMERS-API-Update-Customers-Consents-Client-Side.md
index 03509d8de..edc8f4d8f 100644
--- a/docs/reference-docs/CUSTOMERS-API-Update-Customers-Consents-Client-Side.md
+++ b/docs/reference-docs/CUSTOMERS-API-Update-Customers-Consents-Client-Side.md
@@ -1,8 +1,8 @@
---
title: Update Customer's consents (client-side)
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-customers-consents-client-side
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 9
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-Update-Customers-In-Bulk.md b/docs/reference-docs/CUSTOMERS-API-Update-Customers-In-Bulk.md
index 7c00cba23..4402a30e3 100644
--- a/docs/reference-docs/CUSTOMERS-API-Update-Customers-In-Bulk.md
+++ b/docs/reference-docs/CUSTOMERS-API-Update-Customers-In-Bulk.md
@@ -1,8 +1,8 @@
---
title: Update Customers in bulk
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-customers-in-bulk
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 10
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMERS-API-Update-Customers-Metadata-In-Bulk.md b/docs/reference-docs/CUSTOMERS-API-Update-Customers-Metadata-In-Bulk.md
index 9c44da6c6..5dc3d1b94 100644
--- a/docs/reference-docs/CUSTOMERS-API-Update-Customers-Metadata-In-Bulk.md
+++ b/docs/reference-docs/CUSTOMERS-API-Update-Customers-Metadata-In-Bulk.md
@@ -1,8 +1,8 @@
---
title: Update Customers' Metadata in bulk
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-customers-metadata-in-bulk
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 11
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/CUSTOMES-API-Delete-Customer.md b/docs/reference-docs/CUSTOMES-API-Delete-Customer.md
index 2a22ca853..e94f12b76 100644
--- a/docs/reference-docs/CUSTOMES-API-Delete-Customer.md
+++ b/docs/reference-docs/CUSTOMES-API-Delete-Customer.md
@@ -1,8 +1,8 @@
---
title: Delete Customer
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-customer
parentDoc: 639ba2658407100061f5fab7
hidden: false
@@ -12,4 +12,4 @@ order: 9
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/EVENTS-API-Custom-Event-Object.md b/docs/reference-docs/EVENTS-API-Custom-Event-Object.md
index eefcc71f9..2da951b4e 100644
--- a/docs/reference-docs/EVENTS-API-Custom-Event-Object.md
+++ b/docs/reference-docs/EVENTS-API-Custom-Event-Object.md
@@ -1,8 +1,8 @@
---
title: Custom Event Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fabd
slug: custom-event-object
hidden: false
@@ -13,4 +13,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/EVENTS-API-Track-Custom-Event-Client-Side.md b/docs/reference-docs/EVENTS-API-Track-Custom-Event-Client-Side.md
index 723acc17f..d30e2b6fc 100644
--- a/docs/reference-docs/EVENTS-API-Track-Custom-Event-Client-Side.md
+++ b/docs/reference-docs/EVENTS-API-Track-Custom-Event-Client-Side.md
@@ -1,8 +1,8 @@
---
title: Track Custom Event (client-side)
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: track-custom-event-client-side
parentDoc: 639ba2658407100061f5fabd
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/EVENTS-API-Track-Custom-Event.md b/docs/reference-docs/EVENTS-API-Track-Custom-Event.md
index 1be72218d..8d7e64b89 100644
--- a/docs/reference-docs/EVENTS-API-Track-Custom-Event.md
+++ b/docs/reference-docs/EVENTS-API-Track-Custom-Event.md
@@ -1,8 +1,8 @@
---
title: Track Custom Event
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: track-custom-event
parentDoc: 639ba2658407100061f5fabd
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/EXPORTS-API-Create-Export.md b/docs/reference-docs/EXPORTS-API-Create-Export.md
index 963e4421a..1d590db67 100644
--- a/docs/reference-docs/EXPORTS-API-Create-Export.md
+++ b/docs/reference-docs/EXPORTS-API-Create-Export.md
@@ -1,8 +1,8 @@
---
title: Create Export
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-export
parentDoc: 639ba2658407100061f5fac0
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/EXPORTS-API-Delete-Export.md b/docs/reference-docs/EXPORTS-API-Delete-Export.md
index 319d5a9a8..8252a0e2d 100644
--- a/docs/reference-docs/EXPORTS-API-Delete-Export.md
+++ b/docs/reference-docs/EXPORTS-API-Delete-Export.md
@@ -1,8 +1,8 @@
---
title: Delete Export
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-export
parentDoc: 639ba2658407100061f5fac0
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/EXPORTS-API-Download-Export.md b/docs/reference-docs/EXPORTS-API-Download-Export.md
index eadd28cd4..7fa8ad9b4 100644
--- a/docs/reference-docs/EXPORTS-API-Download-Export.md
+++ b/docs/reference-docs/EXPORTS-API-Download-Export.md
@@ -1,8 +1,8 @@
---
title: Download Export
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: download-export
parentDoc: 639ba2658407100061f5fac0
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/EXPORTS-API-Export-Object.md b/docs/reference-docs/EXPORTS-API-Export-Object.md
index 7bb53db76..21de53459 100644
--- a/docs/reference-docs/EXPORTS-API-Export-Object.md
+++ b/docs/reference-docs/EXPORTS-API-Export-Object.md
@@ -1,8 +1,8 @@
---
title: Export Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fac0
slug: export-object
hidden: false
@@ -25,4 +25,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/EXPORTS-API-Get-Export.md b/docs/reference-docs/EXPORTS-API-Get-Export.md
index e1391d0d1..f7556f963 100644
--- a/docs/reference-docs/EXPORTS-API-Get-Export.md
+++ b/docs/reference-docs/EXPORTS-API-Get-Export.md
@@ -1,8 +1,8 @@
---
title: Get Export
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-export
parentDoc: 639ba2658407100061f5fac0
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/EXPORTS-API-List-Exports.md b/docs/reference-docs/EXPORTS-API-List-Exports.md
index bac8d1226..08a292475 100644
--- a/docs/reference-docs/EXPORTS-API-List-Exports.md
+++ b/docs/reference-docs/EXPORTS-API-List-Exports.md
@@ -1,8 +1,8 @@
---
title: List Exports
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-exports
parentDoc: 639ba2658407100061f5fac0
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/Errors.md b/docs/reference-docs/Errors.md
index 3d9d5c8c3..bbfeb6f40 100644
--- a/docs/reference-docs/Errors.md
+++ b/docs/reference-docs/Errors.md
@@ -1,8 +1,8 @@
---
title: Errors
excerpt: Learn about the errors returned to responses and how you can customize them to improve your customer experience.
-category: 639ba44d204cb60020b4b7ec
-category-slug: introduction
+category: 639ba44d204cb60020b4b7ec
+categorySlug: introduction
slug: errors
type: basic
hidden: false
diff --git a/docs/reference-docs/Establish-Validation-Session.md b/docs/reference-docs/Establish-Validation-Session.md
index 5a80eb53a..63efeaf5b 100644
--- a/docs/reference-docs/Establish-Validation-Session.md
+++ b/docs/reference-docs/Establish-Validation-Session.md
@@ -1,8 +1,9 @@
---
title: Establish Validation Session
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab5
+parentDocSlug: stackable-discounts-api
slug: establish-validation-session
type: link
hidden: false
diff --git a/docs/reference-docs/Fetching-Data.md b/docs/reference-docs/Fetching-Data.md
index 088be0ec5..bd77ca7a8 100644
--- a/docs/reference-docs/Fetching-Data.md
+++ b/docs/reference-docs/Fetching-Data.md
@@ -1,8 +1,8 @@
---
title: Fetching Data
excerpt: Learn how to specify the data you would like to fetch.
-category: 639ba44d204cb60020b4b7ec
-category-slug: introduction
+category: 639ba44d204cb60020b4b7ec
+categorySlug: introduction
slug: listing
type: basic
hidden: false
@@ -122,4 +122,4 @@ Examine qualifications methods display all vouchers or campaigns qualified to th
| **Voucher** | voucher type
(`GIFT_VOUCHER`, or `DISCOUNT_VOUCHER`) | `[filters][type][conditions][$is]={{voucher_type}` |
| **Voucher** | `metadata` | `[filters][metadata.{{Voucher metadata key}}][conditions][$is]={{voucher_metadata_value}}` |
| **Voucher** | `holder_id`
(when a code is published to a customer, he/she becomes its holder) | `[filters][holder_id][conditions][$in]={{customer_id}}` |
-| **Voucher** | `campaign_ids` | `[filters][campaign_id][conditions][$in]={{campaign_id}}` |
\ No newline at end of file
+| **Voucher** | `campaign_ids` | `[filters][campaign_id][conditions][$in]={{campaign_id}}` |
diff --git a/docs/reference-docs/Introduction.md b/docs/reference-docs/Introduction.md
index 291e4debe..4e95d6d52 100644
--- a/docs/reference-docs/Introduction.md
+++ b/docs/reference-docs/Introduction.md
@@ -1,8 +1,8 @@
---
title: Introduction
excerpt: What is Voucherify API?
-category: 639ba44d204cb60020b4b7ec
-category-slug: introduction
+category: 639ba44d204cb60020b4b7ec
+categorySlug: introduction
slug: introduction-1
type: basic
hidden: false
@@ -24,4 +24,4 @@ In general the API consists of 2 sets:
> 📘 Your API keys
>
-> Find out more about how to [authenticate your application](doc:authentication) to access the API.
\ No newline at end of file
+> Find out more about how to [authenticate your application](doc:authentication) to access the API.
diff --git a/docs/reference-docs/LOCATIONS-API-Get-Location.md b/docs/reference-docs/LOCATIONS-API-Get-Location.md
index fcfdfbc18..3f15f4fe2 100644
--- a/docs/reference-docs/LOCATIONS-API-Get-Location.md
+++ b/docs/reference-docs/LOCATIONS-API-Get-Location.md
@@ -1,8 +1,8 @@
---
title: Get Location
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 64d0e09b5a917a1254315da7
slug: get-location
hidden: false
@@ -13,4 +13,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOCATIONS-API-List-Locations.md b/docs/reference-docs/LOCATIONS-API-List-Locations.md
index 454471734..28fe1a2cb 100644
--- a/docs/reference-docs/LOCATIONS-API-List-Locations.md
+++ b/docs/reference-docs/LOCATIONS-API-List-Locations.md
@@ -1,8 +1,8 @@
---
title: List Locations
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 64d0e09b5a917a1254315da7
slug: list-locations
hidden: false
@@ -13,4 +13,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOCATIONS-API-Location-Object.md b/docs/reference-docs/LOCATIONS-API-Location-Object.md
index c6495db68..4e314a2cd 100644
--- a/docs/reference-docs/LOCATIONS-API-Location-Object.md
+++ b/docs/reference-docs/LOCATIONS-API-Location-Object.md
@@ -1,8 +1,8 @@
---
title: Location Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 64d0e09b5a917a1254315da7
slug: location-object
hidden: false
@@ -13,4 +13,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Add-Member.md b/docs/reference-docs/LOYALTIES-API-Add-Member.md
index 5c8229eaf..a5d7461f9 100644
--- a/docs/reference-docs/LOYALTIES-API-Add-Member.md
+++ b/docs/reference-docs/LOYALTIES-API-Add-Member.md
@@ -1,8 +1,8 @@
---
title: Add Member
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: add-member
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 9
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Add-Or-Remove-Loyalty-Card-Balance-1.md b/docs/reference-docs/LOYALTIES-API-Add-Or-Remove-Loyalty-Card-Balance-1.md
index 128e31fdd..35f574cc7 100644
--- a/docs/reference-docs/LOYALTIES-API-Add-Or-Remove-Loyalty-Card-Balance-1.md
+++ b/docs/reference-docs/LOYALTIES-API-Add-Or-Remove-Loyalty-Card-Balance-1.md
@@ -1,8 +1,8 @@
---
title: Add or Remove Loyalty Card Balance
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: add-remove-loyalty-card-balance-1
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 13
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Add-Or-Remove-Loyalty-Card-Balance.md b/docs/reference-docs/LOYALTIES-API-Add-Or-Remove-Loyalty-Card-Balance.md
index b43119fc4..93cf6b783 100644
--- a/docs/reference-docs/LOYALTIES-API-Add-Or-Remove-Loyalty-Card-Balance.md
+++ b/docs/reference-docs/LOYALTIES-API-Add-Or-Remove-Loyalty-Card-Balance.md
@@ -1,8 +1,8 @@
---
title: Add or Remove Loyalty Card Balance
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: add-remove-loyalty-card-balance
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 12
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Create-Earning-Rule.md b/docs/reference-docs/LOYALTIES-API-Create-Earning-Rule.md
index 5ede9e18b..42c4807a2 100644
--- a/docs/reference-docs/LOYALTIES-API-Create-Earning-Rule.md
+++ b/docs/reference-docs/LOYALTIES-API-Create-Earning-Rule.md
@@ -1,8 +1,8 @@
---
title: Create Earning Rule
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-earning-rule
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 23
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Create-Loyalty-Campaign.md b/docs/reference-docs/LOYALTIES-API-Create-Loyalty-Campaign.md
index 4703e7243..4645bb4da 100644
--- a/docs/reference-docs/LOYALTIES-API-Create-Loyalty-Campaign.md
+++ b/docs/reference-docs/LOYALTIES-API-Create-Loyalty-Campaign.md
@@ -1,8 +1,8 @@
---
title: Create Loyalty Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-loyalty-program
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Create-Points-Expiration-Export.md b/docs/reference-docs/LOYALTIES-API-Create-Points-Expiration-Export.md
index fea711b00..e325fe0ce 100644
--- a/docs/reference-docs/LOYALTIES-API-Create-Points-Expiration-Export.md
+++ b/docs/reference-docs/LOYALTIES-API-Create-Points-Expiration-Export.md
@@ -1,8 +1,8 @@
---
title: Create Points Expiration Export
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-points-expiration-export
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 20
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Create-Reward-Assignment.md b/docs/reference-docs/LOYALTIES-API-Create-Reward-Assignment.md
index 15a2e4cb7..5ec6a6965 100644
--- a/docs/reference-docs/LOYALTIES-API-Create-Reward-Assignment.md
+++ b/docs/reference-docs/LOYALTIES-API-Create-Reward-Assignment.md
@@ -1,8 +1,8 @@
---
title: Create Reward Assignment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-reward-assignment-1
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 36
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Delete-Earning-Rule.md b/docs/reference-docs/LOYALTIES-API-Delete-Earning-Rule.md
index b1df4885d..6847caed3 100644
--- a/docs/reference-docs/LOYALTIES-API-Delete-Earning-Rule.md
+++ b/docs/reference-docs/LOYALTIES-API-Delete-Earning-Rule.md
@@ -1,8 +1,8 @@
---
title: Delete Earning Rule
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-earning-rule
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 25
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Delete-Loyalty-Campaign.md b/docs/reference-docs/LOYALTIES-API-Delete-Loyalty-Campaign.md
index bf6a8c45c..97bbe4831 100644
--- a/docs/reference-docs/LOYALTIES-API-Delete-Loyalty-Campaign.md
+++ b/docs/reference-docs/LOYALTIES-API-Delete-Loyalty-Campaign.md
@@ -1,8 +1,8 @@
---
title: Delete Loyalty Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-loyalty-program
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Delete-Reward-Assignment.md b/docs/reference-docs/LOYALTIES-API-Delete-Reward-Assignment.md
index 70dcf7d15..cbf511ffb 100644
--- a/docs/reference-docs/LOYALTIES-API-Delete-Reward-Assignment.md
+++ b/docs/reference-docs/LOYALTIES-API-Delete-Reward-Assignment.md
@@ -1,8 +1,8 @@
---
title: Delete Reward Assignment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-reward-assignment-1
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 38
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Disable-Earning-Rule.md b/docs/reference-docs/LOYALTIES-API-Disable-Earning-Rule.md
index 5b05cffa5..fc193127a 100644
--- a/docs/reference-docs/LOYALTIES-API-Disable-Earning-Rule.md
+++ b/docs/reference-docs/LOYALTIES-API-Disable-Earning-Rule.md
@@ -1,8 +1,8 @@
---
title: Disable Earning Rule
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: disable-earning-rule
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 27
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Earning-Rule-Object.md b/docs/reference-docs/LOYALTIES-API-Earning-Rule-Object.md
index 09ca3254a..722f439d9 100644
--- a/docs/reference-docs/LOYALTIES-API-Earning-Rule-Object.md
+++ b/docs/reference-docs/LOYALTIES-API-Earning-Rule-Object.md
@@ -1,8 +1,8 @@
---
title: Earning Rule Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab6
slug: earning-rule-object
hidden: false
@@ -13,4 +13,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Enable-Earning-Rule.md b/docs/reference-docs/LOYALTIES-API-Enable-Earning-Rule.md
index 25130a74e..9e3a5eca5 100644
--- a/docs/reference-docs/LOYALTIES-API-Enable-Earning-Rule.md
+++ b/docs/reference-docs/LOYALTIES-API-Enable-Earning-Rule.md
@@ -1,8 +1,8 @@
---
title: Enable Earning Rule
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: enable-earning-rule
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 26
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Export-Loyalty-Card-Transactions-1.md b/docs/reference-docs/LOYALTIES-API-Export-Loyalty-Card-Transactions-1.md
index 3cc9ff72b..4c3009900 100644
--- a/docs/reference-docs/LOYALTIES-API-Export-Loyalty-Card-Transactions-1.md
+++ b/docs/reference-docs/LOYALTIES-API-Export-Loyalty-Card-Transactions-1.md
@@ -1,8 +1,8 @@
---
title: Export Loyalty Card Transactions
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: export-loyalty-card-transactions-1
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 17
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Export-Loyalty-Card-Transactions.md b/docs/reference-docs/LOYALTIES-API-Export-Loyalty-Card-Transactions.md
index dccdf6743..94443a65f 100644
--- a/docs/reference-docs/LOYALTIES-API-Export-Loyalty-Card-Transactions.md
+++ b/docs/reference-docs/LOYALTIES-API-Export-Loyalty-Card-Transactions.md
@@ -1,8 +1,8 @@
---
title: Export Loyalty Card Transactions
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: export-loyalty-card-transactions
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 18
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-GET-Reward-Assignment-2.md b/docs/reference-docs/LOYALTIES-API-GET-Reward-Assignment-2.md
index 113ddc90c..cd018f98f 100644
--- a/docs/reference-docs/LOYALTIES-API-GET-Reward-Assignment-2.md
+++ b/docs/reference-docs/LOYALTIES-API-GET-Reward-Assignment-2.md
@@ -1,8 +1,8 @@
---
title: Get Reward Assignment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-reward-assignment-2
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 35
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Get-Earning-Rule.md b/docs/reference-docs/LOYALTIES-API-Get-Earning-Rule.md
index 154b344bf..bf25a1f50 100644
--- a/docs/reference-docs/LOYALTIES-API-Get-Earning-Rule.md
+++ b/docs/reference-docs/LOYALTIES-API-Get-Earning-Rule.md
@@ -1,8 +1,8 @@
---
title: Get Earning Rule
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-earning-rule
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 22
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Get-Loyalty-Campaign.md b/docs/reference-docs/LOYALTIES-API-Get-Loyalty-Campaign.md
index 1fd681d88..a5ceea2ce 100644
--- a/docs/reference-docs/LOYALTIES-API-Get-Loyalty-Campaign.md
+++ b/docs/reference-docs/LOYALTIES-API-Get-Loyalty-Campaign.md
@@ -1,8 +1,8 @@
---
title: Get Loyalty Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-loyalty-program
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Get-Loyalty-Tier.md b/docs/reference-docs/LOYALTIES-API-Get-Loyalty-Tier.md
index 93cfacfe6..e238693ee 100644
--- a/docs/reference-docs/LOYALTIES-API-Get-Loyalty-Tier.md
+++ b/docs/reference-docs/LOYALTIES-API-Get-Loyalty-Tier.md
@@ -1,8 +1,8 @@
---
title: Get Loyalty Tier
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-loyalty-tier
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 40
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Get-Member-1.md b/docs/reference-docs/LOYALTIES-API-Get-Member-1.md
index 1d7aff821..23700839a 100644
--- a/docs/reference-docs/LOYALTIES-API-Get-Member-1.md
+++ b/docs/reference-docs/LOYALTIES-API-Get-Member-1.md
@@ -1,8 +1,8 @@
---
title: Get Member
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-member-1
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 8
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Get-Member-Activities-1.md b/docs/reference-docs/LOYALTIES-API-Get-Member-Activities-1.md
index 5ffe1e628..a06fddbce 100644
--- a/docs/reference-docs/LOYALTIES-API-Get-Member-Activities-1.md
+++ b/docs/reference-docs/LOYALTIES-API-Get-Member-Activities-1.md
@@ -1,8 +1,8 @@
---
title: Get Member Activities
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-member-activities-1
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 11
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Get-Member-Activities.md b/docs/reference-docs/LOYALTIES-API-Get-Member-Activities.md
index 35946b553..82bf71533 100644
--- a/docs/reference-docs/LOYALTIES-API-Get-Member-Activities.md
+++ b/docs/reference-docs/LOYALTIES-API-Get-Member-Activities.md
@@ -1,8 +1,8 @@
---
title: Get Member Activities
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-member-activities
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 10
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Get-Member.md b/docs/reference-docs/LOYALTIES-API-Get-Member.md
index ea3abe292..b73885596 100644
--- a/docs/reference-docs/LOYALTIES-API-Get-Member.md
+++ b/docs/reference-docs/LOYALTIES-API-Get-Member.md
@@ -1,8 +1,8 @@
---
title: Get Member
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-member
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 7
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Get-Points-Expiration.md b/docs/reference-docs/LOYALTIES-API-Get-Points-Expiration.md
index 99f152fad..4591892bb 100644
--- a/docs/reference-docs/LOYALTIES-API-Get-Points-Expiration.md
+++ b/docs/reference-docs/LOYALTIES-API-Get-Points-Expiration.md
@@ -1,8 +1,8 @@
---
title: Get Points Expiration
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-points-expiration
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 19
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Get-Reward-Assignment-1.md b/docs/reference-docs/LOYALTIES-API-Get-Reward-Assignment-1.md
index d4f024ddc..62acda1fa 100644
--- a/docs/reference-docs/LOYALTIES-API-Get-Reward-Assignment-1.md
+++ b/docs/reference-docs/LOYALTIES-API-Get-Reward-Assignment-1.md
@@ -1,8 +1,8 @@
---
title: Get Reward Assignment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-reward-assignment-1
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 34
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Get-Reward-Details.md b/docs/reference-docs/LOYALTIES-API-Get-Reward-Details.md
index edaee6873..199670cfe 100644
--- a/docs/reference-docs/LOYALTIES-API-Get-Reward-Details.md
+++ b/docs/reference-docs/LOYALTIES-API-Get-Reward-Details.md
@@ -1,8 +1,8 @@
---
title: Get Reward Details
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-reward-details
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 29
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-List-Earning-Rules.md b/docs/reference-docs/LOYALTIES-API-List-Earning-Rules.md
index fdb4df97c..c9cabf1f8 100644
--- a/docs/reference-docs/LOYALTIES-API-List-Earning-Rules.md
+++ b/docs/reference-docs/LOYALTIES-API-List-Earning-Rules.md
@@ -1,8 +1,8 @@
---
title: List Earning Rules
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-earning-rules
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 21
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-List-Loyalty-Campaigns.md b/docs/reference-docs/LOYALTIES-API-List-Loyalty-Campaigns.md
index 93eba6206..c74192883 100644
--- a/docs/reference-docs/LOYALTIES-API-List-Loyalty-Campaigns.md
+++ b/docs/reference-docs/LOYALTIES-API-List-Loyalty-Campaigns.md
@@ -1,8 +1,8 @@
---
title: List Loyalty Campaigns
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-loyalty-programs
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-List-Loyalty-Card-Transactions-1.md b/docs/reference-docs/LOYALTIES-API-List-Loyalty-Card-Transactions-1.md
index 51e396a3e..1530876ee 100644
--- a/docs/reference-docs/LOYALTIES-API-List-Loyalty-Card-Transactions-1.md
+++ b/docs/reference-docs/LOYALTIES-API-List-Loyalty-Card-Transactions-1.md
@@ -1,8 +1,8 @@
---
title: List Loyalty Card Transactions
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-loyalty-card-transactions-1
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 15
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-List-Loyalty-Card-Transactions.md b/docs/reference-docs/LOYALTIES-API-List-Loyalty-Card-Transactions.md
index 690e847d6..09e2b26be 100644
--- a/docs/reference-docs/LOYALTIES-API-List-Loyalty-Card-Transactions.md
+++ b/docs/reference-docs/LOYALTIES-API-List-Loyalty-Card-Transactions.md
@@ -1,8 +1,8 @@
---
title: List Loyalty Card Transactions
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-loyalty-card-transactions
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 16
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-List-Loyalty-Tier-Earning-Rules.md b/docs/reference-docs/LOYALTIES-API-List-Loyalty-Tier-Earning-Rules.md
index a3676d62c..b351573e0 100644
--- a/docs/reference-docs/LOYALTIES-API-List-Loyalty-Tier-Earning-Rules.md
+++ b/docs/reference-docs/LOYALTIES-API-List-Loyalty-Tier-Earning-Rules.md
@@ -1,8 +1,8 @@
---
title: List Loyalty Tier Earning Rules
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-loyalty-tier-earning-rules
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 42
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-List-Loyalty-Tier-Rewards.md b/docs/reference-docs/LOYALTIES-API-List-Loyalty-Tier-Rewards.md
index e5847c3ff..8724b8fa4 100644
--- a/docs/reference-docs/LOYALTIES-API-List-Loyalty-Tier-Rewards.md
+++ b/docs/reference-docs/LOYALTIES-API-List-Loyalty-Tier-Rewards.md
@@ -1,8 +1,8 @@
---
title: List Loyalty Tier Rewards
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-loyalty-tier-rewards
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 43
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-List-Loyalty-Tiers.md b/docs/reference-docs/LOYALTIES-API-List-Loyalty-Tiers.md
index a3720089d..29e0eb5b4 100644
--- a/docs/reference-docs/LOYALTIES-API-List-Loyalty-Tiers.md
+++ b/docs/reference-docs/LOYALTIES-API-List-Loyalty-Tiers.md
@@ -1,8 +1,8 @@
---
title: List Loyalty Tiers
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-loyalty-tiers
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 39
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-List-Member-Rewards.md b/docs/reference-docs/LOYALTIES-API-List-Member-Rewards.md
index b2bb720b1..ae4893e69 100644
--- a/docs/reference-docs/LOYALTIES-API-List-Member-Rewards.md
+++ b/docs/reference-docs/LOYALTIES-API-List-Member-Rewards.md
@@ -1,8 +1,8 @@
---
title: List Member Rewards
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-member-rewards
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 28
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-List-Members-Loyalty-Tier.md b/docs/reference-docs/LOYALTIES-API-List-Members-Loyalty-Tier.md
index 4e73aa5e3..759f46e75 100644
--- a/docs/reference-docs/LOYALTIES-API-List-Members-Loyalty-Tier.md
+++ b/docs/reference-docs/LOYALTIES-API-List-Members-Loyalty-Tier.md
@@ -1,8 +1,8 @@
---
title: List Member's Loyalty Tiers
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-member-loyalty-tier
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 41
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-List-Members.md b/docs/reference-docs/LOYALTIES-API-List-Members.md
index 96c8b0610..3329ec3a8 100644
--- a/docs/reference-docs/LOYALTIES-API-List-Members.md
+++ b/docs/reference-docs/LOYALTIES-API-List-Members.md
@@ -1,8 +1,8 @@
---
title: List Members
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-members
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 6
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-List-Reward-Assignments-1.md b/docs/reference-docs/LOYALTIES-API-List-Reward-Assignments-1.md
index b8305d9f5..f9c4b88b7 100644
--- a/docs/reference-docs/LOYALTIES-API-List-Reward-Assignments-1.md
+++ b/docs/reference-docs/LOYALTIES-API-List-Reward-Assignments-1.md
@@ -1,8 +1,8 @@
---
title: List Reward Assignments
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-reward-assignments-1
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 32
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-List-Reward-Assignments-2.md b/docs/reference-docs/LOYALTIES-API-List-Reward-Assignments-2.md
index 6ce33d12b..887786efb 100644
--- a/docs/reference-docs/LOYALTIES-API-List-Reward-Assignments-2.md
+++ b/docs/reference-docs/LOYALTIES-API-List-Reward-Assignments-2.md
@@ -1,8 +1,8 @@
---
title: List Reward Assignments
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-reward-assignments-2
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 33
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Loyalty-Campaign-Object.md b/docs/reference-docs/LOYALTIES-API-Loyalty-Campaign-Object.md
index 9f0149fa9..62ca57247 100644
--- a/docs/reference-docs/LOYALTIES-API-Loyalty-Campaign-Object.md
+++ b/docs/reference-docs/LOYALTIES-API-Loyalty-Campaign-Object.md
@@ -1,8 +1,8 @@
---
title: Loyalty Campaign Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab6
slug: loyalty-campaign-object
hidden: false
@@ -42,4 +42,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Loyalty-Card-Object.md b/docs/reference-docs/LOYALTIES-API-Loyalty-Card-Object.md
index 352dab2ab..957989eca 100644
--- a/docs/reference-docs/LOYALTIES-API-Loyalty-Card-Object.md
+++ b/docs/reference-docs/LOYALTIES-API-Loyalty-Card-Object.md
@@ -1,8 +1,8 @@
---
title: Loyalty Card Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab6
slug: loyalty-card-object
hidden: false
@@ -42,4 +42,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Loyalty-Tier-Object.md b/docs/reference-docs/LOYALTIES-API-Loyalty-Tier-Object.md
index 7021f8a02..beb2f7e7b 100644
--- a/docs/reference-docs/LOYALTIES-API-Loyalty-Tier-Object.md
+++ b/docs/reference-docs/LOYALTIES-API-Loyalty-Tier-Object.md
@@ -1,8 +1,8 @@
---
title: Loyalty Tier Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab6
slug: loyalty-tier-object
hidden: false
@@ -27,4 +27,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Redeem-Reward.md b/docs/reference-docs/LOYALTIES-API-Redeem-Reward.md
index 0e83dc044..bf5307eb3 100644
--- a/docs/reference-docs/LOYALTIES-API-Redeem-Reward.md
+++ b/docs/reference-docs/LOYALTIES-API-Redeem-Reward.md
@@ -1,8 +1,8 @@
---
title: Redeem Reward
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: redeem-reward
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 30
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Reedem-Reward-1.md b/docs/reference-docs/LOYALTIES-API-Reedem-Reward-1.md
index f90eb0d54..e08cee117 100644
--- a/docs/reference-docs/LOYALTIES-API-Reedem-Reward-1.md
+++ b/docs/reference-docs/LOYALTIES-API-Reedem-Reward-1.md
@@ -1,8 +1,8 @@
---
title: Redeem Reward
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: redeem-reward-1
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 31
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Transfer-Loyalty-Points.md b/docs/reference-docs/LOYALTIES-API-Transfer-Loyalty-Points.md
index f95ba3754..7770d3956 100644
--- a/docs/reference-docs/LOYALTIES-API-Transfer-Loyalty-Points.md
+++ b/docs/reference-docs/LOYALTIES-API-Transfer-Loyalty-Points.md
@@ -1,8 +1,8 @@
---
title: Transfer Loyalty Points
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: transfer-points
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 14
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Update-Earning-Rule.md b/docs/reference-docs/LOYALTIES-API-Update-Earning-Rule.md
index 9964358bc..311be219a 100644
--- a/docs/reference-docs/LOYALTIES-API-Update-Earning-Rule.md
+++ b/docs/reference-docs/LOYALTIES-API-Update-Earning-Rule.md
@@ -1,8 +1,8 @@
---
title: Update Earning Rule
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-earning-rule
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 24
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Update-Loyalty-Campaign.md b/docs/reference-docs/LOYALTIES-API-Update-Loyalty-Campaign.md
index 4af5eb84e..729713354 100644
--- a/docs/reference-docs/LOYALTIES-API-Update-Loyalty-Campaign.md
+++ b/docs/reference-docs/LOYALTIES-API-Update-Loyalty-Campaign.md
@@ -1,8 +1,8 @@
---
title: Update Loyalty Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-loyalty-program
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/LOYALTIES-API-Update-Reward-Assignment-1.md b/docs/reference-docs/LOYALTIES-API-Update-Reward-Assignment-1.md
index 8342c6a69..61190e9fb 100644
--- a/docs/reference-docs/LOYALTIES-API-Update-Reward-Assignment-1.md
+++ b/docs/reference-docs/LOYALTIES-API-Update-Reward-Assignment-1.md
@@ -1,8 +1,8 @@
---
title: Update Reward Assignment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-reward-assignment-1
parentDoc: 639ba2658407100061f5fab6
hidden: false
@@ -12,4 +12,4 @@ order: 37
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/METADATA-SCHEMAS-API-Get-Metadata-Schema.md b/docs/reference-docs/METADATA-SCHEMAS-API-Get-Metadata-Schema.md
index 845974a49..6af58c44b 100644
--- a/docs/reference-docs/METADATA-SCHEMAS-API-Get-Metadata-Schema.md
+++ b/docs/reference-docs/METADATA-SCHEMAS-API-Get-Metadata-Schema.md
@@ -1,8 +1,8 @@
---
title: Get Metadata Schema
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-metadata-schema
parentDoc: 639ba2658407100061f5fac2
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/METADATA-SCHEMAS-API-List-Metadata-Schemas.md b/docs/reference-docs/METADATA-SCHEMAS-API-List-Metadata-Schemas.md
index 350aae6ae..794e32aa4 100644
--- a/docs/reference-docs/METADATA-SCHEMAS-API-List-Metadata-Schemas.md
+++ b/docs/reference-docs/METADATA-SCHEMAS-API-List-Metadata-Schemas.md
@@ -1,8 +1,8 @@
---
title: List Metadata Schemas
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-metadata-schemas
parentDoc: 639ba2658407100061f5fac2
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/METADATA-SCHEMAS-API-Metadata-Schema-Object.md b/docs/reference-docs/METADATA-SCHEMAS-API-Metadata-Schema-Object.md
index 1e0992330..83bb6db21 100644
--- a/docs/reference-docs/METADATA-SCHEMAS-API-Metadata-Schema-Object.md
+++ b/docs/reference-docs/METADATA-SCHEMAS-API-Metadata-Schema-Object.md
@@ -1,8 +1,8 @@
---
title: Metadata Schema Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fac2
slug: metadata-schema-object
hidden: false
@@ -23,4 +23,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/ORDERS-API-Create-Order.md b/docs/reference-docs/ORDERS-API-Create-Order.md
index 6c3a89f0b..43a7426fc 100644
--- a/docs/reference-docs/ORDERS-API-Create-Order.md
+++ b/docs/reference-docs/ORDERS-API-Create-Order.md
@@ -1,8 +1,8 @@
---
title: Create Order
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-order
parentDoc: 639ba2658407100061f5fab8
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/ORDERS-API-Create-Orders-Export.md b/docs/reference-docs/ORDERS-API-Create-Orders-Export.md
index 2a26128fe..51c7364fa 100644
--- a/docs/reference-docs/ORDERS-API-Create-Orders-Export.md
+++ b/docs/reference-docs/ORDERS-API-Create-Orders-Export.md
@@ -1,8 +1,8 @@
---
title: Create Orders Export
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-order-export
parentDoc: 639ba2658407100061f5fab8
hidden: false
@@ -12,4 +12,4 @@ order: 6
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/ORDERS-API-Get-Order.md b/docs/reference-docs/ORDERS-API-Get-Order.md
index bebfcf768..96e0ae2b5 100644
--- a/docs/reference-docs/ORDERS-API-Get-Order.md
+++ b/docs/reference-docs/ORDERS-API-Get-Order.md
@@ -1,8 +1,8 @@
---
title: Get Order
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-order
parentDoc: 639ba2658407100061f5fab8
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/ORDERS-API-Import-Orders.md b/docs/reference-docs/ORDERS-API-Import-Orders.md
index 6b40fa3ee..b87256e92 100644
--- a/docs/reference-docs/ORDERS-API-Import-Orders.md
+++ b/docs/reference-docs/ORDERS-API-Import-Orders.md
@@ -1,8 +1,8 @@
---
title: Import Orders
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: import-orders
parentDoc: 639ba2658407100061f5fab8
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/ORDERS-API-List-Orders.md b/docs/reference-docs/ORDERS-API-List-Orders.md
index 2e4a059c3..ecddeba2f 100644
--- a/docs/reference-docs/ORDERS-API-List-Orders.md
+++ b/docs/reference-docs/ORDERS-API-List-Orders.md
@@ -1,8 +1,8 @@
---
title: List Orders
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-orders
parentDoc: 639ba2658407100061f5fab8
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/ORDERS-API-Order-Object.md b/docs/reference-docs/ORDERS-API-Order-Object.md
index a3aa1b26d..52d8cd479 100644
--- a/docs/reference-docs/ORDERS-API-Order-Object.md
+++ b/docs/reference-docs/ORDERS-API-Order-Object.md
@@ -1,8 +1,8 @@
---
title: Order Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab8
slug: order-object
hidden: false
@@ -34,4 +34,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/ORDERS-API-Update-Order.md b/docs/reference-docs/ORDERS-API-Update-Order.md
index 0a82f5d76..b121b1637 100644
--- a/docs/reference-docs/ORDERS-API-Update-Order.md
+++ b/docs/reference-docs/ORDERS-API-Update-Order.md
@@ -1,8 +1,8 @@
---
title: Update Order
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-order
parentDoc: 639ba2658407100061f5fab8
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/Object-Schemas.md b/docs/reference-docs/Object-Schemas.md
index 60bedce69..3d176392d 100644
--- a/docs/reference-docs/Object-Schemas.md
+++ b/docs/reference-docs/Object-Schemas.md
@@ -1,8 +1,8 @@
---
title: Object Schemas
excerpt: Schema model definitions
-category: 639ba44d204cb60020b4b7ec
-category-slug: introduction
+category: 639ba44d204cb60020b4b7ec
+categorySlug: introduction
slug: object-schemas
type: basic
hidden: false
@@ -33,4 +33,4 @@ You can find the object definitions for the given schemas by navigating to the r
| Async Actions | [Async action object](ref:async-action-object) |
| Exports | [Export object](ref:export-object) |
| Categories | [Category object](ref:category-object) |
-| Metadata Schemas | [Metadata schema object](ref:metadata-schema-object) |
\ No newline at end of file
+| Metadata Schemas | [Metadata schema object](ref:metadata-schema-object) |
diff --git a/docs/reference-docs/PRODUCT-COLLECTIONS-API-Delete-Product-Collection.md b/docs/reference-docs/PRODUCT-COLLECTIONS-API-Delete-Product-Collection.md
index 6862d576f..5abfc2ceb 100644
--- a/docs/reference-docs/PRODUCT-COLLECTIONS-API-Delete-Product-Collection.md
+++ b/docs/reference-docs/PRODUCT-COLLECTIONS-API-Delete-Product-Collection.md
@@ -1,8 +1,8 @@
---
title: Delete Product Collection
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-product-collection
parentDoc: 639ba2658407100061f5faba
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCT-COLLECTIONS-API-List-Product-Collections.md b/docs/reference-docs/PRODUCT-COLLECTIONS-API-List-Product-Collections.md
index b1e3cf14f..8dcbb03a1 100644
--- a/docs/reference-docs/PRODUCT-COLLECTIONS-API-List-Product-Collections.md
+++ b/docs/reference-docs/PRODUCT-COLLECTIONS-API-List-Product-Collections.md
@@ -1,8 +1,8 @@
---
title: List Product Collections
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-product-collections
parentDoc: 639ba2658407100061f5faba
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCT-COLLECTIONS-API-List-Products-In-Collection.md b/docs/reference-docs/PRODUCT-COLLECTIONS-API-List-Products-In-Collection.md
index 8260c6ab6..95233099f 100644
--- a/docs/reference-docs/PRODUCT-COLLECTIONS-API-List-Products-In-Collection.md
+++ b/docs/reference-docs/PRODUCT-COLLECTIONS-API-List-Products-In-Collection.md
@@ -1,8 +1,8 @@
---
title: List Products in Collection
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-products-in-collection
parentDoc: 639ba2658407100061f5faba
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCT-COLLECTIONS-API-Product-Collection-Object.md b/docs/reference-docs/PRODUCT-COLLECTIONS-API-Product-Collection-Object.md
index 8031139cd..19d9a9f08 100644
--- a/docs/reference-docs/PRODUCT-COLLECTIONS-API-Product-Collection-Object.md
+++ b/docs/reference-docs/PRODUCT-COLLECTIONS-API-Product-Collection-Object.md
@@ -1,8 +1,8 @@
---
title: Product Collection Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5faba
slug: product-collection-object
hidden: false
@@ -13,4 +13,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCT-COLLECTIONS-Get-Product-Collection.md b/docs/reference-docs/PRODUCT-COLLECTIONS-Get-Product-Collection.md
index 2949891c1..7f67da08b 100644
--- a/docs/reference-docs/PRODUCT-COLLECTIONS-Get-Product-Collection.md
+++ b/docs/reference-docs/PRODUCT-COLLECTIONS-Get-Product-Collection.md
@@ -1,8 +1,8 @@
---
title: Get Product Collection
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-product-collection
parentDoc: 639ba2658407100061f5faba
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Create-Product.md b/docs/reference-docs/PRODUCTS-API-Create-Product.md
index d683f489d..f4297868f 100644
--- a/docs/reference-docs/PRODUCTS-API-Create-Product.md
+++ b/docs/reference-docs/PRODUCTS-API-Create-Product.md
@@ -1,8 +1,8 @@
---
title: Create Product
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-product
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Create-SKU.md b/docs/reference-docs/PRODUCTS-API-Create-SKU.md
index eaa1551cc..6aa50a2e7 100644
--- a/docs/reference-docs/PRODUCTS-API-Create-SKU.md
+++ b/docs/reference-docs/PRODUCTS-API-Create-SKU.md
@@ -1,8 +1,8 @@
---
title: Create SKU
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-sku
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 11
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Delete-Product.md b/docs/reference-docs/PRODUCTS-API-Delete-Product.md
index a031679e4..214689c0a 100644
--- a/docs/reference-docs/PRODUCTS-API-Delete-Product.md
+++ b/docs/reference-docs/PRODUCTS-API-Delete-Product.md
@@ -1,8 +1,8 @@
---
title: Delete Product
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-product
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 8
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Delete-SKU.md b/docs/reference-docs/PRODUCTS-API-Delete-SKU.md
index 35bcba461..d00fa2b2b 100644
--- a/docs/reference-docs/PRODUCTS-API-Delete-SKU.md
+++ b/docs/reference-docs/PRODUCTS-API-Delete-SKU.md
@@ -1,8 +1,8 @@
---
title: Delete SKU
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-sku
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 14
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Get-Product.md b/docs/reference-docs/PRODUCTS-API-Get-Product.md
index 031e4d1ca..40da2411d 100644
--- a/docs/reference-docs/PRODUCTS-API-Get-Product.md
+++ b/docs/reference-docs/PRODUCTS-API-Get-Product.md
@@ -1,8 +1,8 @@
---
title: Get Product
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-product
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Get-SKU.md b/docs/reference-docs/PRODUCTS-API-Get-SKU.md
index 133850726..9530ce8ba 100644
--- a/docs/reference-docs/PRODUCTS-API-Get-SKU.md
+++ b/docs/reference-docs/PRODUCTS-API-Get-SKU.md
@@ -1,8 +1,8 @@
---
title: Get SKU
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-sku
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 10
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Import-Products-Using-CSV.md b/docs/reference-docs/PRODUCTS-API-Import-Products-Using-CSV.md
index 658f5f418..677f6b6cd 100644
--- a/docs/reference-docs/PRODUCTS-API-Import-Products-Using-CSV.md
+++ b/docs/reference-docs/PRODUCTS-API-Import-Products-Using-CSV.md
@@ -1,8 +1,8 @@
---
title: Import Products using CSV
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: import-products-using-csv
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Import-SKUS-Using-CSV.md b/docs/reference-docs/PRODUCTS-API-Import-SKUS-Using-CSV.md
index 3323ddee1..23ba05752 100644
--- a/docs/reference-docs/PRODUCTS-API-Import-SKUS-Using-CSV.md
+++ b/docs/reference-docs/PRODUCTS-API-Import-SKUS-Using-CSV.md
@@ -1,8 +1,8 @@
---
title: Import SKUs using CSV
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: import-skus-using-csv
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 12
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-List-Products.md b/docs/reference-docs/PRODUCTS-API-List-Products.md
index 4cf3e10c3..3c485ba2f 100644
--- a/docs/reference-docs/PRODUCTS-API-List-Products.md
+++ b/docs/reference-docs/PRODUCTS-API-List-Products.md
@@ -1,8 +1,8 @@
---
title: List Products
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-products
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-List-SKUS-In-Product.md b/docs/reference-docs/PRODUCTS-API-List-SKUS-In-Product.md
index 2ed493b7a..6e2948c41 100644
--- a/docs/reference-docs/PRODUCTS-API-List-SKUS-In-Product.md
+++ b/docs/reference-docs/PRODUCTS-API-List-SKUS-In-Product.md
@@ -1,8 +1,8 @@
---
title: List SKUs in Product
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-skus-in-product
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 9
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Product-Object.md b/docs/reference-docs/PRODUCTS-API-Product-Object.md
index e9f320d42..2ce6128be 100644
--- a/docs/reference-docs/PRODUCTS-API-Product-Object.md
+++ b/docs/reference-docs/PRODUCTS-API-Product-Object.md
@@ -1,8 +1,8 @@
---
title: Product Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab9
slug: product-object
hidden: false
@@ -27,4 +27,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-SKU-Object.md b/docs/reference-docs/PRODUCTS-API-SKU-Object.md
index 1c3ddffea..b7a73eb84 100644
--- a/docs/reference-docs/PRODUCTS-API-SKU-Object.md
+++ b/docs/reference-docs/PRODUCTS-API-SKU-Object.md
@@ -1,8 +1,8 @@
---
title: SKU Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab9
slug: sku-object
hidden: false
@@ -28,4 +28,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Update-Product.md b/docs/reference-docs/PRODUCTS-API-Update-Product.md
index ad8e6afde..8549281c4 100644
--- a/docs/reference-docs/PRODUCTS-API-Update-Product.md
+++ b/docs/reference-docs/PRODUCTS-API-Update-Product.md
@@ -1,8 +1,8 @@
---
title: Update Product
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-product
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Update-Products-In-Bulk.md b/docs/reference-docs/PRODUCTS-API-Update-Products-In-Bulk.md
index 0d05ebeae..637eeb3d1 100644
--- a/docs/reference-docs/PRODUCTS-API-Update-Products-In-Bulk.md
+++ b/docs/reference-docs/PRODUCTS-API-Update-Products-In-Bulk.md
@@ -1,8 +1,8 @@
---
title: Update Products in bulk
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-products-in-bulk
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 6
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Update-Products-Metadata-In-Bulk.md b/docs/reference-docs/PRODUCTS-API-Update-Products-Metadata-In-Bulk.md
index 8a24a6483..21cd177c4 100644
--- a/docs/reference-docs/PRODUCTS-API-Update-Products-Metadata-In-Bulk.md
+++ b/docs/reference-docs/PRODUCTS-API-Update-Products-Metadata-In-Bulk.md
@@ -1,8 +1,8 @@
---
title: Update Products' Metadata in bulk
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-products-metadata-in-bulk
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 7
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PRODUCTS-API-Update-SKU.md b/docs/reference-docs/PRODUCTS-API-Update-SKU.md
index eda8964c4..fa2c6b86a 100644
--- a/docs/reference-docs/PRODUCTS-API-Update-SKU.md
+++ b/docs/reference-docs/PRODUCTS-API-Update-SKU.md
@@ -1,8 +1,8 @@
---
title: Update SKU
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-sku
parentDoc: 639ba2658407100061f5fab9
hidden: false
@@ -12,4 +12,4 @@ order: 13
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-Add-Promotion-Tier-To-Campaign.md b/docs/reference-docs/PROMOTIONS-API-Add-Promotion-Tier-To-Campaign.md
index 299e27a86..d1edcf969 100644
--- a/docs/reference-docs/PROMOTIONS-API-Add-Promotion-Tier-To-Campaign.md
+++ b/docs/reference-docs/PROMOTIONS-API-Add-Promotion-Tier-To-Campaign.md
@@ -1,8 +1,8 @@
---
title: Add Promotion Tier to Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: add-promotion-tier-to-campaign
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-Create-Promotion-Stack.md b/docs/reference-docs/PROMOTIONS-API-Create-Promotion-Stack.md
index 1b8822875..faf347177 100644
--- a/docs/reference-docs/PROMOTIONS-API-Create-Promotion-Stack.md
+++ b/docs/reference-docs/PROMOTIONS-API-Create-Promotion-Stack.md
@@ -1,8 +1,8 @@
---
title: Create Promotion Stack
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-promotion-stack
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 13
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-Delete-Promotion-Stack.md b/docs/reference-docs/PROMOTIONS-API-Delete-Promotion-Stack.md
index 49a743811..7e18877eb 100644
--- a/docs/reference-docs/PROMOTIONS-API-Delete-Promotion-Stack.md
+++ b/docs/reference-docs/PROMOTIONS-API-Delete-Promotion-Stack.md
@@ -1,8 +1,8 @@
---
title: Delete Promotion Stack
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-promotion-stack
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 15
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-Delete-Promotion-Tier.md b/docs/reference-docs/PROMOTIONS-API-Delete-Promotion-Tier.md
index 6dae7e351..6daa678ac 100644
--- a/docs/reference-docs/PROMOTIONS-API-Delete-Promotion-Tier.md
+++ b/docs/reference-docs/PROMOTIONS-API-Delete-Promotion-Tier.md
@@ -1,8 +1,8 @@
---
title: Delete Promotion Tier
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-promotion-tier
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 7
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-Disable-Promotion-Tier.md b/docs/reference-docs/PROMOTIONS-API-Disable-Promotion-Tier.md
index dcd2f9f50..c803afd86 100644
--- a/docs/reference-docs/PROMOTIONS-API-Disable-Promotion-Tier.md
+++ b/docs/reference-docs/PROMOTIONS-API-Disable-Promotion-Tier.md
@@ -1,8 +1,8 @@
---
title: Disable Promotion Tier
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: disable-promotion-tier
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 9
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-Enable-Promotion-Tier.md b/docs/reference-docs/PROMOTIONS-API-Enable-Promotion-Tier.md
index 7f301ec5c..c30f6b98b 100644
--- a/docs/reference-docs/PROMOTIONS-API-Enable-Promotion-Tier.md
+++ b/docs/reference-docs/PROMOTIONS-API-Enable-Promotion-Tier.md
@@ -1,8 +1,8 @@
---
title: Enable Promotion Tier
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: enable-promotion-tier
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 8
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-Get-Promotion-Stack.md b/docs/reference-docs/PROMOTIONS-API-Get-Promotion-Stack.md
index a8460e670..bb532134e 100644
--- a/docs/reference-docs/PROMOTIONS-API-Get-Promotion-Stack.md
+++ b/docs/reference-docs/PROMOTIONS-API-Get-Promotion-Stack.md
@@ -1,8 +1,8 @@
---
title: Get Promotion Stack
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-promotion-stack
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 12
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-Get-Promotion-Tier.md b/docs/reference-docs/PROMOTIONS-API-Get-Promotion-Tier.md
index 984479c45..ffd02c397 100644
--- a/docs/reference-docs/PROMOTIONS-API-Get-Promotion-Tier.md
+++ b/docs/reference-docs/PROMOTIONS-API-Get-Promotion-Tier.md
@@ -1,8 +1,8 @@
---
title: Get Promotion Tier
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-promotion-tier
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-List-Promotion-Stacks-In-Campaign.md b/docs/reference-docs/PROMOTIONS-API-List-Promotion-Stacks-In-Campaign.md
index 81b1e6413..784bdba2f 100644
--- a/docs/reference-docs/PROMOTIONS-API-List-Promotion-Stacks-In-Campaign.md
+++ b/docs/reference-docs/PROMOTIONS-API-List-Promotion-Stacks-In-Campaign.md
@@ -1,8 +1,8 @@
---
title: List Promotion Stacks in Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-promotion-stacks-in-campaign
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 11
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-List-Promotion-Stacks.md b/docs/reference-docs/PROMOTIONS-API-List-Promotion-Stacks.md
index 5944a62ab..ae31735ad 100644
--- a/docs/reference-docs/PROMOTIONS-API-List-Promotion-Stacks.md
+++ b/docs/reference-docs/PROMOTIONS-API-List-Promotion-Stacks.md
@@ -1,8 +1,8 @@
---
title: List Promotion Stacks
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-all-promotion-stacks
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 10
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-List-Promotion-Tiers-Client-Side.md b/docs/reference-docs/PROMOTIONS-API-List-Promotion-Tiers-Client-Side.md
index 66dbc3d4f..52172e1b0 100644
--- a/docs/reference-docs/PROMOTIONS-API-List-Promotion-Tiers-Client-Side.md
+++ b/docs/reference-docs/PROMOTIONS-API-List-Promotion-Tiers-Client-Side.md
@@ -1,8 +1,8 @@
---
title: List Promotion Tiers (client-side)
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-promotion-tiers-client-side
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-List-Promotion-Tiers-From-Campaign.md b/docs/reference-docs/PROMOTIONS-API-List-Promotion-Tiers-From-Campaign.md
index b95fb6e61..4b216f82b 100644
--- a/docs/reference-docs/PROMOTIONS-API-List-Promotion-Tiers-From-Campaign.md
+++ b/docs/reference-docs/PROMOTIONS-API-List-Promotion-Tiers-From-Campaign.md
@@ -1,8 +1,8 @@
---
title: List Promotion Tiers from Campaign
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-promotion-tiers-from-campaign
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-List-Promotion-Tiers.md b/docs/reference-docs/PROMOTIONS-API-List-Promotion-Tiers.md
index 8150ed14c..857329e47 100644
--- a/docs/reference-docs/PROMOTIONS-API-List-Promotion-Tiers.md
+++ b/docs/reference-docs/PROMOTIONS-API-List-Promotion-Tiers.md
@@ -1,8 +1,8 @@
---
title: List Promotion Tiers
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-promotion-tiers
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-Promotion-Tier-Object.md b/docs/reference-docs/PROMOTIONS-API-Promotion-Tier-Object.md
index 12d48392e..5f50cf346 100644
--- a/docs/reference-docs/PROMOTIONS-API-Promotion-Tier-Object.md
+++ b/docs/reference-docs/PROMOTIONS-API-Promotion-Tier-Object.md
@@ -1,8 +1,8 @@
---
title: Promotion Tier Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab0
slug: promotion-tier-object
hidden: false
@@ -36,4 +36,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-Update-Promotion-Stack.md b/docs/reference-docs/PROMOTIONS-API-Update-Promotion-Stack.md
index 300adfbfc..5872f52ac 100644
--- a/docs/reference-docs/PROMOTIONS-API-Update-Promotion-Stack.md
+++ b/docs/reference-docs/PROMOTIONS-API-Update-Promotion-Stack.md
@@ -1,8 +1,8 @@
---
title: Update Promotion Stack
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-promotion-stack
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 14
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PROMOTIONS-API-Update-Promotion-Tier.md b/docs/reference-docs/PROMOTIONS-API-Update-Promotion-Tier.md
index 513bfded0..1b355ea07 100644
--- a/docs/reference-docs/PROMOTIONS-API-Update-Promotion-Tier.md
+++ b/docs/reference-docs/PROMOTIONS-API-Update-Promotion-Tier.md
@@ -1,8 +1,8 @@
---
title: Update Promotion Tier
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-promotion-tier
parentDoc: 639ba2658407100061f5fab0
hidden: false
@@ -12,4 +12,4 @@ order: 6
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PUBLICATIONS-API-Create-Publication-1.md b/docs/reference-docs/PUBLICATIONS-API-Create-Publication-1.md
index 6d14ef91b..df0da47f8 100644
--- a/docs/reference-docs/PUBLICATIONS-API-Create-Publication-1.md
+++ b/docs/reference-docs/PUBLICATIONS-API-Create-Publication-1.md
@@ -1,8 +1,8 @@
---
title: Create Publication
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-publication-1
parentDoc: 63b58495b5ee6800ab6535dc
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PUBLICATIONS-API-Create-Publication.md b/docs/reference-docs/PUBLICATIONS-API-Create-Publication.md
index b524e8265..599240890 100644
--- a/docs/reference-docs/PUBLICATIONS-API-Create-Publication.md
+++ b/docs/reference-docs/PUBLICATIONS-API-Create-Publication.md
@@ -1,8 +1,8 @@
---
title: Create Publication
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-publication
parentDoc: 63b58495b5ee6800ab6535dc
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PUBLICATIONS-API-List-Publications.md b/docs/reference-docs/PUBLICATIONS-API-List-Publications.md
index 6ca4a25b9..05fbe1bd2 100644
--- a/docs/reference-docs/PUBLICATIONS-API-List-Publications.md
+++ b/docs/reference-docs/PUBLICATIONS-API-List-Publications.md
@@ -1,8 +1,8 @@
---
title: List Publications
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-publications
parentDoc: 63b58495b5ee6800ab6535dc
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/PUBLICATIONS-API-Publication-Object.md b/docs/reference-docs/PUBLICATIONS-API-Publication-Object.md
index 4074db608..c8cc7b2e6 100644
--- a/docs/reference-docs/PUBLICATIONS-API-Publication-Object.md
+++ b/docs/reference-docs/PUBLICATIONS-API-Publication-Object.md
@@ -1,8 +1,8 @@
---
title: Publication Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 63b58495b5ee6800ab6535dc
slug: publication-object
hidden: false
@@ -28,4 +28,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/QUALIFICATIONS-API-Check-Eligibility-Client-Side.md b/docs/reference-docs/QUALIFICATIONS-API-Check-Eligibility-Client-Side.md
index b5214b240..90cde0dbd 100644
--- a/docs/reference-docs/QUALIFICATIONS-API-Check-Eligibility-Client-Side.md
+++ b/docs/reference-docs/QUALIFICATIONS-API-Check-Eligibility-Client-Side.md
@@ -1,8 +1,8 @@
---
title: Check Eligibility (client-side) [Beta]
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 64d0e09b5a917a1254315da8
slug: check-eligibility-client-side
hidden: false
@@ -13,4 +13,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/QUALIFICATIONS-API-Check-Eligibility.md b/docs/reference-docs/QUALIFICATIONS-API-Check-Eligibility.md
index d0ee95a8b..317724a54 100644
--- a/docs/reference-docs/QUALIFICATIONS-API-Check-Eligibility.md
+++ b/docs/reference-docs/QUALIFICATIONS-API-Check-Eligibility.md
@@ -1,8 +1,8 @@
---
title: Check Eligibility [Beta]
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 64d0e09b5a917a1254315da8
slug: check-eligibility
hidden: false
@@ -13,4 +13,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/QUALIFICATIONS-API-Qualification-Object.md b/docs/reference-docs/QUALIFICATIONS-API-Qualification-Object.md
index e52572e49..ddb3e654e 100644
--- a/docs/reference-docs/QUALIFICATIONS-API-Qualification-Object.md
+++ b/docs/reference-docs/QUALIFICATIONS-API-Qualification-Object.md
@@ -1,8 +1,8 @@
---
title: Qualification Object [Beta]
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 64d0e09b5a917a1254315da8
slug: qualification-object
hidden: false
@@ -13,4 +13,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REDEMPTIONS-API-Get-Redemption.md b/docs/reference-docs/REDEMPTIONS-API-Get-Redemption.md
index f984640c9..668f22de3 100644
--- a/docs/reference-docs/REDEMPTIONS-API-Get-Redemption.md
+++ b/docs/reference-docs/REDEMPTIONS-API-Get-Redemption.md
@@ -1,8 +1,8 @@
---
title: Get Redemption
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-redemption
parentDoc: 639ba2658407100061f5fab4
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REDEMPTIONS-API-Get-Vouchers-Redemptions.md b/docs/reference-docs/REDEMPTIONS-API-Get-Vouchers-Redemptions.md
index 193263227..6c728a612 100644
--- a/docs/reference-docs/REDEMPTIONS-API-Get-Vouchers-Redemptions.md
+++ b/docs/reference-docs/REDEMPTIONS-API-Get-Vouchers-Redemptions.md
@@ -1,8 +1,8 @@
---
title: Get Voucher's Redemptions
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-voucher-redemptions
parentDoc: 639ba2658407100061f5fab4
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REDEMPTIONS-API-List-Redemptions.md b/docs/reference-docs/REDEMPTIONS-API-List-Redemptions.md
index 1344f41aa..062a622b6 100644
--- a/docs/reference-docs/REDEMPTIONS-API-List-Redemptions.md
+++ b/docs/reference-docs/REDEMPTIONS-API-List-Redemptions.md
@@ -1,8 +1,8 @@
---
title: List Redemptions
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-redemptions
parentDoc: 639ba2658407100061f5fab4
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REDEMPTIONS-API-Redeem-Promotion.md b/docs/reference-docs/REDEMPTIONS-API-Redeem-Promotion.md
index e27137e26..1ae7aad3f 100644
--- a/docs/reference-docs/REDEMPTIONS-API-Redeem-Promotion.md
+++ b/docs/reference-docs/REDEMPTIONS-API-Redeem-Promotion.md
@@ -1,8 +1,8 @@
---
title: Redeem Promotion [Deprecated]
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: redeem-promotion
parentDoc: 639ba2658407100061f5fab4
hidden: false
@@ -12,4 +12,4 @@ order: 7
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REDEMPTIONS-API-Redeem-Voucher-Client-Side.md b/docs/reference-docs/REDEMPTIONS-API-Redeem-Voucher-Client-Side.md
index 215d776f9..469c975e4 100644
--- a/docs/reference-docs/REDEMPTIONS-API-Redeem-Voucher-Client-Side.md
+++ b/docs/reference-docs/REDEMPTIONS-API-Redeem-Voucher-Client-Side.md
@@ -1,8 +1,8 @@
---
title: Redeem Voucher (client-side) [Deprecated]
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: redeem-voucher-client-side
parentDoc: 639ba2658407100061f5fab4
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REDEMPTIONS-API-Redeem-Voucher.md b/docs/reference-docs/REDEMPTIONS-API-Redeem-Voucher.md
index bef1b56f3..ba249702c 100644
--- a/docs/reference-docs/REDEMPTIONS-API-Redeem-Voucher.md
+++ b/docs/reference-docs/REDEMPTIONS-API-Redeem-Voucher.md
@@ -1,8 +1,8 @@
---
title: Redeem Voucher [Deprecated]
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: redeem-voucher
parentDoc: 639ba2658407100061f5fab4
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REDEMPTIONS-API-Redemption-Object.md b/docs/reference-docs/REDEMPTIONS-API-Redemption-Object.md
index fabd898af..a4c127caa 100644
--- a/docs/reference-docs/REDEMPTIONS-API-Redemption-Object.md
+++ b/docs/reference-docs/REDEMPTIONS-API-Redemption-Object.md
@@ -1,8 +1,8 @@
---
title: Redemption Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab4
slug: redemption-object
hidden: false
@@ -13,4 +13,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REDEMPTIONS-API-Rollback-Redemption-Object.md b/docs/reference-docs/REDEMPTIONS-API-Rollback-Redemption-Object.md
index 7f4d4fab1..8c60b43ac 100644
--- a/docs/reference-docs/REDEMPTIONS-API-Rollback-Redemption-Object.md
+++ b/docs/reference-docs/REDEMPTIONS-API-Rollback-Redemption-Object.md
@@ -1,8 +1,8 @@
---
title: Rollback Redemption Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab4
slug: rollback-redemption-object
hidden: false
@@ -13,4 +13,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REDEMPTIONS-API-Rollback-Redemption.md b/docs/reference-docs/REDEMPTIONS-API-Rollback-Redemption.md
index 94d4da7df..b41bc2b0a 100644
--- a/docs/reference-docs/REDEMPTIONS-API-Rollback-Redemption.md
+++ b/docs/reference-docs/REDEMPTIONS-API-Rollback-Redemption.md
@@ -1,8 +1,8 @@
---
title: Rollback Redemption
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: rollback-redemption
parentDoc: 639ba2658407100061f5fab4
hidden: false
@@ -12,4 +12,4 @@ order: 6
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REWARDS-API-Create-Reward-Assignment.md b/docs/reference-docs/REWARDS-API-Create-Reward-Assignment.md
index d66279142..72bdcb02e 100644
--- a/docs/reference-docs/REWARDS-API-Create-Reward-Assignment.md
+++ b/docs/reference-docs/REWARDS-API-Create-Reward-Assignment.md
@@ -1,8 +1,8 @@
---
title: Create Reward Assignment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-reward-assignment
parentDoc: 639ba2658407100061f5fab1
hidden: false
@@ -12,4 +12,4 @@ order: 8
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REWARDS-API-Create-Reward.md b/docs/reference-docs/REWARDS-API-Create-Reward.md
index fea88c971..59844a567 100644
--- a/docs/reference-docs/REWARDS-API-Create-Reward.md
+++ b/docs/reference-docs/REWARDS-API-Create-Reward.md
@@ -1,8 +1,8 @@
---
title: Create Reward
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-reward
parentDoc: 639ba2658407100061f5fab1
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REWARDS-API-Delete-Reward-Assignment.md b/docs/reference-docs/REWARDS-API-Delete-Reward-Assignment.md
index fe4da3c87..f79b54fcc 100644
--- a/docs/reference-docs/REWARDS-API-Delete-Reward-Assignment.md
+++ b/docs/reference-docs/REWARDS-API-Delete-Reward-Assignment.md
@@ -1,8 +1,8 @@
---
title: Delete Reward Assignment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-reward-assignment
parentDoc: 639ba2658407100061f5fab1
hidden: false
@@ -12,4 +12,4 @@ order: 10
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REWARDS-API-Delete-Reward.md b/docs/reference-docs/REWARDS-API-Delete-Reward.md
index 304e9749b..62eef6b5c 100644
--- a/docs/reference-docs/REWARDS-API-Delete-Reward.md
+++ b/docs/reference-docs/REWARDS-API-Delete-Reward.md
@@ -1,8 +1,8 @@
---
title: Delete Reward
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-reward
parentDoc: 639ba2658407100061f5fab1
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REWARDS-API-Get-Reward-Assignment.md b/docs/reference-docs/REWARDS-API-Get-Reward-Assignment.md
index a82771244..016e988e3 100644
--- a/docs/reference-docs/REWARDS-API-Get-Reward-Assignment.md
+++ b/docs/reference-docs/REWARDS-API-Get-Reward-Assignment.md
@@ -1,8 +1,8 @@
---
title: Get Reward Assignment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-reward-assignment
parentDoc: 639ba2658407100061f5fab1
hidden: false
@@ -12,4 +12,4 @@ order: 7
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REWARDS-API-Get-Reward.md b/docs/reference-docs/REWARDS-API-Get-Reward.md
index b4db1a739..7094b6fa3 100644
--- a/docs/reference-docs/REWARDS-API-Get-Reward.md
+++ b/docs/reference-docs/REWARDS-API-Get-Reward.md
@@ -1,8 +1,8 @@
---
title: Get Reward
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-reward
parentDoc: 639ba2658407100061f5fab1
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REWARDS-API-List-Reward-Assignments.md b/docs/reference-docs/REWARDS-API-List-Reward-Assignments.md
index 958e22820..ac7596810 100644
--- a/docs/reference-docs/REWARDS-API-List-Reward-Assignments.md
+++ b/docs/reference-docs/REWARDS-API-List-Reward-Assignments.md
@@ -1,8 +1,8 @@
---
title: List Reward Assignments
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-reward-assignments
parentDoc: 639ba2658407100061f5fab1
hidden: false
@@ -12,4 +12,4 @@ order: 6
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REWARDS-API-List-Rewards.md b/docs/reference-docs/REWARDS-API-List-Rewards.md
index 9bcf627b7..a621d7ed6 100644
--- a/docs/reference-docs/REWARDS-API-List-Rewards.md
+++ b/docs/reference-docs/REWARDS-API-List-Rewards.md
@@ -1,8 +1,8 @@
---
title: List Rewards
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-rewards
parentDoc: 639ba2658407100061f5fab1
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REWARDS-API-Reward-Assignment-Object.md b/docs/reference-docs/REWARDS-API-Reward-Assignment-Object.md
index c3809cd3a..479a4ee7d 100644
--- a/docs/reference-docs/REWARDS-API-Reward-Assignment-Object.md
+++ b/docs/reference-docs/REWARDS-API-Reward-Assignment-Object.md
@@ -1,8 +1,8 @@
---
title: Reward Assignment Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab1
slug: reward-assignment-object
hidden: false
@@ -24,4 +24,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REWARDS-API-Reward-Object.md b/docs/reference-docs/REWARDS-API-Reward-Object.md
index 7e45b4d8c..f4823e7c2 100644
--- a/docs/reference-docs/REWARDS-API-Reward-Object.md
+++ b/docs/reference-docs/REWARDS-API-Reward-Object.md
@@ -1,8 +1,8 @@
---
title: Reward Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab1
slug: reward-object
hidden: false
@@ -27,4 +27,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REWARDS-API-Update-Reward-Assignment.md b/docs/reference-docs/REWARDS-API-Update-Reward-Assignment.md
index 551ec9605..c6452bc98 100644
--- a/docs/reference-docs/REWARDS-API-Update-Reward-Assignment.md
+++ b/docs/reference-docs/REWARDS-API-Update-Reward-Assignment.md
@@ -1,8 +1,8 @@
---
title: Update Reward Assignment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-reward-assignment
parentDoc: 639ba2658407100061f5fab1
hidden: false
@@ -12,4 +12,4 @@ order: 9
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/REWARDS-API-Update-Reward.md b/docs/reference-docs/REWARDS-API-Update-Reward.md
index 8e20ad6c8..28b0912bf 100644
--- a/docs/reference-docs/REWARDS-API-Update-Reward.md
+++ b/docs/reference-docs/REWARDS-API-Update-Reward.md
@@ -1,8 +1,8 @@
---
title: Update Reward
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-reward
parentDoc: 639ba2658407100061f5fab1
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/SEGMENTS-API-Create-Segment.md b/docs/reference-docs/SEGMENTS-API-Create-Segment.md
index 6a20ffd35..e08c466ac 100644
--- a/docs/reference-docs/SEGMENTS-API-Create-Segment.md
+++ b/docs/reference-docs/SEGMENTS-API-Create-Segment.md
@@ -1,8 +1,8 @@
---
title: Create Segment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-segment
parentDoc: 639ba2658407100061f5fabc
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/SEGMENTS-API-Customer-Segment-Object.md b/docs/reference-docs/SEGMENTS-API-Customer-Segment-Object.md
index c9d944ddd..7180dbe04 100644
--- a/docs/reference-docs/SEGMENTS-API-Customer-Segment-Object.md
+++ b/docs/reference-docs/SEGMENTS-API-Customer-Segment-Object.md
@@ -1,8 +1,8 @@
---
title: Customer Segment Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fabc
slug: customer-segment-object
hidden: false
@@ -24,4 +24,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/SEGMENTS-API-Delete-Segment.md b/docs/reference-docs/SEGMENTS-API-Delete-Segment.md
index d429c273b..f40cdfffe 100644
--- a/docs/reference-docs/SEGMENTS-API-Delete-Segment.md
+++ b/docs/reference-docs/SEGMENTS-API-Delete-Segment.md
@@ -1,8 +1,8 @@
---
title: Delete Segment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-segment
parentDoc: 639ba2658407100061f5fabc
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/SEGMENTS-API-Get-Segment.md b/docs/reference-docs/SEGMENTS-API-Get-Segment.md
index 4b9324f19..8b522fb2e 100644
--- a/docs/reference-docs/SEGMENTS-API-Get-Segment.md
+++ b/docs/reference-docs/SEGMENTS-API-Get-Segment.md
@@ -1,8 +1,8 @@
---
title: Get Segment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-segment
parentDoc: 639ba2658407100061f5fabc
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/STACKABLE-DISCOUNTS-API-Redeem-Stackable-Discounts-Client-Side.md b/docs/reference-docs/STACKABLE-DISCOUNTS-API-Redeem-Stackable-Discounts-Client-Side.md
index a7e416e56..75d6f7ecf 100644
--- a/docs/reference-docs/STACKABLE-DISCOUNTS-API-Redeem-Stackable-Discounts-Client-Side.md
+++ b/docs/reference-docs/STACKABLE-DISCOUNTS-API-Redeem-Stackable-Discounts-Client-Side.md
@@ -1,8 +1,8 @@
---
title: Redeem Stackable Discounts (client-side)
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: redeem-stacked-discounts-client-side
parentDoc: 639ba2658407100061f5fab5
hidden: false
@@ -12,4 +12,4 @@ order: 6
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/STACKABLE-DISCOUNTS-API-Redeem-Stackable-Discounts.md b/docs/reference-docs/STACKABLE-DISCOUNTS-API-Redeem-Stackable-Discounts.md
index 34b1de6e1..949557684 100644
--- a/docs/reference-docs/STACKABLE-DISCOUNTS-API-Redeem-Stackable-Discounts.md
+++ b/docs/reference-docs/STACKABLE-DISCOUNTS-API-Redeem-Stackable-Discounts.md
@@ -1,8 +1,8 @@
---
title: Redeem Stackable Discounts
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: redeem-stacked-discounts
parentDoc: 639ba2658407100061f5fab5
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/STACKABLE-DISCOUNTS-API-Rollback-Stackable-Redemptions.md b/docs/reference-docs/STACKABLE-DISCOUNTS-API-Rollback-Stackable-Redemptions.md
index 659638a1d..e074c6348 100644
--- a/docs/reference-docs/STACKABLE-DISCOUNTS-API-Rollback-Stackable-Redemptions.md
+++ b/docs/reference-docs/STACKABLE-DISCOUNTS-API-Rollback-Stackable-Redemptions.md
@@ -1,8 +1,8 @@
---
title: Rollback Stackable Redemptions
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: rollback-stacked-redemptions
parentDoc: 639ba2658407100061f5fab5
hidden: false
@@ -12,4 +12,4 @@ order: 7
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/STACKABLE-DISCOUNTS-API-Stackable-Redemptions-Object.md b/docs/reference-docs/STACKABLE-DISCOUNTS-API-Stackable-Redemptions-Object.md
index e168ab5a8..63f4b561c 100644
--- a/docs/reference-docs/STACKABLE-DISCOUNTS-API-Stackable-Redemptions-Object.md
+++ b/docs/reference-docs/STACKABLE-DISCOUNTS-API-Stackable-Redemptions-Object.md
@@ -1,8 +1,8 @@
---
title: Stackable Redemptions Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab5
slug: stackable-redemptions-object
hidden: false
@@ -19,4 +19,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/STACKABLE-DISCOUNTS-API-Validate-Stackable-Discounts-Client-Side.md b/docs/reference-docs/STACKABLE-DISCOUNTS-API-Validate-Stackable-Discounts-Client-Side.md
index 386af09f0..147198f7a 100644
--- a/docs/reference-docs/STACKABLE-DISCOUNTS-API-Validate-Stackable-Discounts-Client-Side.md
+++ b/docs/reference-docs/STACKABLE-DISCOUNTS-API-Validate-Stackable-Discounts-Client-Side.md
@@ -1,8 +1,8 @@
---
title: Validate Stackable Discounts (client-side)
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: validate-stacked-discounts-client-side
parentDoc: 639ba2658407100061f5fab5
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/STACKABLE-DISCOUNTS-API-Validate-Stackable-Discounts.md b/docs/reference-docs/STACKABLE-DISCOUNTS-API-Validate-Stackable-Discounts.md
index c66eb0b28..cde23c76f 100644
--- a/docs/reference-docs/STACKABLE-DISCOUNTS-API-Validate-Stackable-Discounts.md
+++ b/docs/reference-docs/STACKABLE-DISCOUNTS-API-Validate-Stackable-Discounts.md
@@ -1,8 +1,8 @@
---
title: Validate Stackable Discounts
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: validate-stacked-discounts
parentDoc: 639ba2658407100061f5fab5
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/Stacking-API-Overview.md b/docs/reference-docs/Stacking-API-Overview.md
index d891f0fdb..f08a23c6c 100644
--- a/docs/reference-docs/Stacking-API-Overview.md
+++ b/docs/reference-docs/Stacking-API-Overview.md
@@ -1,11 +1,12 @@
---
title: Stacking API Overview
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab5
+parentDocSlug: stackable-discounts-api
slug: stacking-api-overview
type: link
hidden: false
order: 1
link_url: https://docs.voucherify.io/docs/manage-stackable-discounts
----
\ No newline at end of file
+---
diff --git a/docs/reference-docs/VALIDATION-RULES-API-Create-Validation-Rule.md b/docs/reference-docs/VALIDATION-RULES-API-Create-Validation-Rule.md
index d5214bae4..8823c204b 100644
--- a/docs/reference-docs/VALIDATION-RULES-API-Create-Validation-Rule.md
+++ b/docs/reference-docs/VALIDATION-RULES-API-Create-Validation-Rule.md
@@ -1,8 +1,8 @@
---
title: Create Validation Rules
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-validation-rules
parentDoc: 639ba2658407100061f5fabb
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATION-RULES-API-Create-Validation-Rules-Assignments.md b/docs/reference-docs/VALIDATION-RULES-API-Create-Validation-Rules-Assignments.md
index d6afef8b5..766dc4499 100644
--- a/docs/reference-docs/VALIDATION-RULES-API-Create-Validation-Rules-Assignments.md
+++ b/docs/reference-docs/VALIDATION-RULES-API-Create-Validation-Rules-Assignments.md
@@ -1,8 +1,8 @@
---
title: Create Validation Rules Assignments
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-validation-rule-assignment
parentDoc: 639ba2658407100061f5fabb
hidden: false
@@ -12,4 +12,4 @@ order: 8
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATION-RULES-API-Delete-Validation-Rule-Assignment.md b/docs/reference-docs/VALIDATION-RULES-API-Delete-Validation-Rule-Assignment.md
index 2eee5fdaa..193f5b5b2 100644
--- a/docs/reference-docs/VALIDATION-RULES-API-Delete-Validation-Rule-Assignment.md
+++ b/docs/reference-docs/VALIDATION-RULES-API-Delete-Validation-Rule-Assignment.md
@@ -1,8 +1,8 @@
---
title: Delete Validation Rule Assignment
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-validation-rule-assignment
parentDoc: 639ba2658407100061f5fabb
hidden: false
@@ -12,4 +12,4 @@ order: 9
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATION-RULES-API-Delete-Validation-Rule.md b/docs/reference-docs/VALIDATION-RULES-API-Delete-Validation-Rule.md
index 30474a13d..d715c6673 100644
--- a/docs/reference-docs/VALIDATION-RULES-API-Delete-Validation-Rule.md
+++ b/docs/reference-docs/VALIDATION-RULES-API-Delete-Validation-Rule.md
@@ -1,8 +1,8 @@
---
title: Delete Validation Rule
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-validation-rules
parentDoc: 639ba2658407100061f5fabb
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATION-RULES-API-Get-Validation-Rule.md b/docs/reference-docs/VALIDATION-RULES-API-Get-Validation-Rule.md
index 3093570e1..67b8fce8f 100644
--- a/docs/reference-docs/VALIDATION-RULES-API-Get-Validation-Rule.md
+++ b/docs/reference-docs/VALIDATION-RULES-API-Get-Validation-Rule.md
@@ -1,8 +1,8 @@
---
title: Get Validation Rule
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-validation-rule
parentDoc: 639ba2658407100061f5fabb
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATION-RULES-API-List-Validation-Rule-Assignments.md b/docs/reference-docs/VALIDATION-RULES-API-List-Validation-Rule-Assignments.md
index 77f0295af..daf2c5c7f 100644
--- a/docs/reference-docs/VALIDATION-RULES-API-List-Validation-Rule-Assignments.md
+++ b/docs/reference-docs/VALIDATION-RULES-API-List-Validation-Rule-Assignments.md
@@ -1,8 +1,8 @@
---
title: List Validation Rule Assignments
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-validation-rule-assignments
parentDoc: 639ba2658407100061f5fabb
hidden: false
@@ -12,4 +12,4 @@ order: 7
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATION-RULES-API-List-Validation-Rules-Assignments.md b/docs/reference-docs/VALIDATION-RULES-API-List-Validation-Rules-Assignments.md
index bd59e7487..7ad751ccd 100644
--- a/docs/reference-docs/VALIDATION-RULES-API-List-Validation-Rules-Assignments.md
+++ b/docs/reference-docs/VALIDATION-RULES-API-List-Validation-Rules-Assignments.md
@@ -1,8 +1,8 @@
---
title: List Validation Rules' Assignment(s)
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-validation-rules-assignments
parentDoc: 639ba2658407100061f5fabb
hidden: false
@@ -12,4 +12,4 @@ order: 6
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATION-RULES-API-List-Validation-Rules.md b/docs/reference-docs/VALIDATION-RULES-API-List-Validation-Rules.md
index 4b77ae569..742479a03 100644
--- a/docs/reference-docs/VALIDATION-RULES-API-List-Validation-Rules.md
+++ b/docs/reference-docs/VALIDATION-RULES-API-List-Validation-Rules.md
@@ -1,8 +1,8 @@
---
title: List Validation Rules
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-validation-rules
parentDoc: 639ba2658407100061f5fabb
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATION-RULES-API-Update-Validation-Rule.md b/docs/reference-docs/VALIDATION-RULES-API-Update-Validation-Rule.md
index 887db56ba..36eb35364 100644
--- a/docs/reference-docs/VALIDATION-RULES-API-Update-Validation-Rule.md
+++ b/docs/reference-docs/VALIDATION-RULES-API-Update-Validation-Rule.md
@@ -1,8 +1,8 @@
---
title: Update Validation Rule
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-validation-rule
parentDoc: 639ba2658407100061f5fabb
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATION-RULES-API-Validation-Rule-Assignment-Object.md b/docs/reference-docs/VALIDATION-RULES-API-Validation-Rule-Assignment-Object.md
index 5e3ca0488..ec0e39575 100644
--- a/docs/reference-docs/VALIDATION-RULES-API-Validation-Rule-Assignment-Object.md
+++ b/docs/reference-docs/VALIDATION-RULES-API-Validation-Rule-Assignment-Object.md
@@ -1,8 +1,8 @@
---
title: Validation Rule Assignment Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fabb
slug: validation-rule-assignment-object
hidden: false
@@ -22,4 +22,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATION-RULES-API-Validation-Rule-Object.md b/docs/reference-docs/VALIDATION-RULES-API-Validation-Rule-Object.md
index d0b42a197..71fbc75eb 100644
--- a/docs/reference-docs/VALIDATION-RULES-API-Validation-Rule-Object.md
+++ b/docs/reference-docs/VALIDATION-RULES-API-Validation-Rule-Object.md
@@ -1,8 +1,8 @@
---
title: Validation Rule Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fabb
slug: validation-rule-object
hidden: false
@@ -26,4 +26,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATIONS-API-Validate-Promotion-Tier.md b/docs/reference-docs/VALIDATIONS-API-Validate-Promotion-Tier.md
index a5652a22a..0382cdb96 100644
--- a/docs/reference-docs/VALIDATIONS-API-Validate-Promotion-Tier.md
+++ b/docs/reference-docs/VALIDATIONS-API-Validate-Promotion-Tier.md
@@ -1,8 +1,8 @@
---
title: Validate Promotion Tier [Deprecated]
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: validate-promotion-tier
parentDoc: 639ba2658407100061f5fab3
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATIONS-API-Validate-Promotions.md b/docs/reference-docs/VALIDATIONS-API-Validate-Promotions.md
index 0b6492f80..2812c523b 100644
--- a/docs/reference-docs/VALIDATIONS-API-Validate-Promotions.md
+++ b/docs/reference-docs/VALIDATIONS-API-Validate-Promotions.md
@@ -1,8 +1,8 @@
---
title: Validate Promotions [Deprecated]
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: validate-promotions
parentDoc: 639ba2658407100061f5fab3
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATIONS-API-Validate-Voucher-Client-Side.md b/docs/reference-docs/VALIDATIONS-API-Validate-Voucher-Client-Side.md
index 18b28cc95..5640f0236 100644
--- a/docs/reference-docs/VALIDATIONS-API-Validate-Voucher-Client-Side.md
+++ b/docs/reference-docs/VALIDATIONS-API-Validate-Voucher-Client-Side.md
@@ -1,8 +1,8 @@
---
title: Validate Voucher (client-side) [Deprecated]
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: validate-voucher-client-side
parentDoc: 639ba2658407100061f5fab3
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATIONS-API-Validate-Voucher.md b/docs/reference-docs/VALIDATIONS-API-Validate-Voucher.md
index 910e7a1f3..0dd68111f 100644
--- a/docs/reference-docs/VALIDATIONS-API-Validate-Voucher.md
+++ b/docs/reference-docs/VALIDATIONS-API-Validate-Voucher.md
@@ -1,8 +1,8 @@
---
title: Validate Voucher [Deprecated]
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: validate-voucher
parentDoc: 639ba2658407100061f5fab3
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VALIDATIONS-API-Validation-Object.md b/docs/reference-docs/VALIDATIONS-API-Validation-Object.md
index f70b18f74..a26ed7aa8 100644
--- a/docs/reference-docs/VALIDATIONS-API-Validation-Object.md
+++ b/docs/reference-docs/VALIDATIONS-API-Validation-Object.md
@@ -1,8 +1,8 @@
---
title: Validation Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab3
slug: validation-object
hidden: false
@@ -13,4 +13,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Add-Remove-Gift-Card-Balance.md b/docs/reference-docs/VOUCHERS-API-Add-Remove-Gift-Card-Balance.md
index 32ada93bc..f15a91d74 100644
--- a/docs/reference-docs/VOUCHERS-API-Add-Remove-Gift-Card-Balance.md
+++ b/docs/reference-docs/VOUCHERS-API-Add-Remove-Gift-Card-Balance.md
@@ -1,8 +1,8 @@
---
title: Add or Remove Gift Card Balance
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: add-remove-gift-voucher-balance
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 9
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Create-Voucher.md b/docs/reference-docs/VOUCHERS-API-Create-Voucher.md
index 570623b7e..d2b75236a 100644
--- a/docs/reference-docs/VOUCHERS-API-Create-Voucher.md
+++ b/docs/reference-docs/VOUCHERS-API-Create-Voucher.md
@@ -1,8 +1,8 @@
---
title: Create Voucher
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: create-voucher
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 3
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Delete-Voucher.md b/docs/reference-docs/VOUCHERS-API-Delete-Voucher.md
index 9d1fd827c..54c0e3a4c 100644
--- a/docs/reference-docs/VOUCHERS-API-Delete-Voucher.md
+++ b/docs/reference-docs/VOUCHERS-API-Delete-Voucher.md
@@ -1,8 +1,8 @@
---
title: Delete Voucher
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: delete-voucher
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 6
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Disable-Voucher.md b/docs/reference-docs/VOUCHERS-API-Disable-Voucher.md
index b8c286393..6ace3cada 100644
--- a/docs/reference-docs/VOUCHERS-API-Disable-Voucher.md
+++ b/docs/reference-docs/VOUCHERS-API-Disable-Voucher.md
@@ -1,8 +1,8 @@
---
title: Disable Voucher
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: disable-voucher
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 8
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Enable-Voucher.md b/docs/reference-docs/VOUCHERS-API-Enable-Voucher.md
index 57c2c8bb2..cc43af8f6 100644
--- a/docs/reference-docs/VOUCHERS-API-Enable-Voucher.md
+++ b/docs/reference-docs/VOUCHERS-API-Enable-Voucher.md
@@ -1,8 +1,8 @@
---
title: Enable Voucher
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: enable-voucher
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 7
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Examine-Qualification.md b/docs/reference-docs/VOUCHERS-API-Examine-Qualification.md
index 2a28ae076..69588e28a 100644
--- a/docs/reference-docs/VOUCHERS-API-Examine-Qualification.md
+++ b/docs/reference-docs/VOUCHERS-API-Examine-Qualification.md
@@ -1,8 +1,8 @@
---
title: Examine Qualification [Deprecated]
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: examine-vouchers-qualification
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 14
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Export-Gift-Card-Transactions.md b/docs/reference-docs/VOUCHERS-API-Export-Gift-Card-Transactions.md
index 4c049c0e2..b95178ab4 100644
--- a/docs/reference-docs/VOUCHERS-API-Export-Gift-Card-Transactions.md
+++ b/docs/reference-docs/VOUCHERS-API-Export-Gift-Card-Transactions.md
@@ -1,8 +1,8 @@
---
title: Export Gift Card Transactions
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: export-gift-card-transactions
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 11
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Generate-Random-Code.md b/docs/reference-docs/VOUCHERS-API-Generate-Random-Code.md
index d60667231..a872b6c5e 100644
--- a/docs/reference-docs/VOUCHERS-API-Generate-Random-Code.md
+++ b/docs/reference-docs/VOUCHERS-API-Generate-Random-Code.md
@@ -1,8 +1,8 @@
---
title: Generate Random Code
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: generate-random-code
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 4
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Get-Voucher.md b/docs/reference-docs/VOUCHERS-API-Get-Voucher.md
index 20f92cf8c..1a043b9b7 100644
--- a/docs/reference-docs/VOUCHERS-API-Get-Voucher.md
+++ b/docs/reference-docs/VOUCHERS-API-Get-Voucher.md
@@ -1,8 +1,8 @@
---
title: Get Voucher
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: get-voucher
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 2
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Import-Vouchers-Using-CSV.md b/docs/reference-docs/VOUCHERS-API-Import-Vouchers-Using-CSV.md
index 1e734f37d..0f6eff29b 100644
--- a/docs/reference-docs/VOUCHERS-API-Import-Vouchers-Using-CSV.md
+++ b/docs/reference-docs/VOUCHERS-API-Import-Vouchers-Using-CSV.md
@@ -1,8 +1,8 @@
---
title: Import Vouchers using CSV
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: import-vouchers-using-csv
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 13
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Import-Vouchers.md b/docs/reference-docs/VOUCHERS-API-Import-Vouchers.md
index f1f7fa6db..9af30b696 100644
--- a/docs/reference-docs/VOUCHERS-API-Import-Vouchers.md
+++ b/docs/reference-docs/VOUCHERS-API-Import-Vouchers.md
@@ -1,8 +1,8 @@
---
title: Import Vouchers
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: import-vouchers
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 12
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-List-Gift-Card-Transactions.md b/docs/reference-docs/VOUCHERS-API-List-Gift-Card-Transactions.md
index 7e9715dc4..e7fa7d5b7 100644
--- a/docs/reference-docs/VOUCHERS-API-List-Gift-Card-Transactions.md
+++ b/docs/reference-docs/VOUCHERS-API-List-Gift-Card-Transactions.md
@@ -1,8 +1,8 @@
---
title: List Gift Card Transactions
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-gift-card-transactions
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 10
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-List-Vouchers.md b/docs/reference-docs/VOUCHERS-API-List-Vouchers.md
index ed1b7920c..cb02a28f6 100644
--- a/docs/reference-docs/VOUCHERS-API-List-Vouchers.md
+++ b/docs/reference-docs/VOUCHERS-API-List-Vouchers.md
@@ -1,8 +1,8 @@
---
title: List Vouchers
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: list-vouchers
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Release-Validation-Session.md b/docs/reference-docs/VOUCHERS-API-Release-Validation-Session.md
index 9eaa5c102..8d02492db 100644
--- a/docs/reference-docs/VOUCHERS-API-Release-Validation-Session.md
+++ b/docs/reference-docs/VOUCHERS-API-Release-Validation-Session.md
@@ -1,8 +1,8 @@
---
title: Release Validation Session
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: release-validation-session
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 17
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Update-Voucher.md b/docs/reference-docs/VOUCHERS-API-Update-Voucher.md
index a2310ac60..508ffd04b 100644
--- a/docs/reference-docs/VOUCHERS-API-Update-Voucher.md
+++ b/docs/reference-docs/VOUCHERS-API-Update-Voucher.md
@@ -1,8 +1,8 @@
---
title: Update Voucher
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-voucher
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 5
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Update-Vouchers-In-Bulk.md b/docs/reference-docs/VOUCHERS-API-Update-Vouchers-In-Bulk.md
index a591c568b..eb6d0196a 100644
--- a/docs/reference-docs/VOUCHERS-API-Update-Vouchers-In-Bulk.md
+++ b/docs/reference-docs/VOUCHERS-API-Update-Vouchers-In-Bulk.md
@@ -1,8 +1,8 @@
---
title: Update Vouchers in bulk
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-vouchers-in-bulk
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 15
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Update-Vouchers-Metadata-In-Bulk.md b/docs/reference-docs/VOUCHERS-API-Update-Vouchers-Metadata-In-Bulk.md
index e7a407847..8771c8b32 100644
--- a/docs/reference-docs/VOUCHERS-API-Update-Vouchers-Metadata-In-Bulk.md
+++ b/docs/reference-docs/VOUCHERS-API-Update-Vouchers-Metadata-In-Bulk.md
@@ -1,8 +1,8 @@
---
title: Update Vouchers' metadata in bulk
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
slug: update-vouchers-metadata-in-bulk
parentDoc: 639ba2658407100061f5faae
hidden: false
@@ -12,4 +12,4 @@ order: 16
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/VOUCHERS-API-Voucher-Object.md b/docs/reference-docs/VOUCHERS-API-Voucher-Object.md
index 8549ec619..8c2e07e25 100644
--- a/docs/reference-docs/VOUCHERS-API-Voucher-Object.md
+++ b/docs/reference-docs/VOUCHERS-API-Voucher-Object.md
@@ -1,8 +1,8 @@
---
title: Voucher Object
type: endpoint
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5faae
slug: voucher-object
hidden: false
@@ -86,4 +86,4 @@ order: 1
{
"html": ""
}
-[/block]
\ No newline at end of file
+[/block]
diff --git a/docs/reference-docs/Validation-Session.md b/docs/reference-docs/Validation-Session.md
index 42225ccd1..bd7408fde 100644
--- a/docs/reference-docs/Validation-Session.md
+++ b/docs/reference-docs/Validation-Session.md
@@ -1,8 +1,9 @@
---
title: Establish Validation Session
-category: 639ba2628407100061f5faac
-category-slug: voucherify-api
+category: 639ba2628407100061f5faac
+categorySlug: voucherify-api
parentDoc: 639ba2658407100061f5fab3
+parentDocSlug: validations-api
slug: validation-session
type: link
hidden: false
diff --git a/docs/reference-docs/Versioning.md b/docs/reference-docs/Versioning.md
index d2f4adcc0..27d4cce5c 100644
--- a/docs/reference-docs/Versioning.md
+++ b/docs/reference-docs/Versioning.md
@@ -1,8 +1,8 @@
---
title: Versioning
excerpt: What is the latest version?
-category: 639ba44d204cb60020b4b7ec
-category-slug: introduction
+category: 639ba44d204cb60020b4b7ec
+categorySlug: introduction
slug: versioning
type: basic
hidden: false
@@ -26,4 +26,4 @@ curl -X GET \
## API Upgrades
-Keep track of changes and [upgrades to the Voucherify API](doc:api-version-upgrades). If you need help, talk to [support](https://www.voucherify.io/contact-support) or write to us on our [Slack channel](https://www.voucherify.io/community).
\ No newline at end of file
+Keep track of changes and [upgrades to the Voucherify API](doc:api-version-upgrades). If you need help, talk to [support](https://www.voucherify.io/contact-support) or write to us on our [Slack channel](https://www.voucherify.io/community).
diff --git a/docs/script/index.js b/docs/script/index.js
index edc5d97ee..3559ebdb4 100644
--- a/docs/script/index.js
+++ b/docs/script/index.js
@@ -33,8 +33,8 @@ const main = async () => {
for (const pathToFile of pathsToFiles) {
const data = await fsPromises.readFile(pathToFile, { encoding: "utf8" });
const fileCategorySlug = data
- .match(/category\-slug: .*/)?.[0]
- ?.split?.("category-slug: ")?.[1];
+ .match(/categorySlug: .*/)?.[0]
+ ?.split?.("categorySlug: ")?.[1];
if (!fileCategorySlug) {
console.log(`error, ${fileCategorySlug}, ${pathToFile}`);
continue;
@@ -66,6 +66,7 @@ const main = async () => {
const allowedMissing = [
"establish-validation-session",
"stacking-api-overview",
+ "validation-session",
];
if (allowedMissing.includes(docSlug)) {
} else if (!parentDoc?._id) {
diff --git a/reference/OpenAPI.json b/reference/OpenAPI.json
index 285398b92..40c61670b 100644
--- a/reference/OpenAPI.json
+++ b/reference/OpenAPI.json
@@ -43583,7 +43583,7 @@
},
"/v1/vouchers/importCSV": {
"post": {
- "operationId": "post-vouchers-importCSV",
+ "operationId": "import-vouchers-using-csv",
"tags": [
"VOUCHERS API"
],
@@ -44320,7 +44320,7 @@
}
],
"delete": {
- "operationId": "delete-vouchers-code-sessions-sessionKey",
+ "operationId": "release-validation-session",
"tags": [
"VOUCHERS API"
],
@@ -54671,7 +54671,7 @@
}
],
"post": {
- "operationId": "post-promotions-tiers-tierId-validation",
+ "operationId": "validate-promotion-tier",
"deprecated": true,
"tags": [
"VALIDATIONS API"