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.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'rust/fatcat-api/api.yaml') diff --git a/rust/fatcat-api/api.yaml b/rust/fatcat-api/api.yaml index 4f8f1b3d..57902a56 100644 --- a/rust/fatcat-api/api.yaml +++ b/rust/fatcat-api/api.yaml @@ -407,6 +407,12 @@ paths: $ref: "#/definitions/error_response" /editgroup: post: + parameters: + - name: body + in: body + required: true + schema: + $ref: "#/definitions/editgroup" responses: 201: description: Successfully Created -- cgit v1.2.3