Skip to content

Commit

Permalink
Remove extra commas
Browse files Browse the repository at this point in the history
The payload json example is invalid syntax.
  • Loading branch information
jbayer committed Jan 18, 2022
1 parent b45b9d8 commit f3b85a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/api-docs/secret/kv/kv-v2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ applying a patch with the provided data.
"data": {
"foo": "a",
"bar": {
"baz": "b",
},
"baz": "b"
}
}
}
```
Expand Down

0 comments on commit f3b85a6

Please sign in to comment.