Unverified Commit 3586e614 authored by Dan Brown's avatar Dan Brown Committed by GitHub
Browse files

Fix zeroaddress config example

Parameter expects comma separated string but the example is a list
parent bc33dbd1
Branches unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -400,7 +400,7 @@ This endpoint configures zero-address roles.
```json
{
"roles": ["otp_key_role"]
"roles": "otp_key_role"
}
```
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment