aboutsummaryrefslogtreecommitdiffstats
path: root/python/README_codegen.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-07-26 01:01:15 -0700
committerBryan Newbold <bnewbold@robocracy.org>2018-07-26 01:01:15 -0700
commite564602a656abedd3c5f15ee4b4495d29ef96e04 (patch)
tree671c776d0389040d92575d641cc3b15356e151c2 /python/README_codegen.md
parent38b145908bee4b7fd9be5d1310a0fe875d92aeff (diff)
downloadfatcat-e564602a656abedd3c5f15ee4b4495d29ef96e04.tar.gz
fatcat-e564602a656abedd3c5f15ee4b4495d29ef96e04.zip
update fatcat_client with codegen changes
Diffstat (limited to 'python/README_codegen.md')
-rw-r--r--python/README_codegen.md2
1 files changed, 1 insertions, 1 deletions
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)