|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Set program name
/rw/rapid/tasks/{task}/program
POST
action=setname Required
name={program_name} Required
NO_CONTENT(204)
BAD_REQUEST(400)
HTTP Errors, see HTTP Status codes
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics -d "name=myprog" -X POST "http://127.0.0.1/rw/rapid/tasks/T_ROB1/program?action=setname"
Not supported in bootserver mode.