Skip to content

Commit c801acd

Browse files
committed
Add "noauth" to endpoints in postman that don't require authorization
1 parent 4d04a1d commit c801acd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Postman Docs/PodcastIndex.postman_collection.json

+18
Original file line numberDiff line numberDiff line change
@@ -1221,6 +1221,9 @@
12211221
{
12221222
"name": "By Feed ID",
12231223
"request": {
1224+
"auth": {
1225+
"type": "noauth"
1226+
},
12241227
"method": "GET",
12251228
"header": [],
12261229
"url": {
@@ -1253,6 +1256,9 @@
12531256
{
12541257
"name": "By Feed URL",
12551258
"request": {
1259+
"auth": {
1260+
"type": "noauth"
1261+
},
12561262
"method": "GET",
12571263
"header": [],
12581264
"url": {
@@ -1285,6 +1291,9 @@
12851291
{
12861292
"name": "By Feed GUID",
12871293
"request": {
1294+
"auth": {
1295+
"type": "noauth"
1296+
},
12881297
"method": "GET",
12891298
"header": [],
12901299
"url": {
@@ -1317,6 +1326,9 @@
13171326
{
13181327
"name": "By Episode GUID",
13191328
"request": {
1329+
"auth": {
1330+
"type": "noauth"
1331+
},
13201332
"method": "GET",
13211333
"header": [],
13221334
"url": {
@@ -1354,6 +1366,9 @@
13541366
{
13551367
"name": "Batch By Episode GUID",
13561368
"request": {
1369+
"auth": {
1370+
"type": "noauth"
1371+
},
13571372
"method": "POST",
13581373
"header": [],
13591374
"body": {
@@ -1460,6 +1475,9 @@
14601475
{
14611476
"name": "Pub Notify",
14621477
"request": {
1478+
"auth": {
1479+
"type": "noauth"
1480+
},
14631481
"method": "GET",
14641482
"header": [],
14651483
"url": {

0 commit comments

Comments
 (0)