From e564602a656abedd3c5f15ee4b4495d29ef96e04 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 26 Jul 2018 01:01:15 -0700 Subject: update fatcat_client with codegen changes --- python/README_codegen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/README_codegen.md') diff --git a/python/README_codegen.md b/python/README_codegen.md index 6751c3fe..393fae32 100644 --- a/python/README_codegen.md +++ b/python/README_codegen.md @@ -52,7 +52,7 @@ from fatcat_client.rest import ApiException from pprint import pprint # create an instance of the API class api_instance = fatcat_client.DefaultApi() -id = 'id_example' # str | +id = 'id_example' # str | base32-encoded unique identifier try: api_response = api_instance.accept_editgroup(id) -- cgit v1.2.3