Skip to main content
POST
/
process.Process
/
Update
Update
curl --request POST \
  --url https://api.example.com/process.Process/Update \
  --header 'Content-Type: application/json' \
  --data '
{
  "process": {
    "pid": 123
  },
  "pty": {
    "size": {
      "cols": 123,
      "rows": 123
    }
  }
}
'
{}

Body

application/json
process
process · object
pty
pty · object

Response

Success

The response is of type UpdateResponse · object.