Assign a job category to a Job

Assigns a job category to this Job. Valid ids are returned by GET /api/v1/lookup/job-categories.

Assigning the same category more than once has no additional effect.

Authentication

AuthorizationBearer

BrightMove OAuth2 client_credentials - use the client_id/client_secret from User > API Keys (or an admin-managed client).

Path parameters

guidstringRequired
Stable public identifier of the requirement
categoryIdlongRequired

Numeric id of the job category, from GET /api/v1/lookup/job-categories

Response

Category assigned

Errors

404
Not Found Error