diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-03 22:08:47 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-03 22:08:47 -0800 |
commit | ab4e1bbf2bb9bb67d6639b90a10970b54dd1aa03 (patch) | |
tree | 52f014e934471206baa51e3850ae5649d87787ab /rust/fatcat-api-spec/README.md | |
parent | 03df0b8a6d1285fa4aa17e6c4216dd2716a9ac47 (diff) | |
download | fatcat-ab4e1bbf2bb9bb67d6639b90a10970b54dd1aa03.tar.gz fatcat-ab4e1bbf2bb9bb67d6639b90a10970b54dd1aa03.zip |
allow passing prefered_username in oidc signup/login
Diffstat (limited to 'rust/fatcat-api-spec/README.md')
-rw-r--r-- | rust/fatcat-api-spec/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/fatcat-api-spec/README.md b/rust/fatcat-api-spec/README.md index c33509da..f81f641a 100644 --- a/rust/fatcat-api-spec/README.md +++ b/rust/fatcat-api-spec/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: 2019-01-04T01:38:25.420Z +- Build date: 2019-01-04T05:57:03.701Z This autogenerated project defines an API crate `fatcat` which contains: * An `Api` trait defining the API in Rust. |