Edits the specified session.
Authorizations: Sessions - EDIT
Requests
PUT /apis/sessions/:sessionId
{
"title": "InfoDevSource2",
"description": "UDP",
"syncrecord": true
}
Response
Success
{
"data": {
"title": "InfoDevSource2",
"description": "UDP",
"syncrecord": true,
"active": false,
"id": "2f8dce6d-fd8b-459e-890f-97965c88df40",
"ctime": 1393533035,
"mtime": 1399059859,
"duration": 0,
"recording": false,
"movieTrackCount": 1,
"sources": [
"f4327f7b-3917-4533-b844-8818741cb0bd"
]
}
}
Error
|
Code |
Payload |
Description |
|---|---|---|
|
|
|
Supplied data was insufficient or incorrect. |
|
|
|
Session is hidden and requester does not own the session. |
|
|
|
Session with UUID |
|
|
|
Updating the session failed. Please see |