neko/webpage/docs/api/control-release.api.mdx
2025-03-22 17:52:56 +01:00

63 lines
No EOL
3.6 KiB
Text

---
id: control-release
title: "Release Control"
description: "Release control of the room."
sidebar_label: "Release Control"
hide_title: true
hide_table_of_contents: true
api: eJzVV01v20gM/SvEFCh2BVlO0558y7peNGibLmJ3e0iCBS3R0tSjGXU4cuo1/N8XHEm247bYXnuyrOGQj1+P1E4FLFlN7pR3rh7lzgbvjHpIVUGce90E7ayaqFsyhEzQC4BbQagI5FKmUuUa8iii14WaqF6ov6NS5YkbZ5lYTXbq8uKV/DzVP+31+u5OAdzmOTGvWmO2mdqn6tXFi2+vLQQDfWmJQ/zVnhhaJg/Yhops0HmEJRgFFdkgSrBpTH8y/syiaac4r6hGeQrbhtREueVnyoNKVePFvaA7+DUxY0knghy8tqU6D9lrCqgNFUDeOw/9vUzt96kKOhi5OpOj973G/X4f/Xz5fT+Z/IY8tLYgz8G5ostA530Ky1ZCsGqZGIKL/juv/yXQ4Vfy/vLyu957As2AxhMWW0CoHP86bu1TVVOonPRG4ziax1CpiRpjo8fSROO+Z8b+0DRdvqU3z+PxzuVo+npQqWq9URNVhdBMxmMjZxKdycuLiwu1fxBFeet12EZNfxB68letmL972Kc7NXVuren0zcKtyR5enGiYSzi7iJ3eOgQNG/2WtipV2kYaEBGVKou1nN7M3n74Zz6bz68/3HwT2Ksn/Qota1sCAhOz/O90RSI49eBgWbyXmEWAaqKWUehnrXQqIYjf0cZJBH7g3JeW/PboW7z6s+aiMDTIQnTIgBC1QYMeawrku3rSduWi/b6ubmjt4Oqva5UqKYzOxMvsIrv4xnAUjVTwiZa3iymgLeRx7vI1BVgS64IYbmfzhWgUwmi82+hCCAXNKOiaQP464OAJa23LFLQN5DEPeiODwBhcuo7106jfU+0CQUG8Dq6BVWtzOUSjwza7t/f22bNnMHWeYEF5ZZ1xpSaWgxEkyd/R2nywBk7IrkOfJPcWYATRK0Mb8lgSQ5IMx7By/gg8BeMeRwYD2XybQqXLavSljTB6nwQttoU+8S7rTLyl7dKhL6JI7VomoA3ZwICeIHi0XOsQqOjwCQMz1jSEOXfWUvQ6QmLC2hDzMXLOZoPDt4J3IYGe61KiJLVhC5i6um7tUDNDGLrMDZGIrg+vhBlbKaVo8qhM2wHWb5SVWXpoJuKAS6O5qsmGFK6nM8jRFrrAQEBf8wptSb9nAJ2xdzHfFYajhrYRWe7yvu5jNu7itUJjlpivY8QqtIUZonXAfIzBUIACfbYhvw2VQJ8ZpqOvZ230HOY9jPdosSTxIklgBHOhKfre/I84B/ARk6R8cDBJbp2ro8xHuXumduoJQ2yA2hV6tY2PItxzdgx2ZzTuLNJNwul8YuB13xT9nsNR8VXxuWXRDJx7ImE5u9Jl2zUVp1ALEDlf/6gss8HAfMuBanhDaEIFz+E9Ba/zzs6tPNMmGurEqk4sryhfc1R62ODQgLasyyp0+Lu2feMe4TrAlTHwyfk1w8KVFCryIvAiO+3FLuUMNRUajw0WU5wkZ/SS9n0oEAoMmCTZvb3MzgqcLLey2SEkSSPUxyFW7lIX2lPPMkly3n4nNHDagZ1fL7OT+kuSgf+EVlba0qj0qC0dkpwkXQ2f5LlnPSmdJ4mL1f2nbAfCdUXcGDiV5SzOmEgastfGwi9c3kqlDTdVqozOyXJcRvrpctVgXhFcRqZ/Mu4fHx8zjKeZ8+W4v8rjd9fT2c18NrrMLrIq1CYOFNk9arQnioe1vi/L8zmyO+5X//cF0A/JQF/DuDGorYzRCHXXLzt3MkHlY8C5ut/cOpPDyvOQKllcRHK3WyLTR2/2e3ndDdvJ3UOqNug1LmUeyq6iKsKCfNxs1rSVUOU5NbJhbdC03dg+WwtloTmsY399mC/Ufv8fSL+EQg==
sidebar_class_name: "post api-method"
info_path: docs/v3/api
custom_edit_url: null
---
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
<Heading
as={"h1"}
className={"openapi__heading"}
children={"Release Control"}
>
</Heading>
<MethodEndpoint
method={"post"}
path={"/api/room/control/release"}
context={"endpoint"}
>
</MethodEndpoint>
Release control of the room.
<ParamsDetails
parameters={undefined}
>
</ParamsDetails>
<RequestSchema
title={"Body"}
body={undefined}
>
</RequestSchema>
<StatusCodes
id={undefined}
label={undefined}
responses={{"204":{"description":"Control released successfully."},"401":{"description":"The request requires user authentication.","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Detailed error message."}},"title":"ErrorMessage"}}}},"403":{"description":"The server understood the request, but refuses to authorize it.","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Detailed error message."}},"title":"ErrorMessage"}}}},"422":{"description":"There is already a host.","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"Detailed error message."}},"title":"ErrorMessage"}}}}}}
>
</StatusCodes>