diff --git a/api_endpoints.dev.json b/api_endpoints.dev.json index 6af4137..36e8776 100644 --- a/api_endpoints.dev.json +++ b/api_endpoints.dev.json @@ -63,11 +63,6 @@ "5777527e-ec11-11e8-ab41-0af86edb4424" ] }, - { - "method": "PUT", - "endpoint": "/datasets/status", - "auth": false - }, { "method": "GET", "endpoint": "/entities/<*>", diff --git a/api_endpoints.prod.json b/api_endpoints.prod.json index 08f10e8..aaafed1 100644 --- a/api_endpoints.prod.json +++ b/api_endpoints.prod.json @@ -63,11 +63,6 @@ "5777527e-ec11-11e8-ab41-0af86edb4424" ] }, - { - "method": "PUT", - "endpoint": "/datasets/status", - "auth": false - }, { "method": "GET", "endpoint": "/entities/<*>", diff --git a/api_endpoints.test.json b/api_endpoints.test.json index 8977179..1ecf3f3 100644 --- a/api_endpoints.test.json +++ b/api_endpoints.test.json @@ -63,11 +63,6 @@ "5777527e-ec11-11e8-ab41-0af86edb4424" ] }, - { - "method": "PUT", - "endpoint": "/datasets/status", - "auth": false - }, { "method": "GET", "endpoint": "/entities/<*>",