From 5bdf99fe81e04eed86ff35af8c62267b769f4c38 Mon Sep 17 00:00:00 2001 From: "dylhack.dev" Date: Thu, 1 Dec 2022 15:07:08 -0600 Subject: [PATCH] replace "" with "content" This parameter that's part of the content-repo openapi spec causes generators to mess up --- data/api/client-server/content-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/api/client-server/content-repo.yaml b/data/api/client-server/content-repo.yaml index f614f9c7..fc61f0b1 100644 --- a/data/api/client-server/content-repo.yaml +++ b/data/api/client-server/content-repo.yaml @@ -49,7 +49,7 @@ paths: name: filename description: The name of the file being uploaded - in: body - name: "" + name: "content" description: The content to be uploaded. required: true x-example: "" # so the spec shows "" without quotes.