Skip to content

Commit ed414e2

Browse files
committed
docfix: updating introductory_system_documentation.md re rate limits
1 parent df47cbb commit ed414e2

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

obp-api/src/main/resources/docs/introductory_system_documentation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1883,8 +1883,8 @@ api_enabled_endpoints=[
18831883
OBPv5.1.0-updateConsumerRedirectUrl,
18841884
OBPv5.1.0-enableDisableConsumers,
18851885
OBPv5.1.0-deleteConsumer,
1886-
OBPv4.0.0-getCallsLimit,
1887-
OBPv4.0.0-callsLimit,
1886+
OBPv6.0.0-getActiveCallLimitsAtDate,
1887+
OBPv6.0.0-updateRateLimits,
18881888
OBPv5.1.0-getMetrics,
18891889
OBPv5.1.0-getAggregateMetrics,
18901890
OBPv5.1.0-getTopAPIs,
@@ -2797,7 +2797,7 @@ user_consumer_limit_anonymous_access=60
27972797
**Setting Consumer Limits:**
27982798

27992799
```bash
2800-
PUT /obp/v5.1.0/management/consumers/CONSUMER_ID/consumer/call-limits
2800+
PUT /obp/v6.0.0/management/consumers/CONSUMER_ID/consumer/rate-limits/RATE_LIMITING_ID
28012801
{
28022802
"per_second_call_limit": "10",
28032803
"per_minute_call_limit": "100",
@@ -3347,7 +3347,7 @@ POST /obp/v5.1.0/management/consumers
33473347
}
33483348

33493349
# 3. Set rate limits
3350-
PUT /obp/v5.1.0/management/consumers/CONSUMER_ID/consumer/call-limits
3350+
PUT /obp/v6.0.0/management/consumers/CONSUMER_ID/consumer/rate-limits/RATE_LIMITING_ID
33513351
{
33523352
"per_minute_call_limit": "100",
33533353
"per_hour_call_limit": "1000"

obp-api/src/main/resources/props/sample.props.template

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,21 +1354,23 @@ default_auth_context_update_request_key=CUSTOMER_NUMBER
13541354
by email, where you will be able to complete registration.
13551355

13561356
# User (Developer) Invitation
1357-
webui_post_user_invitation_submit_button_value=Register as a Developer
1358-
webui_privacy_policy=Privacy Policy\n\
1359-
\nThis privacy policy has not been configured yet.\n\
1360-
\nPlease contact your administrator to set up the privacy policy.\n\
1361-
\nTo configure this, set the webui_privacy_policy value in the OBP-API.\n\
1362-
\nYou can do this via the API or directly in the database.\n\
1363-
\nFor more information, please refer to the OBP-API documentation.
1364-
1365-
#Note: if you provide the Markdown format, please use '\n\' at the end. This will preserve the line breaks.
1366-
webui_terms_and_conditions=Terms and Conditions\n\
1367-
\nThese terms and conditions have not been configured yet.\n\
1368-
\nPlease contact your administrator to set up the terms and conditions.\n\
1369-
\nTo configure this, set the webui_terms_and_conditions value in the OBP-API.\n\
1370-
\nYou can do this via the API or directly in the database.\n\
1371-
\nFor more information, please refer to the OBP-API documentation.
1357+
webui_post_user_invitation_submit_button_value=Register as a Developer \
1358+
1359+
webui_privacy_policy=Privacy Policy \
1360+
This privacy policy has not been configured yet. \
1361+
Please contact your administrator to set up the privacy policy. \
1362+
To configure this, set the webui_privacy_policy value in the OBP-API. \
1363+
You can do this via the API or directly in the database. \
1364+
For more information, please refer to the OBP-API documentation.
1365+
1366+
1367+
webui_terms_and_conditions=Terms and Conditions \
1368+
These terms and conditions have not been configured yet. \
1369+
Please contact your administrator to set up the terms and conditions. \
1370+
To configure this, set the webui_terms_and_conditions value in the OBP-API. \
1371+
You can do this via the API or directly in the database. \
1372+
For more information, please refer to the OBP-API documentation.
1373+
13721374
webui_post_user_invitation_terms_and_conditions_checkbox_value=I agree to the above Developer Terms and Conditions
13731375

13741376
webui_developer_user_invitation_email_html_text=<!DOCTYPE html>\

0 commit comments

Comments
 (0)