diff options
Diffstat (limited to 'rust/fatcat-api/api/swagger.yaml')
-rw-r--r-- | rust/fatcat-api/api/swagger.yaml | 15 |
1 files changed, 14 insertions, 1 deletions
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: |