mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
eed34b528e
* fix(api): remove invalid tag properties from components * chore(api): update api validation/linter to use redocly * fix(api): add missing streamTitle property to status object. Closes #3983 * chore: add redocly config file * Commit updated API documentation --------- Co-authored-by: Owncast <owncast@owncast.online>
8 lines
141 B
YAML
8 lines
141 B
YAML
extends:
|
|
- recommended
|
|
|
|
rules:
|
|
operation-summary: off
|
|
security-defined: off
|
|
operation-4xx-response: off
|
|
no-server-example.com: off
|