Skip to content

Commit b162026

Browse files
committed
Add "noauth" to endpoints in postman that don't require authorization
1 parent 179878a commit b162026

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Postman Docs/PodcastIndex.postman_collection.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,6 +1227,9 @@
12271227
{
12281228
"name": "By Feed ID",
12291229
"request": {
1230+
"auth": {
1231+
"type": "noauth"
1232+
},
12301233
"method": "GET",
12311234
"header": [],
12321235
"url": {
@@ -1259,6 +1262,9 @@
12591262
{
12601263
"name": "By Feed URL",
12611264
"request": {
1265+
"auth": {
1266+
"type": "noauth"
1267+
},
12621268
"method": "GET",
12631269
"header": [],
12641270
"url": {
@@ -1291,6 +1297,9 @@
12911297
{
12921298
"name": "By Feed GUID",
12931299
"request": {
1300+
"auth": {
1301+
"type": "noauth"
1302+
},
12941303
"method": "GET",
12951304
"header": [],
12961305
"url": {
@@ -1323,6 +1332,9 @@
13231332
{
13241333
"name": "By Episode GUID",
13251334
"request": {
1335+
"auth": {
1336+
"type": "noauth"
1337+
},
13261338
"method": "GET",
13271339
"header": [],
13281340
"url": {
@@ -1360,6 +1372,9 @@
13601372
{
13611373
"name": "Batch By Episode GUID",
13621374
"request": {
1375+
"auth": {
1376+
"type": "noauth"
1377+
},
13631378
"method": "POST",
13641379
"header": [],
13651380
"body": {
@@ -1466,6 +1481,9 @@
14661481
{
14671482
"name": "Pub Notify",
14681483
"request": {
1484+
"auth": {
1485+
"type": "noauth"
1486+
},
14691487
"method": "GET",
14701488
"header": [],
14711489
"url": {

0 commit comments

Comments
 (0)