diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-28 12:08:32 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-28 12:08:34 -0700 |
commit | f30e45c3eae4371cc5f1bee030791187a173c284 (patch) | |
tree | df93d670ab49afbebbaf3d173f820c4b12c4ea81 /rust/fatcat-api/README.md | |
parent | 794aa05969238517d3f21780c5450e1ca5c98a90 (diff) | |
download | fatcat-f30e45c3eae4371cc5f1bee030791187a173c284.tar.gz fatcat-f30e45c3eae4371cc5f1bee030791187a173c284.zip |
make release_rev.work_id optional in openapi spec
This is to enable auto-creation of works, speeding up bulk insertion.
Diffstat (limited to 'rust/fatcat-api/README.md')
-rw-r--r-- | rust/fatcat-api/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/fatcat-api/README.md b/rust/fatcat-api/README.md index 572bcbc5..fe725d7f 100644 --- a/rust/fatcat-api/README.md +++ b/rust/fatcat-api/README.md @@ -13,7 +13,7 @@ To see how to make this your own, look here: [README](https://github.com/swagger-api/swagger-codegen/blob/master/README.md) - API version: 0.1.0 -- Build date: 2018-06-21T18:49:41.205Z +- Build date: 2018-06-28T19:08:07.508Z This autogenerated project defines an API crate `fatcat` which contains: * An `Api` trait defining the API in Rust. |