Set properties for job

This API sets the properties for a job that is configured to execute a SET_PROPERTY action.

{
  "properties": [
    {
      "key": "cmd",
      "value": "Echo to log"
    },
    {
      "key": "input",
      "value": "5"
    }
  ]
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!