diff --git a/docs/api/index.html b/docs/api/index.html
index de91038db..5346a5adc 100644
--- a/docs/api/index.html
+++ b/docs/api/index.html
@@ -443,7 +443,7 @@ The APIs used to configure the Owncast server, as well as power the web admin in
">
These APIs are specifically exposed for building third party applications or tooling. They use auth tokens to authenticate and are designed to be stable and reliable.
@@ -471,7 +471,7 @@ The APIs used to configure the Owncast server, as well as power the web admin in
" class="sc-epnzzT sc-eMwmJz drsioI dWZUhK sc-drVZOg jtjIAv">
Bad request
post/integrations/chat/user
Localhost port 8080
-
http://localhost:8080/api/integrations/chat/user
Response samples
400
Content type
application/json
Copy
{
"message": "string",
"success": true
}
Send a message to chat as a specific 3rd party bot/integration based on its access token
Authorizations:
BearerAuth
Request Body schema: application/json
timestamp
string
type
string
id
string
user
object (User)
hiddenAt
string
clientId
integer
body
string
Responses
200
http://localhost:8080/api/integrations/chat/user
Response samples
400
Content type
application/json
Copy
{
"message": "string",
"success": true
}
Send a message to chat as a specific 3rd party bot/integration based on its access token
Authorizations:
BearerAuth
Request Body schema: application/json
body
string
Responses
200
Message sent successfully
400
Bad request
@@ -483,11 +483,11 @@ The APIs used to configure the Owncast server, as well as power the web admin in
" class="sc-epnzzT sc-eMwmJz drsioI dWZUhK sc-drVZOg jtjIAv">
Unexpected error
post/integrations/chat/send
Localhost port 8080
-
http://localhost:8080/api/integrations/chat/send
Request samples
Payload
Content type
application/json
Copy
Expand all Collapse all
{
"timestamp": "string",
"type": "string",
"id": "string",
"user": {
"createdAt": "string",
"disabledAt": "string",
"nameChangedAt": "string",
"id": "string",
"displayName": "string",
"previousNames": [
"string"
],
"scopes": [
"string"
],
"displayColor": 0,
"isBot": true,
"authenticated": true
},
"hiddenAt": "string",
"clientId": 0,
"body": "string"
}
Response samples
200
400
500
default
Content type
application/json
Copy
{
"message": "string",
"success": true
}
SendIntegrationChatMessageOptions
Responses
204
http://localhost:8080/api/integrations/chat/send
Request samples
Payload
Content type
application/json
Copy
{
"body": "string"
}
Response samples
200
400
500
default
Content type
application/json
Copy
{
"message": "string",
"success": true
}
SendIntegrationChatMessageOptions
Responses
204
No Content
options/integrations/chat/send
Localhost port 8080
-
http://localhost:8080/api/integrations/chat/send
Send a user action to chat
Authorizations:
BearerAuth
Request Body schema: application/json
timestamp
string
type
string
id
string
body
string
Responses
200
http://localhost:8080/api/integrations/chat/send
Send a user action to chat
Authorizations:
BearerAuth
Request Body schema: application/json
body
string
Responses
200
Action sent successfully
400
Bad request
@@ -499,7 +499,7 @@ The APIs used to configure the Owncast server, as well as power the web admin in
" class="sc-epnzzT sc-eMwmJz drsioI dWZUhK sc-drVZOg jtjIAv">
@@ -2363,7 +2363,7 @@ The APIs used to configure the Owncast server, as well as power the web admin in
" class="sc-epnzzT sc-eMwmJz drsioI dWZUhK sc-drVZOg jtjIAv">
@@ -2393,7 +2393,7 @@ The APIs used to configure the Owncast server, as well as power the web admin in
" class="sc-epnzzT sc-eMwmJz drsioI dWZUhK sc-drVZOg jtjIAv">
No Content
options/integrations/chat/user
Localhost port 8080
-
http://localhost:8080/api/integrations/chat/user
Send a message to chat as a specific 3rd party bot/integration based on its access token
Authorizations:
BearerAuth
Request Body schema: application/json
timestamp
string
type
string
id
string
user
object (User)
hiddenAt
string
clientId
integer
body
string
Responses
200
http://localhost:8080/api/integrations/chat/user
Send a message to chat as a specific 3rd party bot/integration based on its access token
Authorizations:
BearerAuth
Request Body schema: application/json
body
string
Responses
200
Message sent successfully
400
Bad request
@@ -2405,11 +2405,11 @@ The APIs used to configure the Owncast server, as well as power the web admin in
" class="sc-epnzzT sc-eMwmJz drsioI dWZUhK sc-drVZOg jtjIAv">
Unexpected error
post/integrations/chat/send
Localhost port 8080
-
http://localhost:8080/api/integrations/chat/send
Request samples
Payload
Content type
application/json
Copy
Expand all Collapse all
{
"timestamp": "string",
"type": "string",
"id": "string",
"user": {
"createdAt": "string",
"disabledAt": "string",
"nameChangedAt": "string",
"id": "string",
"displayName": "string",
"previousNames": [
"string"
],
"scopes": [
"string"
],
"displayColor": 0,
"isBot": true,
"authenticated": true
},
"hiddenAt": "string",
"clientId": 0,
"body": "string"
}
Response samples
200
400
500
default
Content type
application/json
Copy
{
"message": "string",
"success": true
}
SendIntegrationChatMessageOptions
Responses
204
http://localhost:8080/api/integrations/chat/send
Request samples
Payload
Content type
application/json
Copy
{
"body": "string"
}
Response samples
200
400
500
default
Content type
application/json
Copy
{
"message": "string",
"success": true
}
SendIntegrationChatMessageOptions
Responses
204
No Content
options/integrations/chat/send
Localhost port 8080
-
http://localhost:8080/api/integrations/chat/send
Send a user action to chat
Authorizations:
BearerAuth
Request Body schema: application/json
timestamp
string
type
string
id
string
body
string
Responses
200
http://localhost:8080/api/integrations/chat/send
Send a user action to chat
Authorizations:
BearerAuth
Request Body schema: application/json
body
string
Responses
200
Action sent successfully
400
Bad request
@@ -2421,7 +2421,7 @@ The APIs used to configure the Owncast server, as well as power the web admin in
" class="sc-epnzzT sc-eMwmJz drsioI dWZUhK sc-drVZOg jtjIAv">