Output Profile
Get Output Profile List
Request
Responses
200 Ok
The request has succeeded
Header
Content-Type: application/jsonBody
{
"statusCode": 200,
"message": "OK",
"response": [
"default",
"audio_only"
]
}
# statusCode
Same as HTTP Status Code
# message
A human-readable description of the response code
# response
Json array containing a list of output profile namesCreate Output Profile
Add an Output Profile to the Application. If this request succeeds, the application will be restarted.
Request
Responses
Get Output Profile Information
Request
Responses
Delete Output Profile
Delete output profile settings. If this request succeeds, the Application will be restarted.
Request
Responses
Last updated