mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
Fixed JSON syntax error in api doc example
Signed-off-by: Erik Michelson <erik@liltv.de>
This commit is contained in:
parent
b7c02a901f
commit
ae4d5c619a
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ paths:
|
|||
required: true
|
||||
content:
|
||||
'application/x-www-form-urlencoded':
|
||||
example: 'history=[{"id":"example","text":"Untitled","time":1556275442010,"tags":[],"pinned":false]'
|
||||
example: 'history=[{"id":"example","text":"Untitled","time":1556275442010,"tags":[],"pinned":false}]'
|
||||
responses:
|
||||
200:
|
||||
description: History replaced
|
||||
|
|
Loading…
Reference in a new issue