This article will walk you through rename a computer via Splashtop Open API using Postman.
What you need:
Finish the Postman setup and get basic team and computer info. Check this support article for more info.
Format: PUT
1.In Postman, create a new request and input the url:
https://webapi.splashtop.com/api/open/v1/teams/{team_id}/computers/{computer_id}/rename
Replace {team_id} and {computer_id} with your own team ID and computer ID.
2.In the Param add parameter name, and type the new computer name in the value field.
3.Click Run and check the result.