Skip to content

Commit c3d1ee7

Browse files
committed
namespaces: client, node
1 parent 7f07ffe commit c3d1ee7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

nomad/api/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ def _required_namespace(self, endpoint):
3636
"allocations",
3737
"deployment",
3838
"deployments",
39-
"acl"
39+
"acl",
40+
"client",
41+
"node"
4042
]
4143
# split 0 -> Api Version
4244
# split 1 -> Working Endpoint

0 commit comments

Comments
 (0)