From 35e731d4cf3e1ca832210bbf9a67b7c89517e3dc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 26 Sep 2018 21:14:59 -0700 Subject: expand docs in schema updated --- fatcat-openapi2.yml | 10 +++++----- 1 file 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 -- cgit v1.2.3