From 3e2dea4c52ad55b0025edea73760ad8c0c61456c Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Sun, 24 Jul 2016 23:26:03 -0700 Subject: [PATCH] Document filename query parameter for uploads Signed-off-by: Benjamin Saunders --- api/client-server/content-repo.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/client-server/content-repo.yaml b/api/client-server/content-repo.yaml index 53585ce4..f597a693 100644 --- a/api/client-server/content-repo.yaml +++ b/api/client-server/content-repo.yaml @@ -33,6 +33,11 @@ paths: type: string description: The content type of the file being uploaded x-example: "Content-Type: audio/mpeg" + - in: query + type: string + x-example: "War%20and%20Peace.pdf" + name: filename + description: The name of the file being uploaded - in: body name: "" description: The content to be uploaded.