Skip to main content
PATCH
Partially update a job

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

id
string
required

The owned job id to update.

Body

application/json

A partial job update. Send only fields the user explicitly asked to change. Every field is optional, but at least one recognized field must be present. The path supplies the job id; tenant ownership and omitted values cannot be overridden.

companyName
any
programId
any
programIds
any
title
any
description
any
jobType
any
creatorType
any
imageUrl
any
imageDataUrl
any
paymentType
any
mixedBaseType
any
fixedAmount
any
hourlyRate
any
cpmRate
any
perPostRate
any
pay
any
payFrequency
any
hoursPerWeek
any
schools
any
shifts
any
resumeRequired
any
instagramRequired
any
tiktokRequired
any
twentyOneRequired
any
ageRequirement
any
platformFocus
any
postingFrequency
any
contentType
any
videoLength
any
accountType
any
isApp
any
isPhysicalProduct
any
isHidden
any
requirements
any
bonuses
any
exampleVideos
any

Response

The result of updating the job.

data
object
required

Result of creating or updating a job.