aboutsummaryrefslogtreecommitdiffstats
path: root/rust/fatcat-openapi2.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-05-17 00:09:46 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-05-17 00:09:46 -0700
commit6aee40ac9538f9391c9e630efddf4b39fdad5a50 (patch)
tree1f8964407f78e8379e4dbbac3ee4ef117ae5b7f4 /rust/fatcat-openapi2.yml
parent0f6ac22fee0332627ef86f10306d67b997396b61 (diff)
downloadfatcat-6aee40ac9538f9391c9e630efddf4b39fdad5a50.tar.gz
fatcat-6aee40ac9538f9391c9e630efddf4b39fdad5a50.zip
fix api spec
Diffstat (limited to 'rust/fatcat-openapi2.yml')
-rw-r--r--rust/fatcat-openapi2.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/rust/fatcat-openapi2.yml b/rust/fatcat-openapi2.yml
index 4f8f1b3d..57902a56 100644
--- a/rust/fatcat-openapi2.yml
+++ b/rust/fatcat-openapi2.yml
@@ -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