From 621aebdd3c82675c041cbd7fd9e4785138d090e1 Mon Sep 17 00:00:00 2001 From: Owncast Date: Thu, 14 Nov 2024 21:44:33 +0000 Subject: [PATCH] Commit updated API documentation --- docs/api/index.html | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/docs/api/index.html b/docs/api/index.html index 76e142969..de91038db 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -413,7 +413,7 @@ data-styled.g137[id="sc-kBpWFy"]{content:"eDlXyu,"}/*!sc*/ -

No Content

Get a user's details

path Parameters
userId
required
string

The ID of the user to find

-
query Parameters
accessToken
required
string

Responses

Response samples

Content type
application/json
{
  • "user": {
    },
  • "connectedClients": [
    ],
  • "messages": [
    ]
}

Internal

http://localhost:8080/api/integrations/clients

Internal

These APIs are used internally for the operation of the application. They should not be used by third party clients or tooling, as they may require sharing your admin password, and additionally may change at any time.

Get the status of the server

Responses