Skip to content

Commit d62a665

Browse files
committed
Clarify access token refresh
1 parent 25aecac commit d62a665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,14 +126,14 @@ info:
126126
Authorization: Bearer 03d084436a6c91fbafd5c4b20c82e5056a2e9ce1635920c30dc8d81dc7a6665c
127127
```
128128

129-
To refresh access, make another request with the following parameters int he POST body:
129+
This `access_token` is set to expire in two hours. To refresh access prior to expiration, make another request to the same URL with the following parameters in the POST body:
130130

131131
| PARAMETER | DESCRIPTION |
132132
|-----------|-------------|
133133
| grant_type | The grant type you're using. Use "refresh_token" when refreshing access. |
134134
| client_id | Your app's client ID. |
135135
| client_secret | Your app's client secret. |
136-
| refresh_token | The `refresh_token` received from the previous response |
136+
| refresh_token | The `refresh_token` received from the previous response. |
137137

138138
You'll get another response with an updated `access_token` and `refresh_token`, which can then be used to refresh access again.
139139

0 commit comments

Comments
 (0)