diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-26 21:14:59 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-09-26 21:14:59 -0700 |
commit | 35e731d4cf3e1ca832210bbf9a67b7c89517e3dc (patch) | |
tree | 7d251655a8e4339aec5d9c635791f1507cee6fa1 | |
parent | 5f9ba2fd6f57dac239a0762ec205bcb1f17503a9 (diff) | |
download | fatcat-35e731d4cf3e1ca832210bbf9a67b7c89517e3dc.tar.gz fatcat-35e731d4cf3e1ca832210bbf9a67b7c89517e3dc.zip |
expand docs in schema updated
-rw-r--r-- | fatcat-openapi2.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index 23eb9724..fe1cf3e2 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -502,7 +502,7 @@ paths: in: query type: string required: false - description: "List of sub-entities to expand in response. For now, only 'all' accepted." + description: "List of sub-entities to expand in response. For containers, none accepted (yet)." responses: 200: description: Found Entity @@ -650,7 +650,7 @@ paths: in: query type: string required: false - description: "List of sub-entities to expand in response. For now, only 'all' accepted." + description: "List of sub-entities to expand in response. For creators, none accepted (yet)." responses: 200: description: Found Entity @@ -816,7 +816,7 @@ paths: in: query type: string required: false - description: "List of sub-entities to expand in response. For now, only 'all' accepted." + description: "List of sub-entities to expand in response. For files, none accepted (yet)." responses: 200: description: Found Entity @@ -964,7 +964,7 @@ paths: in: query type: string required: false - description: "List of sub-entities to expand in response. For now, only 'all' accepted." + description: "List of sub-entities to expand in response. For releases, 'files' and 'container' are valid." responses: 200: description: Found Entity @@ -1130,7 +1130,7 @@ paths: in: query type: string required: false - description: "List of sub-entities to expand in response. For now, only 'all' accepted." + description: "List of sub-entities to expand in response. For works, none accepted (yet)." responses: 200: description: Found Entity |