mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
fix api/admin/config/pagecontent example (#3392)
Co-authored-by: Meisam Farzalipour Tabriz <5204-tbz@users.noreply.gitlab.mpcdf.mpg.de>
This commit is contained in:
parent
5aaa520f1f
commit
ddf359937e
1 changed files with 2 additions and 1 deletions
|
@ -1103,7 +1103,8 @@ paths:
|
|||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/ConfigValue'
|
||||
example: '# Welcome to my cool server!<br><br>I _hope_ you enjoy it.'
|
||||
example:
|
||||
value: '# Welcome to my cool server!<br><br>I _hope_ you enjoy it.'
|
||||
|
||||
/api/admin/config/streamtitle:
|
||||
post:
|
||||
|
|
Loading…
Reference in a new issue