From 7ea21837577192adefdac354f5e79223f9696cf0 Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Wed, 7 Apr 2021 14:30:35 +0200 Subject: [PATCH] API doesn't respond like described in the docs #1231 --- extra/api/api_client.sh | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/extra/api/api_client.sh b/extra/api/api_client.sh index 106b03ba..afe6a7ad 100644 --- a/extra/api/api_client.sh +++ b/extra/api/api_client.sh @@ -51,17 +51,7 @@ # curl -v -H "Content-Type: application/json" -X GET -H "X-Redmine-API-Key: USERS_API_KEY" http://localhost:3000/projects/1/dmsf.json?folder_id=3 # both returns 404 not found, or json with following structure: # { -# "dmsf":{ -# "dmsf_folders":[ -# -# ], -# "total_count":0, -# "dmsf_files":[ -# -# ], -# "dmsf_links":[ -# -# ], +# "dmsf":{ # "found_folder":{ # "id":3, # "title":"Updated title"