From 97ffe5e8ffb583f1f88224f064773854f60ef82d Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 29 Nov 2020 14:37:42 -0800 Subject: [PATCH] Mark api doc as 0.0.3 --- doc/api/index.html | 4 ++-- openapi.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/index.html b/doc/api/index.html index 993d775d3..079c3f171 100644 --- a/doc/api/index.html +++ b/doc/api/index.html @@ -571,7 +571,7 @@ data-styled.g142[id="sc-global-kJtbWf1"]{content:"sc-global-kJtbWf1,"}/*!sc*/ 55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864 -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688, -104.0616 -231.873,-231.248 z - " fill="currentColor">

Owncast (0.0.3-development)

Download OpenAPI specification:Download

Owncast is a self-hosted live video and web chat server for use with existing popular broadcasting software. The following APIs represent the state in the development master branch.

+ " fill="currentColor">

Owncast (0.0.3)

Download OpenAPI specification:Download

Owncast is a self-hosted live video and web chat server for use with existing popular broadcasting software. The following APIs represent the state in the development master branch.

Authentication

AdminBasicAuth

The username for admin basic auth is admin and the password is the stream key.

Security Scheme Type HTTP
HTTP Authorization Scheme basic

Admin

Admin operations requiring authentication.

Server status and broadcaster

Authorizations:

Responses

Authorizations:
Request Body schema: application/json
content
string

Responses

Request samples

Content type
application/json
{
  • "content": "string"
}

Response samples

Content type
application/json
{
  • "success": true,
  • "message": "changed"
}