From 9d2d78072bcc41f99252b4329dcd0303db900764 Mon Sep 17 00:00:00 2001 From: ddl-giuliocapolino Date: Tue, 21 Nov 2023 18:42:22 +0100 Subject: [PATCH 1/2] adding deprecation tag --- apiary.apib | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apiary.apib b/apiary.apib index c5aaa30..2b4de34 100644 --- a/apiary.apib +++ b/apiary.apib @@ -143,6 +143,8 @@ These endpoints allow you to interact with your project's runs and files. ### Get the contents of a file [GET] +**This endpoint is deprecated and will soon be deactivated. For more information, see the [current endpoint documentation](https://docs.dominodatalab.com/en/latest/api_guide/8c929e/rest-api-reference/#_projects).** + + Parameters + username: `nick` (string, required) - The project owner's username. From 4365631773ac957c94a7b414f0808086d7519596 Mon Sep 17 00:00:00 2001 From: ddl-giuliocapolino <71045105+ddl-giuliocapolino@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:24:55 +0100 Subject: [PATCH 2/2] update with specific endpoint --- apiary.apib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apiary.apib b/apiary.apib index 2b4de34..6f80870 100644 --- a/apiary.apib +++ b/apiary.apib @@ -143,7 +143,7 @@ These endpoints allow you to interact with your project's runs and files. ### Get the contents of a file [GET] -**This endpoint is deprecated and will soon be deactivated. For more information, see the [current endpoint documentation](https://docs.dominodatalab.com/en/latest/api_guide/8c929e/rest-api-reference/#_projects).** +**This endpoint is deprecated and will soon be sunset. For more information, see the [current endpoint documentation](https://docs.dominodatalab.com/en/latest/api_guide/8c929e/rest-api-reference/#_getProjectFileContents).** + Parameters