Skip to content

Commit 4dd7c32

Browse files
authored
Async Refresh requires user token (#1834)
1 parent 46c206a commit 4dd7c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/methods/async_refreshes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Please note that the asynchronous nature of background jobs can lead to race con
5151
For those reasons the `AsyncRefresh` can only ever serve as an indicator of when it could be worthwhile for a client to request new data. In the general case there is no guarantee that new data will be served.
5252

5353
**Returns:** [AsyncRefresh]({{< relref "entities/AsyncRefresh" >}})\
54-
**OAuth:** App token + `read`\
54+
**OAuth:** User token + `read`\
5555
**Version history:**\
5656
4.4.0 - added
5757

@@ -60,7 +60,7 @@ For those reasons the `AsyncRefresh` can only ever serve as an indicator of when
6060
#### Headers
6161

6262
Authorization
63-
: {{<required>}} Provide this header with `Bearer <app_token>` to gain authorized access to this API method.
63+
: {{<required>}} Provide this header with `Bearer <user_token>` to gain authorized access to this API method.
6464

6565
### Response
6666

0 commit comments

Comments
 (0)