diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 23:19:53 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-16 23:19:53 -0700 |
commit | 8b0fb02ed2c4368f1c3484757e0b94102144ffe5 (patch) | |
tree | d94ff028ee78294c321e5894007f57ff31b711f1 /rust/fatcat-api/api | |
parent | 52b428c3580a4d5d4e2533a3466b68917b08ef35 (diff) | |
download | fatcat-8b0fb02ed2c4368f1c3484757e0b94102144ffe5.tar.gz fatcat-8b0fb02ed2c4368f1c3484757e0b94102144ffe5.zip |
minor tweaks to API spec
Diffstat (limited to 'rust/fatcat-api/api')
-rw-r--r-- | rust/fatcat-api/api/swagger.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/fatcat-api/api/swagger.yaml b/rust/fatcat-api/api/swagger.yaml index 009d0e08..3fa3fa02 100644 --- a/rust/fatcat-api/api/swagger.yaml +++ b/rust/fatcat-api/api/swagger.yaml @@ -1112,6 +1112,7 @@ definitions: type: "object" required: - "title" + - "work_id" properties: issue: type: "string" |