Skip to main content
POST
/
applications
/
bulk-update
Bulk update applications
curl --request POST \
  --url http://localhost:3000/api/openapi/applications/bulk-update \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "ids": [
    "<string>"
  ],
  "archived": true,
  "addTags": [
    "<string>"
  ]
}
'
{
  "updated": 123
}

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Body

application/json
ids
string[]
required
Minimum array length: 1
status
enum<string>
Available options:
saved,
applied,
screening,
interview,
offer,
rejected
archived
boolean
addTags
string[]

Response

200 - application/json

The number of applications updated.

updated
number
required