jobPosting.update

Updates an existing job posting.

Requires the jobsWrite permission.

Note on updating the description: When job description openings and closings are not suppressed, the descriptionHtml field returned in jobPosting.info may contain content that is not modifiable through the API. Only the content of the descriptionParts.descriptionBody field of the jobPosting.info endpoint is modifiable through this call. To completely customize the description, set both suppressDescriptionOpening and suppressDescriptionClosing to true.

Body Params
uuid
required

The unique id of the job posting to update.

string

A new title for the job posting.

string
enum

The type of workplace. LocationHierarchies cannot be labeled with a workplaceType.

Allowed:
boolean

When true, the job description opening from the brand will be suppressed. descriptionOpening will be returned as null.

boolean

When true, the job description closing from the brand will be suppressed. descriptionClosing will be returned as null.

description
object

An HTML block of the job posting description. Please see below for supported tags.

Note: When job description openings and closings are not suppressed, the descriptionHtml field returned in jobPosting.info may contain content that is not modifiable through the API. Only the content of the descriptionParts.descriptionBody field of the jobPosting.info endpoint is modifiable through this call. To completely customize the description, set both suppressDescriptionOpening and suppressDescriptionClosing to true.

Response

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json