diff options
| -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 | 
