apitoken: use CAUTION for token-only-once-visible note

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-02-13 11:53:12 +01:00
parent 710713eaa6
commit c6e098a291

View File

@ -93,8 +93,8 @@ API tokens come in two basic types:
* full privileges: the token permissions are identical to that of the * full privileges: the token permissions are identical to that of the
associated user. associated user.
WARNING: The token value is only displayed/returned once when the token is CAUTION: The token value is only displayed/returned once when the token is
generated. It cannot be retrieved over the API at a later time! generated. It cannot be retrieved again over the API at a later time!
To use an API token, set the HTTP header 'Authorization' to the displayed value To use an API token, set the HTTP header 'Authorization' to the displayed value
of the form `PVEAPIToken=USER@REALM!TOKENID=UUID` when making API requests, or of the form `PVEAPIToken=USER@REALM!TOKENID=UUID` when making API requests, or