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

Commit c787260

Browse files
committed
Code syntax fix
1 parent afc521b commit c787260

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
@@ -237,7 +237,7 @@ To rotate an access token with the API, use the ``POST /token/{name}/rotate`` en
237237

238238
.. code-block:: bash
239239
240-
curl -X POST "https://api.{realm}.signalfx.com/v2/token/{name}/rotate?graceful={gracePeriod}?expiry={secondsUntilExpiry}" \
240+
curl -X POST "https://api.{realm}.signalfx.com/v2/token/{name}/rotate?graceful={gracePeriod}&expiry={secondsUntilExpiry}" \
241241
-H "Content-type: application/json" \
242242
-H "X-SF-TOKEN: <your-user-session-api-token-value>"
243243

0 commit comments

Comments
 (0)