We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893a0db commit 27ba417Copy full SHA for 27ba417
2 files changed
README.md
@@ -75,7 +75,7 @@ configuration = urlr.Configuration(
75
76
with urlr.ApiClient(configuration) as api_client:
77
link_api = urlr.LinkApi(api_client)
78
- reduce_link_request = urlr.ReduceLinkRequest.from_json('{"url": "","team": ""}')
+ reduce_link_request = urlr.ReduceLinkRequest.from_json('{"url": "","team_id": ""}')
79
80
try:
81
# Reduce a link
examples/example1.py
@@ -23,7 +23,7 @@
23
24
25
26
27
28
29
0 commit comments