We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49e3ddb + f4cf5a3 commit f2318e5Copy full SHA for f2318e5
docs/challenge/network.mdx
@@ -34,7 +34,7 @@ from zoneinfo import ZoneInfo
34
# Calculate the date and time 24 hours from now
35
delete_after = (datetime.now(ZoneInfo('UTC')) + timedelta(hours=24)).isoformat()
36
37
-!atlas accessLists <CODE_BLOCK> --projectId {project_id} --deleteAfter {delete_after}
+!atlas accessLists create --currentIp --projectId {project_id} --deleteAfter {delete_after}
38
```
39
</details>
40
0 commit comments