Skip to main content
POST
Edit job after AI review

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
id
integer
required

Job ID to edit (must be created by the authenticated partner)

Example:

2726

isEdit
integer | null

Optional flag sent by the client (same as add-job); not required for AI edit

Example:

1

addTitleAndDescription
object
addLocation
object

Job targeting criteria. Only fields explicitly posted are applied (no AI backfill merge on accept).

Response

Job updated

status
string
Example:

"success"

message
string
Example:

"Job Updated Successfully"