Skip to content

Commit

Permalink
Updated spelling/grammar. Updated qualifications documents. Updated a…
Browse files Browse the repository at this point in the history
…utomation files.
  • Loading branch information
janiksam committed Sep 15, 2023
1 parent 7a08478 commit c37aab0
Show file tree
Hide file tree
Showing 10 changed files with 1,409 additions and 202 deletions.
22 changes: 17 additions & 5 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@

| **API** | **Endpoint** | **New Slug** |
|---|---|---|
| **Locations** | Location Object | location-object | true |
| | Get Location | get-location | true |
| | List Locations | list-locations | true |
| **Qualifications** | Qualification Object | qualification-object | true |
| | Examine Qualification | examine-qualification | true |
| **Locations** | Location Object | location-object |
| | Get Location | get-location |
| | List Locations | list-locations |
| **Qualifications** | Qualification Object | qualification-object |
| | Examine Qualification | examine-qualification --> changed to check-eligibility |
| | Examine Qualification (cient-side) | examine-qualification-client-side --> changed to check-eligibility-client-side |

### Removed document explaining deprecated qualifications

- Added a redirect to the new document so that we eliminate 404

| **Category** | **Guide** | **Previous Slug** | **New Slug** |
|:---|:---|:---|:---|
| Campaigns Recipes | Qualification - Checking eligibility for promo codes | checking-eligibility-for-coupons | checking-eligibility |


## 20230809 - Deprecated Endpoints
Expand Down Expand Up @@ -198,6 +207,9 @@
/docs/orders-1 -> /docs/orders
/docs/vouchers-1 -> /docs/vouchers
/docs/campaigns-1 -> /docs/campaigns
/docs/checking-eligibility-for-coupons -> /docs/checking-eligibility
/reference/examine-qualification -> /reference/check-eligibility
/reference/examine-qualification-client-side -> /reference/check-eligibility-client-side
/reference/vouchers-get -> /reference/get-voucher
/reference/add-gift-voucher-balance -> /reference/add-remove-gift-voucher-balance
/reference/import-vouchers-1 -> /reference/import-vouchers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Readme - Voucherify Docs - API - With Object Schemas",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "18603863",
"_collection_link": "https://crimson-zodiac-829239.postman.co/workspace/Voucherify-Testing~59bed91e-93d8-4799-9838-b01ffcc9f6f8/collection/18603863-bb5e210d-b31f-40b6-a456-abe59ee15c94?action=share&creator=18603863&source=collection_link"
"_collection_link": "https://crimson-zodiac-829239.postman.co/workspace/Voucherify-Testing~59bed91e-93d8-4799-9838-b01ffcc9f6f8/collection/18603863-bb5e210d-b31f-40b6-a456-abe59ee15c94?action=share&source=collection_link&creator=18603863"
},
"item": [
{
Expand Down Expand Up @@ -9103,7 +9103,7 @@
],
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Examine Qualifications [Beta]\",\n \"category\": \"639ba2628407100061f5faac\",\n \"parentDoc\": \"64d0e09b5a917a1254315da8\",\n \"type\": \"endpoint\",\n \"hidden\": false,\n \"order\": 2\n}"
"raw": "{\n \"title\": \"Check Eligibility [Beta]\",\n \"category\": \"639ba2628407100061f5faac\",\n \"parentDoc\": \"64d0e09b5a917a1254315da8\",\n \"type\": \"endpoint\",\n \"hidden\": false,\n \"order\": 2\n}"
},
"url": {
"raw": "{{baseUrl}}/v1/docs/:slug",
Expand All @@ -9118,7 +9118,47 @@
"variable": [
{
"key": "slug",
"value": "examine-qualification"
"value": "check-eligibility"
}
]
}
},
"response": []
},
{
"name": "Examine Qualification (client-side) [Beta]",
"request": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "x-readme-version",
"value": "{{x-readme-version}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Check Eligibility (client-side) [Beta]\",\n \"category\": \"639ba2628407100061f5faac\",\n \"parentDoc\": \"64d0e09b5a917a1254315da8\",\n \"type\": \"endpoint\",\n \"hidden\": false,\n \"order\": 3\n}"
},
"url": {
"raw": "{{baseUrl}}/v1/docs/:slug",
"host": [
"{{baseUrl}}"
],
"path": [
"v1",
"docs",
":slug"
],
"variable": [
{
"key": "slug",
"value": "check-eligibility-client-side"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"_postman_id": "6d68eb46-6ebf-427d-8937-60176d4b0354",
"name": "Readme - Voucherify Docs - Guides",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "18603863"
"_exporter_id": "18603863",
"_collection_link": "https://crimson-zodiac-829239.postman.co/workspace/Voucherify-Testing~59bed91e-93d8-4799-9838-b01ffcc9f6f8/collection/18603863-6d68eb46-6ebf-427d-8937-60176d4b0354?action=share&source=collection_link&creator=18603863"
},
"item": [
{
Expand Down Expand Up @@ -1265,7 +1266,7 @@
"name": "Campaigns Recipes",
"item": [
{
"name": "Qualification - Checking eligibility for promo codes",
"name": "Qualification - Checking eligibility",
"request": {
"method": "PUT",
"header": [
Expand All @@ -1282,7 +1283,7 @@
],
"body": {
"mode": "raw",
"raw": "{\n \"title\": \"Qualification - Checking eligibility for promo codes\",\n \"category\": \"639ba16d677235008f80045c\",\n \"type\": \"basic\",\n \"hidden\": false,\n \"order\": 1\n}"
"raw": "{\n \"title\": \"Qualification - Checking eligibility\",\n \"category\": \"639ba16d677235008f80045c\",\n \"type\": \"basic\",\n \"hidden\": false,\n \"order\": 1\n}"
},
"url": {
"raw": "{{baseUrl}}/v1/docs/:slug",
Expand All @@ -1297,7 +1298,7 @@
"variable": [
{
"key": "slug",
"value": "checking-eligibility-for-coupons"
"value": "checking-eligibility"
}
]
}
Expand Down
182 changes: 0 additions & 182 deletions docs/guides/campaign_recipes/Qualification.md

This file was deleted.

Loading

0 comments on commit c37aab0

Please sign in to comment.