jrxFive / python-nomad

Client library Hashicorp Nomad
https://python-nomad.readthedocs.io/en/latest/
MIT License
139 stars 73 forks source link

Fix errror in "Namespace" docs #161

Closed freebacca closed 4 months ago

freebacca commented 9 months ago

The json to create or update a namespace is wrong, since it needs "Name", not "Namespace".

nikita-b commented 4 months ago

@freebacca Thanks for contributing!