docs/api: more ocd
This commit is contained in:
parent
a297489d97
commit
020d8b42ba
1 changed files with 1 additions and 1 deletions
2
API.md
2
API.md
|
@ -1859,7 +1859,7 @@ A single user token.
|
||||||
- `<token>`: the token that can be used to authenticate the user.
|
- `<token>`: the token that can be used to authenticate the user.
|
||||||
- `<note>`: a note that describes the token.
|
- `<note>`: a note that describes the token.
|
||||||
- `<enabled>`: whether the token is still valid for authentication.
|
- `<enabled>`: whether the token is still valid for authentication.
|
||||||
- `<expiration-time>`: time when the token expires. It must include the timezone as per RFC3339.
|
- `<expiration-time>`: time when the token expires. It must include the timezone as per RFC 3339.
|
||||||
- `<version>`: resource version. See [versioning](#versioning).
|
- `<version>`: resource version. See [versioning](#versioning).
|
||||||
- `<creation-time>`: time the user token was created, formatted as per RFC 3339.
|
- `<creation-time>`: time the user token was created, formatted as per RFC 3339.
|
||||||
- `<last-edit-time>`: time the user token was edited, formatted as per RFC 3339.
|
- `<last-edit-time>`: time the user token was edited, formatted as per RFC 3339.
|
||||||
|
|
Reference in a new issue