Skip to content

Commit e1117bf

Browse files
authored
fix: update CLI command to change graceful token refresh (#2038)
1 parent b52f422 commit e1117bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hydra/guides/graceful-token-refresh.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To enable graceful refresh token rotation with a specific grace period, for exam
2121

2222
```shell
2323
ory patch oauth2-config --project <project-id> --workspace <workspace-id> \
24-
--replace "/oauth2/grant/refresh_token/rotation_grace_period=60s"
24+
--replace '/oauth2/grant/refresh_token/rotation_grace_period="60s"'
2525
```
2626

2727
In this command:

0 commit comments

Comments
 (0)