diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-07-25 23:55:07 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-07-25 23:55:07 -0700 |
commit | 69cb39f2c5d4012abff23af5b0e1aba5f9f899df (patch) | |
tree | 800ce18016a3d781615866379a13a0ab5d60c4bd /rust/fatcat-api/api.yaml | |
parent | eb6714fdc02205b15cf4c9f4f632ab259534ae64 (diff) | |
download | fatcat-69cb39f2c5d4012abff23af5b0e1aba5f9f899df.tar.gz fatcat-69cb39f2c5d4012abff23af5b0e1aba5f9f899df.zip |
expand, not expend
Diffstat (limited to 'rust/fatcat-api/api.yaml')
-rw-r--r-- | rust/fatcat-api/api.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rust/fatcat-api/api.yaml b/rust/fatcat-api/api.yaml index 1a20c024..fd12d943 100644 --- a/rust/fatcat-api/api.yaml +++ b/rust/fatcat-api/api.yaml @@ -456,7 +456,7 @@ paths: in: path type: string required: true - - name: expend + - name: expand in: query type: string required: false @@ -544,7 +544,7 @@ paths: in: path type: string required: true - - name: expend + - name: expand in: query type: string required: false @@ -648,7 +648,7 @@ paths: in: path type: string required: true - - name: expend + - name: expand in: query type: string required: false @@ -736,7 +736,7 @@ paths: in: path type: string required: true - - name: expend + - name: expand in: query type: string required: false @@ -840,7 +840,7 @@ paths: in: path type: string required: true - - name: expend + - name: expand in: query type: string required: false |