Skip to content

Commit 062ac9d

Browse files
Merge pull request #14 from zero-24/patch-1
Add missing s'es to make the list view work
2 parents 5e8f37b + 3406c14 commit 062ac9d

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

j4x-api-complete-collection.postman_collection.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -576,23 +576,23 @@
576576
"response": []
577577
},
578578
{
579-
"name": "{{base_path}}/api/index.php/v1/contact",
579+
"name": "{{base_path}}/api/index.php/v1/contacts",
580580
"request": {
581581
"method": "GET",
582582
"header": [],
583583
"url": {
584-
"raw": "{{base_path}}/api/index.php/v1/contact",
584+
"raw": "{{base_path}}/api/index.php/v1/contacts",
585585
"host": [
586586
"{{base_path}}"
587587
],
588588
"path": [
589589
"api",
590590
"index.php",
591591
"v1",
592-
"contact"
592+
"contacts"
593593
]
594594
},
595-
"description": "Generated from a curl request: \ncurl -X GET '{{base_path}}/api/index.php/v1/contact'"
595+
"description": "Generated from a curl request: \ncurl -X GET '{{base_path}}/api/index.php/v1/contacts'"
596596
},
597597
"response": []
598598
},
@@ -1011,12 +1011,12 @@
10111011
"response": []
10121012
},
10131013
{
1014-
"name": "{{base_path}}/api/index.php/v1/content/article",
1014+
"name": "{{base_path}}/api/index.php/v1/content/articles",
10151015
"request": {
10161016
"method": "GET",
10171017
"header": [],
10181018
"url": {
1019-
"raw": "{{base_path}}/api/index.php/v1/content/article",
1019+
"raw": "{{base_path}}/api/index.php/v1/content/articles",
10201020
"host": [
10211021
"{{base_path}}"
10221022
],
@@ -1025,10 +1025,10 @@
10251025
"index.php",
10261026
"v1",
10271027
"content",
1028-
"article"
1028+
"articles"
10291029
]
10301030
},
1031-
"description": "Generated from a curl request: \ncurl -X GET '{{base_path}}/api/index.php/v1/content/article'"
1031+
"description": "Generated from a curl request: \ncurl -X GET '{{base_path}}/api/index.php/v1/content/articles'"
10321032
},
10331033
"response": []
10341034
},
@@ -2230,12 +2230,12 @@
22302230
"response": []
22312231
},
22322232
{
2233-
"name": "{{base_path}}/api/index.php/v1/privacy/request",
2233+
"name": "{{base_path}}/api/index.php/v1/privacy/requests",
22342234
"request": {
22352235
"method": "GET",
22362236
"header": [],
22372237
"url": {
2238-
"raw": "{{base_path}}/api/index.php/v1/privacy/request",
2238+
"raw": "{{base_path}}/api/index.php/v1/privacy/requests",
22392239
"host": [
22402240
"{{base_path}}"
22412241
],
@@ -2244,10 +2244,10 @@
22442244
"index.php",
22452245
"v1",
22462246
"privacy",
2247-
"request"
2247+
"requests"
22482248
]
22492249
},
2250-
"description": "Generated from a curl request: \ncurl -X GET '{{base_path}}/api/index.php/v1/privacy/request'"
2250+
"description": "Generated from a curl request: \ncurl -X GET '{{base_path}}/api/index.php/v1/privacy/requests'"
22512251
},
22522252
"response": []
22532253
},
@@ -2330,12 +2330,12 @@
23302330
"response": []
23312331
},
23322332
{
2333-
"name": "{{base_path}}/api/index.php/v1/privacy/consent",
2333+
"name": "{{base_path}}/api/index.php/v1/privacy/consents",
23342334
"request": {
23352335
"method": "GET",
23362336
"header": [],
23372337
"url": {
2338-
"raw": "{{base_path}}/api/index.php/v1/privacy/consent",
2338+
"raw": "{{base_path}}/api/index.php/v1/privacy/consents",
23392339
"host": [
23402340
"{{base_path}}"
23412341
],
@@ -2344,10 +2344,10 @@
23442344
"index.php",
23452345
"v1",
23462346
"privacy",
2347-
"consent"
2347+
"consents"
23482348
]
23492349
},
2350-
"description": "Generated from a curl request: \ncurl -X GET '{{base_path}}/api/index.php/v1/privacy/consent'"
2350+
"description": "Generated from a curl request: \ncurl -X GET '{{base_path}}/api/index.php/v1/privacy/consents'"
23512351
},
23522352
"response": []
23532353
},
@@ -2398,23 +2398,23 @@
23982398
"response": []
23992399
},
24002400
{
2401-
"name": "{{base_path}}/api/index.php/v1/redirect",
2401+
"name": "{{base_path}}/api/index.php/v1/redirects",
24022402
"request": {
24032403
"method": "GET",
24042404
"header": [],
24052405
"url": {
2406-
"raw": "{{base_path}}/api/index.php/v1/redirect",
2406+
"raw": "{{base_path}}/api/index.php/v1/redirects",
24072407
"host": [
24082408
"{{base_path}}"
24092409
],
24102410
"path": [
24112411
"api",
24122412
"index.php",
24132413
"v1",
2414-
"redirect"
2414+
"redirects"
24152415
]
24162416
},
2417-
"description": "Generated from a curl request: \ncurl -X GET '{{base_path}}/api/index.php/v1/redirect'"
2417+
"description": "Generated from a curl request: \ncurl -X GET '{{base_path}}/api/index.php/v1/redirects'"
24182418
},
24192419
"response": []
24202420
},

0 commit comments

Comments
 (0)