From 6aee40ac9538f9391c9e630efddf4b39fdad5a50 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 17 May 2018 00:09:46 -0700 Subject: fix api spec --- rust/fatcat-api/api/swagger.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'rust/fatcat-api/api/swagger.yaml') diff --git a/rust/fatcat-api/api/swagger.yaml b/rust/fatcat-api/api/swagger.yaml index 3fa3fa02..629e599b 100644 --- a/rust/fatcat-api/api/swagger.yaml +++ b/rust/fatcat-api/api/swagger.yaml @@ -849,7 +849,19 @@ paths: httpmethod: "get" /editgroup: post: - parameters: [] + parameters: + - in: "body" + name: "body" + required: true + schema: + $ref: "#/definitions/editgroup" + uppercase_data_type: "EDITGROUP" + refName: "editgroup" + formatString: "{:?}" + example: "???" + model_key: "changelogentries_inner" + uppercase_operation_id: "EDITGROUP_POST" + consumesJson: true responses: 201: description: "Successfully Created" @@ -883,6 +895,7 @@ paths: path: "/editgroup" HttpMethod: "Post" httpmethod: "post" + noClientExample: true /editgroup/{id}: get: parameters: -- cgit v1.2.3