mirror of https://github.com/hashicorp/consul
json sample fixed for PUT /v1/acl/create
parent
a4de2ef2ac
commit
29f933c554
|
@ -1083,7 +1083,7 @@ body must look like:
|
||||||
{
|
{
|
||||||
"Name": "my-app-token",
|
"Name": "my-app-token",
|
||||||
"Type": "client",
|
"Type": "client",
|
||||||
"Rules": "",
|
"Rules": ""
|
||||||
}
|
}
|
||||||
|
|
||||||
None of the fields are mandatory, and in fact no body needs to be PUT
|
None of the fields are mandatory, and in fact no body needs to be PUT
|
||||||
|
|
Loading…
Reference in New Issue