mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04: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
|
required: true
|
||||||
content:
|
content:
|
||||||
'application/x-www-form-urlencoded':
|
'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:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: History replaced
|
description: History replaced
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue