Which Action: code should I use

Hi,

Whilst I’m waiting for the sysadmin to wake up, can anyone tell me which action code I should be using when I want to edit the value of a custom field. Comment complains, Edit and Update don’t exist.

Server:
set rt_server=%rt_server%/%rt_number%/edit

Parameter file:
id: 12345
CF-Stage: Running
Action: ???

Request:
curl -F “content=<%par%” “%rt_server%?user=%rt_user%&pass=%rt_pass%” -s --insecure --output curl.txt

Self answered… Turned ot the credentials were being unset so just use a standard edit request DOH !!