cURL
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 } } } '
{}
Show child attributes
Success
The response is of type UpdateResponse · object.
UpdateResponse · object
Was this page helpful?