We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c41f9a commit b06d1baCopy full SHA for b06d1ba
api-reference.md
@@ -28,7 +28,7 @@ Struct {
28
```
29
30
## PUT /session
31
-Update an expired access_token.
+Refresh an expired access_token.
32
33
#### Request Headers
34
@@ -41,7 +41,7 @@ Update an expired access_token.
41
42
| Name | Type | Description |
43
| ------------- | ------------- | ------------- |
44
-| refresh_token | String | TA valid refresh token returned as a response to either a POST or PUT operation. |
+| refresh_token | String | A valid refresh token returned as a response to either a POST or PUT operation. |
45
46
#### Response Type
47
0 commit comments