Skip to content

Commit e7a230c

Browse files
committed
Add "noauth" to endpoints in postman that don't require authorization
1 parent 18a869e commit e7a230c

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
@@ -1233,6 +1233,9 @@
12331233
{
12341234
"name": "By Feed ID",
12351235
"request": {
1236+
"auth": {
1237+
"type": "noauth"
1238+
},
12361239
"method": "GET",
12371240
"header": [],
12381241
"url": {
@@ -1265,6 +1268,9 @@
12651268
{
12661269
"name": "By Feed URL",
12671270
"request": {
1271+
"auth": {
1272+
"type": "noauth"
1273+
},
12681274
"method": "GET",
12691275
"header": [],
12701276
"url": {
@@ -1297,6 +1303,9 @@
12971303
{
12981304
"name": "By Feed GUID",
12991305
"request": {
1306+
"auth": {
1307+
"type": "noauth"
1308+
},
13001309
"method": "GET",
13011310
"header": [],
13021311
"url": {
@@ -1329,6 +1338,9 @@
13291338
{
13301339
"name": "By Episode GUID",
13311340
"request": {
1341+
"auth": {
1342+
"type": "noauth"
1343+
},
13321344
"method": "GET",
13331345
"header": [],
13341346
"url": {
@@ -1366,6 +1378,9 @@
13661378
{
13671379
"name": "Batch By Episode GUID",
13681380
"request": {
1381+
"auth": {
1382+
"type": "noauth"
1383+
},
13691384
"method": "POST",
13701385
"header": [],
13711386
"body": {
@@ -1472,6 +1487,9 @@
14721487
{
14731488
"name": "Pub Notify",
14741489
"request": {
1490+
"auth": {
1491+
"type": "noauth"
1492+
},
14751493
"method": "GET",
14761494
"header": [],
14771495
"url": {

0 commit comments

Comments
 (0)