Adds a new process step change to an application
cURL
curl --request POST \ --url https://jobaffinity.fr/restapi/v1/step \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "application": "<string>", "step": "<string>" } '
{ "_status": "OK", "_actions": [ {} ] }
HTTP Basic Authentication with API credentials
URL of the application
Name of the step to set
Process step added successfully
OK
INVALID