Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99816da

Browse files
Update acl.md
1 parent 03557e3 commit 99816da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/acl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ import nomad
140140
141141
my_nomad = nomad.Nomad(host='192.168.33.10', token='10f0cf19-2c8c-cb4b-721a-fda2a388740b')
142142
143-
self_token = my_nomad.acl.get_selftoken()
143+
self_token = my_nomad.acl.get_self_token()
144144
```
145145

146146
### Delete token

0 commit comments

Comments
 (0)