We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89d596 commit d03c7b6Copy full SHA for d03c7b6
docs/PricingApi.md
@@ -138,7 +138,7 @@ with messente_api.ApiClient(configuration) as api_client:
138
api_instance = messente_api.PricingApi(api_client)
139
username = 'username_example' # str | The API username
140
password = 'password_example' # str | The API password
141
- country = 'country_example' # str | The country code, for which to get the prices
+ country = 'EE' # str | The country code, for which to get the prices
142
format = 'format_example' # str | The format of the response. Can be either 'json' or 'xml'. If not specified, defaults to 'json'. (optional)
143
144
try:
0 commit comments