Skip to content

Commit

Permalink
Add "noauth" to endpoints in postman that don't require authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencrader committed Apr 4, 2024
1 parent 18a869e commit e7a230c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Postman Docs/PodcastIndex.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -1233,6 +1233,9 @@
{
"name": "By Feed ID",
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [],
"url": {
Expand Down Expand Up @@ -1265,6 +1268,9 @@
{
"name": "By Feed URL",
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [],
"url": {
Expand Down Expand Up @@ -1297,6 +1303,9 @@
{
"name": "By Feed GUID",
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [],
"url": {
Expand Down Expand Up @@ -1329,6 +1338,9 @@
{
"name": "By Episode GUID",
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [],
"url": {
Expand Down Expand Up @@ -1366,6 +1378,9 @@
{
"name": "Batch By Episode GUID",
"request": {
"auth": {
"type": "noauth"
},
"method": "POST",
"header": [],
"body": {
Expand Down Expand Up @@ -1472,6 +1487,9 @@
{
"name": "Pub Notify",
"request": {
"auth": {
"type": "noauth"
},
"method": "GET",
"header": [],
"url": {
Expand Down

0 comments on commit e7a230c

Please sign in to comment.