JointSpace API Documentation

REST API Method: POST sources/current

Changes the current source.

URL

http://ip-address:1925/1/sources/current

Format

json

HTTP Method

POST

Requires Authentication

false

Parameters

Upload data

This resource accepts a JSON object with key/value pairs. It is allowed to send an object containing only the key/value pairs that need to be changed. See the JSON example for how these key/value pairs are passed.

Keys

JSON example


{
    "id": "hdmi2"
}