aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat-openapi/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat-openapi/README.md')
-rw-r--r--fatcat-openapi/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/fatcat-openapi/README.md b/fatcat-openapi/README.md
index acb0fbc..c8a4276 100644
--- a/fatcat-openapi/README.md
+++ b/fatcat-openapi/README.md
@@ -15,8 +15,8 @@ To see how to make this your own, look here:
[README]((https://openapi-generator.tech))
-- API version: 0.3.3
-- Build date: 2021-02-02T11:39:37.681488-08:00[America/Los_Angeles]
+- API version: 0.4.0
+- Build date: 2021-10-13T17:40:53.852359-07:00[America/Los_Angeles]
For more information, please visit [https://fatcat.wiki](https://fatcat.wiki)
@@ -130,6 +130,7 @@ cargo run --example client GetWorkReleases
cargo run --example client GetWorkRevision
cargo run --example client LookupContainer
cargo run --example client LookupCreator
+cargo run --example client LookupEditor
cargo run --example client LookupFile
cargo run --example client LookupRelease
```
@@ -249,6 +250,7 @@ Method | HTTP request | Description
[**get_work_revision**](docs/default_api.md#get_work_revision) | **GET** /work/rev/{rev_id} |
[**lookup_container**](docs/default_api.md#lookup_container) | **GET** /container/lookup |
[**lookup_creator**](docs/default_api.md#lookup_creator) | **GET** /creator/lookup |
+[**lookup_editor**](docs/default_api.md#lookup_editor) | **GET** /editor/lookup |
[**lookup_file**](docs/default_api.md#lookup_file) | **GET** /file/lookup |
[**lookup_release**](docs/default_api.md#lookup_release) | **GET** /release/lookup |
[**update_container**](docs/default_api.md#update_container) | **PUT** /editgroup/{editgroup_id}/container/{ident} |