diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-21 15:37:56 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-21 15:39:23 -0800 |
commit | a1c457661f3ba528470922eda4383cc544d105c0 (patch) | |
tree | ff734b8756131eac522e941cc80a0245eb3ad029 /fatcat-openapi2.yml | |
parent | 5bb99f5f60fedb33f8e1db5801632a04a8581377 (diff) | |
download | fatcat-a1c457661f3ba528470922eda4383cc544d105c0.tar.gz fatcat-a1c457661f3ba528470922eda4383cc544d105c0.zip |
allow expand creators in release gets
Diffstat (limited to 'fatcat-openapi2.yml')
-rw-r--r-- | fatcat-openapi2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat-openapi2.yml b/fatcat-openapi2.yml index a30bb55e..1022e6d3 100644 --- a/fatcat-openapi2.yml +++ b/fatcat-openapi2.yml @@ -1267,7 +1267,7 @@ paths: in: query type: string required: false - description: "List of sub-entities to expand in response. For releases, 'files' and 'container' are valid." + description: "List of sub-entities to expand in response. For releases, 'files', 'container', and 'creators' are valid." - name: hide in: query type: string |