Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit a30b1e2

Browse files
committed
Add formatting
1 parent 52d5c6c commit a30b1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/authentication/authentication-tokens/org-tokens.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Follow these steps:
247247
#. Enter your API session token in the ``your-user-session-api-token-value`` field. To find or create an API session token, see :ref:`admin-api-access-tokens`.
248248
#. Provide the name of the token you want to rotate in the ``name`` field.
249249
#. Optionally, provide a grace period, in seconds, in the ``gracePeriod`` field.
250-
#. Optionally, provide the seconds until your token expires in the secondsUntilExpiry field. This can be any value between 0 seconds and 5,676,000,000 seconds (18 years). If left unspecified, the token remains valid for 18 years.
250+
#. Optionally, provide the seconds until your token expires in the ``secondsUntilExpiry`` field. This can be any value between 0 seconds and 5,676,000,000 seconds (18 years). If left unspecified, the token remains valid for 30 days.
251251
#. Call the API endpoint to rotate the token.
252252

253253
For example, the following API call rotates ``myToken`` and sets a grace period of 604800 seconds (7 days) before the previous token secret expires.

0 commit comments

Comments
 (0)