diff options
author | Martin Czygan <martin@archive.org> | 2020-01-19 00:05:01 +0000 |
---|---|---|
committer | Martin Czygan <martin@archive.org> | 2020-01-19 00:05:01 +0000 |
commit | b9842a63ccfea954b477c0abfbe168a236d15f23 (patch) | |
tree | 604efcbdeddad8835fe5afc6f6e336b38faec306 | |
parent | 68d5519e09d1449d03f55c5a3e3251781b0dc192 (diff) | |
parent | ffe2d648ff6c2acce4419468f8d34bba8c127b3b (diff) | |
download | fatcat-b9842a63ccfea954b477c0abfbe168a236d15f23.tar.gz fatcat-b9842a63ccfea954b477c0abfbe168a236d15f23.zip |
Merge branch 'martin-openapi-typos' into 'master'
fix typos in openapi spec descriptions
See merge request webgroup/fatcat!22
-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 |