Browse Source

fix api/admin/config/pagecontent example (#3392)

Co-authored-by: Meisam Farzalipour Tabriz <5204-tbz@users.noreply.gitlab.mpcdf.mpg.de>
pull/3395/head
Meisam 2 years ago committed by Gabe Kangas
parent
commit
908c515a5a
  1. 3
      openapi.yaml

3
openapi.yaml

@ -1103,7 +1103,8 @@ paths: @@ -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…
Cancel
Save