Skip to content

Commit

Permalink
Changed auth to false for datasets/data-status and uploads/data-status
Browse files Browse the repository at this point in the history
and removed groups for dev/prod/stage/test
  • Loading branch information
DerekFurstPitt committed Oct 2, 2023
1 parent 5e07291 commit 731572c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 32 deletions.
10 changes: 2 additions & 8 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,18 +470,12 @@
{
"method": "GET",
"endpoint": "/datasets/data-status",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
"endpoint": "/uploads/data-status",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
Expand Down
10 changes: 2 additions & 8 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,18 +470,12 @@
{
"method": "GET",
"endpoint": "/datasets/data-status",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
"endpoint": "/uploads/data-status",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
Expand Down
10 changes: 2 additions & 8 deletions api_endpoints.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,18 +209,12 @@
{
"method": "GET",
"endpoint": "/datasets/data-status",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
"endpoint": "/uploads/data-status",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
Expand Down
10 changes: 2 additions & 8 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,18 +209,12 @@
{
"method": "GET",
"endpoint": "/datasets/data-status",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
"endpoint": "/uploads/data-status",
"auth": true,
"groups": [
"5777527e-ec11-11e8-ab41-0af86edb4424"
]
"auth": false
},
{
"method": "GET",
Expand Down

0 comments on commit 731572c

Please sign in to comment.