diff --git a/api_endpoints.dev.json b/api_endpoints.dev.json index e5b16cd..462f551 100644 --- a/api_endpoints.dev.json +++ b/api_endpoints.dev.json @@ -88,6 +88,16 @@ "endpoint": "/datasets/<*>/file-system-abs-path", "auth": false }, + { + "method": "POST", + "endpoint": "/datasets/file-system-abs-path", + "auth": false + }, + { + "method": "POST", + "endpoint": "/uploads/file-system-abs-path", + "auth": false + }, { "method": "POST", "endpoint": "/entities/file-system-rel-path", diff --git a/api_endpoints.prod.json b/api_endpoints.prod.json index 5e73a17..ae1c54c 100644 --- a/api_endpoints.prod.json +++ b/api_endpoints.prod.json @@ -88,6 +88,16 @@ "endpoint": "/datasets/<*>/file-system-abs-path", "auth": false }, + { + "method": "POST", + "endpoint": "/datasets/file-system-abs-path", + "auth": false + }, + { + "method": "POST", + "endpoint": "/uploads/file-system-abs-path", + "auth": false + }, { "method": "POST", "endpoint": "/entities/file-system-rel-path", diff --git a/api_endpoints.test.json b/api_endpoints.test.json index 3d6bedc..cbba42a 100644 --- a/api_endpoints.test.json +++ b/api_endpoints.test.json @@ -88,6 +88,16 @@ "endpoint": "/datasets/<*>/file-system-abs-path", "auth": false }, + { + "method": "POST", + "endpoint": "/datasets/file-system-abs-path", + "auth": false + }, + { + "method": "POST", + "endpoint": "/uploads/file-system-abs-path", + "auth": false + }, { "method": "POST", "endpoint": "/entities/file-system-rel-path",