diff --git a/docs/api/index.html b/docs/api/index.html index b3d25007d..81b4e7bed 100644 --- a/docs/api/index.html +++ b/docs/api/index.html @@ -2088,6 +2088,8 @@ data-styled.g59[id="sc-laZMeE"]{content:"jWaWWE,"}/*!sc*/ data-styled.g60[id="sc-iNiQyp"]{content:"jrLlAa,"}/*!sc*/ .cThoNa{color:#666;}/*!sc*/ data-styled.g61[id="sc-jffHpj"]{content:"cThoNa,"}/*!sc*/ +.bArHDh{color:#666;word-break:break-word;}/*!sc*/ +data-styled.g62[id="sc-eJocfa"]{content:"bArHDh,"}/*!sc*/ .dLCGMn{vertical-align:middle;font-size:13px;line-height:20px;}/*!sc*/ data-styled.g63[id="sc-oeezt"]{content:"dLCGMn,"}/*!sc*/ .hIkHYw{color:#d41f1c;font-size:0.9em;font-weight:normal;margin-left:20px;line-height:1;}/*!sc*/ @@ -2284,10 +2286,8 @@ data-styled.g138[id="sc-iIgjPs"]{content:"jIUTls,"}/*!sc*/
Set the enabled state of this user.
{- "userId": "yklw5Imng",
- "enabled": true
}
{- "success": true,
- "message": "context specific success message"
}
string or integer or object or boolean |
{- "value": "string"
}
{- "success": true,
- "message": "context specific success message"
}
id | string The key used for authing a stream. - |
comment | string The user-facing description or explanation of this single key - |
[- {
- "id": "yklw5Imng",
- "comment": "Used by Tim."
}
]
{- "success": true,
- "message": "context specific success message"
}
Array of objects (StreamKeyArray) |
{- "value": [
- {
- "key": "yklw5Imng",
- "comment": "Used by Tim."
}
]
}
{- "success": true,
- "message": "context specific success message"
}
Set the custom page content using markdown.
string or integer or object or boolean |
{- "value": "# Welcome to my cool server!<br><br>I _hope_ you enjoy it."
}
{- "success": true,
- "message": "context specific success message"
}
Set the title of the currently streaming content.
string or integer or object or boolean |
{- "lastConnectTime": "2020-10-03T21:36:22-05:00",
- "lastDisconnectTime": null,
- "online": true,
- "overallMaxViewerCount": 420,
- "sessionMaxViewerCount": 12,
- "viewerCount": 7
}
Information to be used in the Yellow Pages service, a global directory of Owncast servers.
{- "name": "string",
- "description": "string",
- "logo": "string",
- "nsfw": true,
- "tags": [
- "string"
], - "online": true,
- "viewerCount": 0,
- "overallMaxViewerCount": 0,
- "sessionMaxViewerCount": 0,
- "lastConnectTime": "2019-08-24T14:15:22Z"
}
[- {
- "name": "John Smith",
- "timestamp": "2019-08-24T14:15:22Z",
- "disabledAt": "2019-08-24T14:15:22Z"
}
]
account | string The fediverse username@server.tld account that wants to perform the remote follow action. +Response samples
Content type application/json [ Return the information needed to redirect a user to a fediverse server to perform a remote follow action.Request Body schema: application/json
ResponsesRequest samples
Content type application/json { Response samples
Content type application/json |