1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

Update public-api.md (#416)

Resolves #414
This commit is contained in:
fred_the_tech_writer
2021-02-22 14:25:49 -05:00
committed by GitHub
parent 923844c41b
commit cd45f9beb4

View File

@@ -65,7 +65,7 @@ This request will result in the following response:
}
```
In this response, `3600` represents the expiration value (in seconds), meaning this token is valid for 6 minutes after being issued. Making an API call with an expired token will return a `401 Unauthorized` [response code](#response-codes).
In this response, `3600` represents the expiration value (in seconds), meaning this token is valid for 60 minutes after being issued. Making an API call with an expired token will return a `401 Unauthorized` [response code](#response-codes).
## Content Types