Skip to main content
POST
/
step
Add a new process step
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": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

HTTP Basic Authentication with API credentials

Body

application/json
application
string<uri>
required

URL of the application

step
string
required

Name of the step to set

Response

Process step added successfully

_status
enum<string>
Available options:
OK,
INVALID
_actions
object[]