docs/IdentityApi.md in moneykit-0.1.6 vs docs/IdentityApi.md in moneykit-0.1.9
- old
+ new
@@ -25,10 +25,10 @@
# Configure OAuth2 access token for authorization: OAuth2ClientCredentials
config.access_token = 'YOUR ACCESS TOKEN'
end
api_instance = MoneyKit::IdentityApi.new
-id = 'mk_eqkWN34UEoa2NxyALG8pcV' # String | The unique ID for this link.
+id = 'id_example' # String | The unique ID for this link.
opts = {
account_ids: ['inner_example'] # Array<String> | An optional list of account IDs to filter the results.
}
begin