diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-01-19 01:04:27 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-01-19 01:04:27 +0100 |
commit | ffe2d648ff6c2acce4419468f8d34bba8c127b3b (patch) | |
tree | 604efcbdeddad8835fe5afc6f6e336b38faec306 | |
parent | 68d5519e09d1449d03f55c5a3e3251781b0dc192 (diff) | |
download | fatcat-ffe2d648ff6c2acce4419468f8d34bba8c127b3b.tar.gz fatcat-ffe2d648ff6c2acce4419468f8d34bba8c127b3b.zip |
fix typos in openapi spec descriptions
-rw-r--r-- | fatcat-openapi2.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index 0cf2fb9b..5e54cc13 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -1442,7 +1442,7 @@ paths: Create a single Container entity as part of an existing editgroup. Editgroup must be mutable (aka, not accepted) and editor must have - permission (aka, have created the editgrou p or have `admin` role). + permission (aka, have created the editgroup or have `admin` role). parameters: - name: entity in: body @@ -1533,7 +1533,7 @@ paths: description: | Updates an existing entity as part of a specific (existing) editgroup. The editgroup must be open for updates (aka, not accepted/merged), and - the editor making the requiest must have permissions (aka, must have + the editor making the request must have permissions (aka, must have created the editgroup or have `admin` role). This method can also be used to update an existing entity edit as part |