aboutsummaryrefslogtreecommitdiffstats
path: root/python/README_codegen.md
diff options
context:
space:
mode:
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)