diff options
Diffstat (limited to 'rust/fatcat-openapi2.yml')
-rw-r--r-- | rust/fatcat-openapi2.yml | 6 |
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 |