diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-12 22:50:31 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-12 22:50:31 -0800 |
commit | a0222d1e707fdb86f8c6dc5cd1cf9e8846e40eb5 (patch) | |
tree | 6d9d168b626fccf719314dd32ce4d4a248221235 /rust/fatcat-api-spec/api | |
parent | 24f696744d8fd5f1a471a549ec94da06b3a6d1d3 (diff) | |
download | fatcat-a0222d1e707fdb86f8c6dc5cd1cf9e8846e40eb5.tar.gz fatcat-a0222d1e707fdb86f8c6dc5cd1cf9e8846e40eb5.zip |
update codegen (trivial)
Diffstat (limited to 'rust/fatcat-api-spec/api')
-rw-r--r-- | rust/fatcat-api-spec/api/swagger.yaml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/rust/fatcat-api-spec/api/swagger.yaml b/rust/fatcat-api-spec/api/swagger.yaml index f0f4cf05..71d7fa78 100644 --- a/rust/fatcat-api-spec/api/swagger.yaml +++ b/rust/fatcat-api-spec/api/swagger.yaml @@ -14,7 +14,7 @@ tags: - name: "works" - name: "edit-lifecycle" schemes: -- "http" +- "https" consumes: - "application/json" produces: @@ -179,8 +179,8 @@ paths: example: "\"id_example\".to_string()" - name: "expand" in: "query" - 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)." required: false type: "string" formatString: "{:?}" @@ -637,8 +637,8 @@ paths: example: "\"id_example\".to_string()" - name: "expand" in: "query" - 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)." required: false type: "string" formatString: "{:?}" @@ -1151,8 +1151,8 @@ paths: example: "\"id_example\".to_string()" - name: "expand" in: "query" - 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)." required: false type: "string" formatString: "{:?}" @@ -1606,8 +1606,8 @@ paths: example: "\"id_example\".to_string()" - name: "expand" in: "query" - 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." required: false type: "string" formatString: "{:?}" @@ -2117,8 +2117,8 @@ paths: example: "\"id_example\".to_string()" - name: "expand" in: "query" - 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)." required: false type: "string" formatString: "{:?}" |