docs/LinksApi.md in moneykit-0.1.6 vs docs/LinksApi.md in moneykit-0.1.9
- old
+ new
@@ -29,11 +29,11 @@
# Configure OAuth2 access token for authorization: OAuth2ClientCredentials
config.access_token = 'YOUR ACCESS TOKEN'
end
api_instance = MoneyKit::LinksApi.new
-id = 'mk_eqkWN34UEoa2NxyALG8pcV' # String | The unique ID for this link.
+id = 'id_example' # String | The unique ID for this link.
begin
# /links/{id}
api_instance.disconnect(id)
rescue MoneyKit::ApiError => e
@@ -97,11 +97,11 @@
# Configure OAuth2 access token for authorization: OAuth2ClientCredentials
config.access_token = 'YOUR ACCESS TOKEN'
end
api_instance = MoneyKit::LinksApi.new
-id = 'mk_eqkWN34UEoa2NxyALG8pcV' # String | The unique ID for this link.
+id = 'id_example' # String | The unique ID for this link.
begin
# /links/{id}
result = api_instance.get_link(id)
p result
@@ -166,11 +166,11 @@
# Configure OAuth2 access token for authorization: OAuth2ClientCredentials
config.access_token = 'YOUR ACCESS TOKEN'
end
api_instance = MoneyKit::LinksApi.new
-id = 'MyUser1234' # String | The unique ID for this user. This is the same ID provided in the call to <a href=#operation/create_link_session>/link-session</a> to create any link for this user.
+id = 'id_example' # String | The unique ID for this user. This is the same ID provided in the call to <a href=#operation/create_link_session>/link-session</a> to create any link for this user.
begin
# /users/{id}/links
result = api_instance.get_user_links(id)
p result
@@ -233,11 +233,11 @@
# Configure OAuth2 access token for authorization: OAuth2ClientCredentials
config.access_token = 'YOUR ACCESS TOKEN'
end
api_instance = MoneyKit::LinksApi.new
-id = 'mk_eqkWN34UEoa2NxyALG8pcV' # String | The unique ID for this link.
+id = 'id_example' # String | The unique ID for this link.
begin
# Force a \"relink required\" state on a link (Test only).
result = api_instance.reset_login(id)
p result
@@ -302,10 +302,10 @@
# Configure OAuth2 access token for authorization: OAuth2ClientCredentials
config.access_token = 'YOUR ACCESS TOKEN'
end
api_instance = MoneyKit::LinksApi.new
-id = 'mk_eqkWN34UEoa2NxyALG8pcV' # String | The unique ID for this link.
+id = 'id_example' # String | The unique ID for this link.
update_link_request = MoneyKit::UpdateLinkRequest.new # UpdateLinkRequest |
begin
# /links/{id}
result = api_instance.update_link(id, update_link_request)