From c6e098a291471715218db3edb6b90f09b3dd8f33 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 13 Feb 2020 11:53:12 +0100 Subject: [PATCH] apitoken: use CAUTION for token-only-once-visible note Signed-off-by: Thomas Lamprecht --- pveum.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pveum.adoc b/pveum.adoc index fd0dfd1..690dac3 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -93,8 +93,8 @@ API tokens come in two basic types: * full privileges: the token permissions are identical to that of the associated user. -WARNING: The token value is only displayed/returned once when the token is -generated. It cannot be retrieved over the API at a later time! +CAUTION: The token value is only displayed/returned once when the token is +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 of the form `PVEAPIToken=USER@REALM!TOKENID=UUID` when making API requests, or -- 2.39.5