From 7bf63aaa6045c5888641cd4c3817d0dcc9198fed Mon Sep 17 00:00:00 2001 From: whitebit-robot Date: Wed, 24 Apr 2024 10:30:21 +0200 Subject: [PATCH] DEV-3074: change whitelist -> allowlist --- pages/oauth/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/oauth/usage.md b/pages/oauth/usage.md index 4433138f..72f129c4 100644 --- a/pages/oauth/usage.md +++ b/pages/oauth/usage.md @@ -8,7 +8,7 @@ This endpoint activates access token. -For this request the IP of a client must be added to WB Whitelist. +For this request the IP of a client must be added to WB Allowlist. ❗ Access token duration is 300 sec. @@ -49,7 +49,7 @@ Need to send "client_id", "client_secret" and "code". This endpoint creates refresh token. -For this request the IP of a client must be added to WB Whitelist. +For this request the IP of a client must be added to WB Allowlist. ❗ Refresh token duration is 600 sec.