PATCH
/
v2
/
device
/
remote-terminal
/
sessions
/
{sessionId}
Rename Remote Terminal session
curl --request PATCH \
  --url https://coreapi-dev.us.bcpapers.ca/v2/device/remote-terminal/sessions/{sessionId} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "label": "<string>"
}
'
{
  "label": "<string>",
  "session_id": "<string>"
}

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

sessionId
string
required

Session UUID

Body

application/json

New session label

label
string

Response

OK

label
string
session_id
string