2026-06-10
GraphQL schema change log: 2026-06-10
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
[log] ✖ Input field
workAuthorizationsof type[AtsSyncCandidateSyncApplicationWorkAuthorizationInput!]!was added to input object typeAtsSyncCandidateSyncApplicantDetailsInput -
[log] ⚠ Input field
preferredLocaleof typeAtsSyncCandidateSyncLocaleInputwas added to input object typeAtsSyncCandidateSyncApplicantDetailsInput -
[log] ⚠ Input field
summaryof typeStringwas added to input object typeAtsSyncCandidateSyncApplicantDetailsInput -
[log] ✔ Input field
AtsSyncCandidateSyncApplicantDetailsInput.streetAddressdescription changed from:Applicants street address, including street name and number, city, administrative region, and postal code.**Example (USA)** 10721 Domain Dr, Austin, TX 78758**Example (UK)** 20 Farringdon Rd, London EC1M 3HEUsed to generate geolocation data for the applicant. Provide as accurate a value as possible.To:
Applicants street address, including street name and number, city, administrative region, and postal code.**Example (USA)**: 10721 Domain Dr, Austin, TX 78758**Example (UK)**: 20 Farringdon Rd, London EC1M 3HEUsed to generate geolocation data. Provide as accurate a value as possible. -
[log] ✔ Description for
enumvalueAtsSyncCandidateSyncApplicationAttachmentChecksumAlgorithmInput.MD5changed from:MD5 hashing algorithmTo:
MD5 hashing algorithm. -
[log] ✔ Description:
Enumerations for application attachment checksum. formatOn type
AtsSyncCandidateSyncApplicationAttachmentChecksumFormathas changed to:Enumerations for application attachment checksum format. -
[log] ✔ Description for
enumvalueAtsSyncCandidateSyncApplicationAttachmentChecksumFormatInput.BASE64changed from:Base64 encoding formatRaw checksum bytes are encoded using Base64 encoding to produce a string representation.To:
Base64 encoding format. Raw checksum bytes are encoded as a Base64 string. -
[log] ✔ Object type
AtsSyncCandidateSyncApplicationAttachmentChecksumInputhas description:Input for application attachment checksum. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationAttachmentChecksumInput.algorithmdescription changed from:Hashing algorithm used to calculate the checksumSpecifies which cryptographic hash function was used to generate the checksum value.To:
Hashing algorithm used to calculate the checksum. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationAttachmentChecksumInput.checksumdescription changed from:Checksum value of the file contentThe checksum should be calculated using the specified algorithm on the complete file contents, then encoded using the specified format.To:
Checksum value of the file content, calculated using the specified algorithm and encoded in the specified format. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationAttachmentChecksumInput.formatdescription changed from:Encoding format of the checksum valueSpecifies how the raw checksum bytes are encoded as a string.To:
Encoding format of the checksum value. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationEducationInput.degreedescription changed from:Type of degree (e.g. Bachelor of Science)To:
Degree type, such as Bachelor of Science. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationEducationInput.endDatedescription changed from:Date at which this education endedTo:
Date this education ended. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationEducationInput.fieldOfStudydescription changed from:Major field of study for this education historyTo:
Major field of study. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationEducationInput.locationdescription changed from:Location (address) where the applicant attendedTo:
Address of the institution attended. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationEducationInput.minordescription changed from:Minor field of study for this education historyTo:
Minor field of study. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationEducationInput.schooldescription changed from:Name of the school attendedTo:
School name. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationEducationInput.startDatedescription changed from:Date at which this education beganTo:
Date this education began. -
[log] ✔ Description for
enumvalueAtsSyncCandidateSyncApplicationFileTypeInput.COVER_LETTERchanged from:Primary (or only) cover letter attached to an applicationTo:
Primary cover letter attached to an application. -
[log] ✔ Description for
enumvalueAtsSyncCandidateSyncApplicationFileTypeInput.OTHERchanged from:Uncategorized additional attachment on an applicationTo:
Uncategorized additional attachment on an application. -
[log] ✔ Description for
enumvalueAtsSyncCandidateSyncApplicationFileTypeInput.OTHER_COVER_LETTERchanged from:Additional cover letter attached to an applicationTo:
Additional cover letter attached to an application. -
[log] ✔ Description for
enumvalueAtsSyncCandidateSyncApplicationFileTypeInput.OTHER_RESUMEchanged from:Additional resume attached to an applicationTo:
Additional resume attached to an application. -
[log] ✔ Description for
enumvalueAtsSyncCandidateSyncApplicationFileTypeInput.RESUMEchanged from:Primary (or only) resume for an applicationTo:
Primary resume for the application. -
[log] ✔ Object type
AtsSyncCandidateSyncApplicationFindLatestStatusesConnectionhas description:`findLatestStatuses` connection object. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationFindLatestStatusesConnection.applicationVersionStatusesdescription changed from:A list of application version statusesTo:
A list of application version statuses. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationFindLatestStatusesConnection.edgesdescription changed from:A list of application version statuses and their cursorsTo:
A list of application version statuses and their cursors. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationFindLatestStatusesConnection.pageInfodescription changed from:The relay connection pageinfo about the responseTo:
Relay connection page info for the response. -
[log] ✔ Object type
AtsSyncCandidateSyncApplicationFindLatestStatusesEdgehas description:`findLatestStatuses` edge object. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationFindLatestStatusesEdge.cursordescription changed from:The cursor for the node in the query setTo:
Cursor for this node in the query set. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationFindLatestStatusesEdge.nodedescription changed from:The application version statusTo:
Application version status. -
[log] ✔ Object type
AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInputhas description:Filters for `findLatestStatuses` query. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput.applicationVersionStatusTypesdescription changed from:Optional list of application version status typesUsed to filter the returned list of application versions to only those for any of the specified version status types.To:
Optional list of application version status types. Filters results to application versions with the specified status types. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput.applicationsdescription changed from:Optional list of applicationsUsed to filter the returned list of application versions to only those of any of the specified applications.To:
Optional list of applications. Filters results to application versions for the specified applications. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationFindLatestStatusesFilterInput.indeedRegistrationIdsdescription changed from:Optional list of unique identifiers representing the references between Indeed employers and Partner employersProvided to Partners during registration.Used to filter the returned list of application versions to only those for any of the specified registration IDs.To:
Optional list of registration IDs linking Indeed employers to partner employers. Provided during registration. Filters results to application versions for the specified registrations. -
[log] ✔ Object type
AtsSyncCandidateSyncApplicationFindLatestStatusesInputhas description:Input for `findLatestStatuses` query. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationFindLatestStatusesInput.filterdescription changed from:Filter criteria to search for statuses of the latest version of applicationsTo:
Filter criteria for searching the latest application version statuses. -
[log] ✔ Object type
AtsSyncCandidateSyncApplicationFindStatusesConnectionhas description:`findStatuses` connection object. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationFindStatusesConnection.applicationVersionStatusesdescription changed from:A list of application version statusesTo:
A list of application version statuses. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationFindStatusesConnection.edgesdescription changed from:A list of application version statuses and their cursorsTo:
A list of application version statuses and their cursors. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationFindStatusesConnection.pageInfodescription changed from:The relay connection pageinfo about the responseTo:
Relay connection page info for the response. -
[log] ✔ Object type
AtsSyncCandidateSyncApplicationFindStatusesEdgehas description:`findStatuses` edge object. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationFindStatusesEdge.cursordescription changed from:The cursor for the node in the query setTo:
Cursor for this node in the query set. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationFindStatusesEdge.nodedescription changed from:The application version statusTo:
Application version status. -
[log] ✔ Object type
AtsSyncCandidateSyncApplicationFindStatusesFilterInputhas description:Filters for `findStatuses` query. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationFindStatusesFilterInput.applicationVersionStatusTypesdescription changed from:Optional list of application version status typesUsed to filter the returned list of application versions to only those for any of the specified version status types.To:
Optional list of application version status types. Filters results to application versions with the specified status types. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationFindStatusesFilterInput.applicationsdescription changed from:Optional list of applicationsUsed to filter the returned list of application versions to only those of any of the specified applications.To:
Optional list of applications. Filters results to application versions for the specified applications. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationFindStatusesFilterInput.indeedRegistrationIdsdescription changed from:Optional list of unique identifiers representing the references between Indeed employers and Partner employersProvided to Partners during registration.Used to filter the returned list of application versions to only those for any of the specified registration IDs.To:
Optional list of registration IDs linking Indeed employers to partner employers. Provided during registration. Filters results to application versions for the specified registrations. -
[log] ✔ Object type
AtsSyncCandidateSyncApplicationFindStatusesInputhas description:Input to `findStatuses` query. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationFindStatusesInput.filterdescription changed from:Filter criteria to search for statuses of application versionsTo:
Filter criteria for searching application version statuses. -
[log] ✔ Description:
Input to application ID.On type
AtsSyncCandidateSyncApplicationIdentifierInputhas changed to:Input to candidate application. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationMilitaryDetailsInput.militaryCommendationsdescription changed from:Military commendations received by the applicantTo:
Military commendations received by the applicant. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationMilitaryDetailsInput.militaryServicesdescription changed from:Details about military service for this applicantTo:
Details about military service for this applicant. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationMilitaryServiceInput.branchdescription changed from:Military branchTo:
Military branch. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationMilitaryServiceInput.countrydescription changed from:Country of military serviceTo:
Country of military service. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationMilitaryServiceInput.descriptiondescription changed from:Description of military serviceTo:
Description of military service. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationMilitaryServiceInput.endDatedescription changed from:End date of military serviceTo:
End date of military service. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationMilitaryServiceInput.rankdescription changed from:Military rankTo:
Military rank. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationMilitaryServiceInput.startDatedescription changed from:Start date of military serviceTo:
Start date of military service. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationMutations.deletedescription changed from:Permanently deletes an application and all of its versions from Indeed. This is a terminal operation for the application specified,and no further updates may be made to this application after deletion.To:
Permanently deletes an application and all its versions from Indeed. After deletion, you cannot update the application. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationMutations.initializedescription changed from:Stages an application version to be published to Indeed. Application versions with file attachments will have presigned S3 URLsgenerated, to which partners are expected to upload application file contents prior to submitting the application versionfor processing.The application version will not be published to Indeed until it is submitted. After staging, the application versionmust be submitted within 5 minutes.Initialization attempts for applications that have already been deleted will be rejected.To:
Stages an application version for publishing to Indeed. For application versions with file attachments, Indeed generates presigned S3 URLs. Upload the application file contents to these URLs before you submit the application version for processing.Indeed does not publish the application version until you submit it. Submit the application version within 5 minutes of staging.Indeed rejects initialization attempts for applications that have already been deleted. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationMutations.submitdescription changed from:Submits an application version to be published to Indeed. Publishing of application versions is asynchronous, but will be processedin the order in which they are submitted.To:
Submits an application version for publishing to Indeed. Publishing is asynchronous, and Indeed processes application versions in submission order. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationQueries.findLatestStatusesdescription changed from:Finds the statuses of the latest version of your applications.To:
Returns the status of the latest version of each application. -
[log] ✔ Description for argument
afteron fieldAtsSyncCandidateSyncApplicationQueries.findLatestStatuseschanged from:The cursor from which to start searching when using forward pagination. Use null to retrieve the first page.To:
Cursor to start from for forward pagination. Use `null` for the first page. -
[log] ✔ Description for argument
beforeon fieldAtsSyncCandidateSyncApplicationQueries.findLatestStatuseschanged from:The cursor from which to start searching backwardsTo:
Cursor to start from for backward pagination. Use `null` for the last page. -
[log] ✔ Description for argument
firston fieldAtsSyncCandidateSyncApplicationQueries.findLatestStatuseschanged from:The page size when using forward paginationTo:
Page size for forward pagination. -
[log] ✔ Description for argument
inputon fieldAtsSyncCandidateSyncApplicationQueries.findLatestStatuseschanged from:The filter to use when searching for the latest application version statusesTo:
Filter for the latest application version status search. -
[log] ✔ Description for argument
laston fieldAtsSyncCandidateSyncApplicationQueries.findLatestStatuseschanged from:The page size when using backwards paginationTo:
Page size for backward pagination. -
[log] ✔ Field
AtsSyncCandidateSyncApplicationQueries.findStatusesdescription changed from:Finds the statuses of your application versions.To:
Returns the status of each application version. -
[log] ✔ Description for argument
afteron fieldAtsSyncCandidateSyncApplicationQueries.findStatuseschanged from:The cursor from which to start searching when using forward pagination. Use null to retrieve the first page.To:
Cursor to start from for forward pagination. Use `null` for the first page. -
[log] ✔ Description for argument
beforeon fieldAtsSyncCandidateSyncApplicationQueries.findStatuseschanged from:The cursor from which to start searching backwardsTo:
Cursor to start from for backward pagination. Use `null` for the last page. -
[log] ✔ Description for argument
firston fieldAtsSyncCandidateSyncApplicationQueries.findStatuseschanged from:The page size when using forward paginationTo:
Page size for forward pagination. -
[log] ✔ Description for argument
inputon fieldAtsSyncCandidateSyncApplicationQueries.findStatuseschanged from:The input to use when searching for application version statuses.To:
Input for the application version status search. -
[log] ✔ Description for argument
laston fieldAtsSyncCandidateSyncApplicationQueries.findStatuseschanged from:The page size when using backwards paginationTo:
Page size for backward pagination. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationSkillInput.monthsOfExperiencedescription changed from:Months of experience with the skillTo:
Months of experience with the skill. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationSkillInput.namedescription changed from:Name of the skillTo:
Skill name. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationSkillInput.proficiencydescription changed from:Level of proficiency with the skillTo:
Level of proficiency with the skill. -
[log] ✔ Type
AtsSyncCandidateSyncApplicationWorkAuthorizationInputwas added -
[log] ✔ Type
AtsSyncCandidateSyncApplicationWorkAuthorizationTypeInputwas added -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.companydescription changed from:Company at which this position was heldTo:
Company where this position was held. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.descriptiondescription changed from:Description or additional details about this work experienceTo:
Description or additional details about this work experience. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.endDatedescription changed from:End date of the work experienceTo:
End date of the work experience. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.locationdescription changed from:Location (address) where the applicant workedTo:
Location (address) where the applicant worked. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.startDatedescription changed from:Start date of the work experienceTo:
Start date of the work experience. -
[log] ✔ Input field
AtsSyncCandidateSyncApplicationWorkExperienceDetailsInput.titledescription changed from:Title held at the positionTo:
Title held at the position. -
[log] ✔ Object type
AtsSyncCandidateSyncAssetFilehas description:File information. -
[log] ✔ Field
AtsSyncCandidateSyncAssetMetadata.employerIdentifierdescription changed from:`AtsEmployer` ID from `registerAtsEmployer`. Maps assets to a partner employer.To:
Employer ID for the asset. Must match the [`id`](/api/employer_registration/objects/EmployerRegistration) of an employer registration. -
[log] ✔ Type
AtsSyncCandidateSyncIndeedApplyApplicationIdentifierwas added -
[log] ✔ Field
AtsSyncCandidateSyncInterestedCandidateAsset.contactdescription changed from:Candidates interest data from Smart Sourcing outreach.To:
Candidates interest data from Smart Sourcing outreach.A null value with no error indicates the contact data is no longer available. -
[log] ✔ Object type
AtsSyncCandidateSyncInterestedCandidateContactJobhas description:Candidate matching from Smart Sourcing outreach. -
[log] ✔ Object type
AtsSyncCandidateSyncInterestedCandidateResumehas description:Resume information. -
[log] ✔ Description:
Candidate Sync job.On type
AtsSyncCandidateSyncJobhas changed to:Candidate Sync job posting. -
[log] ✔ Field
AtsSyncCandidateSyncJob.sourcedPostingIddescription changed from:Unique ID for the job post.To:
Unique ID for the job posting. -
[log] ✔ Input field
AtsSyncCandidateSyncJobInput.sourcedPostingIddescription changed from:Unique ID for the job post.To:
Unique ID for the job posting. -
[log] ✔ Type
AtsSyncCandidateSyncLocaleInputwas added -
[log] ✔ Field
AtsSyncCandidateSyncMutations.applicationdescription changed from:Mutations on or related to the AtsSyncCandidateSyncApplication typeTo:
Mutations for the `AtsSyncCandidateSyncApplication` type. -
[log] ✔ Field
AtsSyncCandidateSyncQueries.applicationdescription changed from:Queries on or related to the AtsSyncCandidateSyncApplication typeTo:
Queries for the `AtsSyncCandidateSyncApplication` type. -
[log] ✔ Type
AtsSyncCandidateSyncScreeningApplicationIdentifierwas added -
[log] ✔ Type
AtsSyncCandidateSyncSmartScreeningUpdatewas added -
[log] ✔ Type
AtsSyncCandidateSyncSmartScreeningUpdateAssetwas added -
[log] ✔ Description:
Input for `candidateSync.stageAssets`.On type
AtsSyncCandidateSyncStageAssetsInputhas changed to:Input for [`atsSyncCandidateSync.stageAssets`](/api/candidate/mutations/atsSyncCandidateSync/stageAssets). -
[log] ✔ Object type
DeleteAtsSyncCandidateSyncApplicationInputhas description:Input for `delete` mutation. -
[log] ✔ Input field
DeleteAtsSyncCandidateSyncApplicationInput.applicationIdentifierdescription changed from:Unique identifier for the application on IndeedTo:
Unique ID for the application on Indeed. -
[log] ✔ Input field
DeleteAtsSyncCandidateSyncApplicationInput.deletedAtdescription changed from:The time at which this application was deletedTo:
Timestamp when this application was deleted. -
[log] ✔ Object type
DeleteAtsSyncCandidateSyncApplicationPayloadhas description:Response for `delete` mutation. -
[log] ✔ Field DeleteAtsSyncCandidateSyncApplicationPayload.applicationVersionId` description changed from:
Unique identifier tracking the deletion of this applicationThis identifier references the final version of this now deleted application.To:
Unique ID for this deletion. References the final version of the deleted application. -
[log] ✔ Type
EmployerJobBasePaywas added -
[log] ✔ Type
EmployerJobCanonicalPaywas added -
[log] ✔ Field
paywas added to object typeEmployerJobSeatData -
[log] ✔ Object type
InitializeAtsSyncCandidateSyncApplicationInputhas description:Input to `initialize` mutation. -
[log] ✔ Input field
InitializeAtsSyncCandidateSyncApplicationInput.applicantdescription changed from:Information about the applicant this application is forTo:
Information about the applicant. -
[log] ✔ Input field
InitializeAtsSyncCandidateSyncApplicationInput.applicationIdentifierdescription changed from:Unique identifier for the application on IndeedTo:
Unique ID for the application on Indeed. -
[log] ✔ Input field
InitializeAtsSyncCandidateSyncApplicationInput.applicationLinkdescription changed from:Direct link to the application in the ATSThis is intended to allow users to redirect from Indeed to the application details in their browser.To:
Direct link to the application in the ATS. Lets users navigate from Indeed to the application details in their browser. -
[log] ✔ Input field
InitializeAtsSyncCandidateSyncApplicationInput.applicationSourceNamedescription changed from:Source of the application, such as a job board, career site, search firm, or social networkTo:
Source of the application, such as a job board, career site, search firm, or social network. -
[log] ✔ Input field
InitializeAtsSyncCandidateSyncApplicationInput.candidateLinkdescription changed from:Direct link to the candidate profile (or similar entity) in the ATSThis is intended to allow users to redirect from Indeed to the candidate profile in their browser.To:
Direct link to the candidate profile in the ATS. Lets users navigate from Indeed to the candidate profile in their browser.`` -
[log] ✔ Input field
InitializeAtsSyncCandidateSyncApplicationInput.dispositiondescription changed from:Current disposition status of the applicationTo:
Current disposition status of the application. -
[log] ✔ Input field
InitializeAtsSyncCandidateSyncApplicationInput.indeedApplyIddescription changed from:Indeed Apply ID to uniquely identify an Indeed job applicationTo:
Indeed Apply ID that uniquely identifies an Indeed job application. -
[log] ✔ Input field
InitializeAtsSyncCandidateSyncApplicationInput.ittkdescription changed from:Indeed Tracking ToKen (ITTK) to track an Indeed job applicationTo:
Indeed Tracking Token (ITTK) for tracking an Indeed job application. -
[log] ✔ Input field
InitializeAtsSyncCandidateSyncApplicationInput.questionsAndAnswersdescription changed from:Screener questions and answers provided on the applicationTo:
Screener questions and answers provided on the application. -
[log] ✔ Input field
InitializeAtsSyncCandidateSyncApplicationInput.updatedAtdescription changed from:The time at which this application was last updatedTo:
Timestamp of the last update to this application. -
[log] ✔ Object type
InitializeAtsSyncCandidateSyncApplicationPayloadhas description:Response for `initialize` mutation. -
[log] ✔ Field
InitializeAtsSyncCandidateSyncApplicationPayload.applicationVersionIddescription changed from:Unique identifier tracking the initialization and submission of an application versionEach initialization of an application version produces this identifier, which should be used to submit the versiononce all attachments have been uploaded.To:
Unique ID for this application version. Use it to submit the version after uploading all attachments. -
[log] ✔ Field
InitializeAtsSyncCandidateSyncApplicationPayload.attachmentsdescription changed from:Attachments associated with this application versionIncludes presigned S3 URLs for upload.To:
Attachments for this application version, including presigned S3 upload URLs. -
[log] ✔ Field
statusNamewas added to object typeJobPostCallToAction -
[log] ✔ Type
JobPostCallToActionStatuswas added -
[log] ✔ Type
PayRangeMinorwas added -
[log] ✔ Type
PayTimeUnitwas added -
[log] ✔ Input field
SourcedJobPostingBodyInput.descriptiondescription changed from:Job description. Maximum 65,000 bytes (ASCII: 1 byte, other characters: 2-3 bytes).Content must match the details in `SourcedJobPostingMetadataInput.url`.Requires HTML formatting. For supported elements, see [XML feed reference: Formatting guidelines](https://docs.indeed.com/indeed-apply/xml-feed#formatting-guidelines).To:
Job description. Maximum 65,000 bytes (1 byte for ASCII, 2-3 bytes for other characters).Must match the details at `SourcedJobPostingMetadataInput.url` and use HTML formatting. For supported elements, see [Job description formatting](https://docs.indeed.com/job-sync-api/reference/job-description-formatting). -
[log] ✔ Description:
Payload for `candidateSync.stageAssets`.On type
StageAssetsAtsSyncCandidateSyncPayloadhas changed to:Payload for [`atsSyncCandidateSync.stageAssets`](/api/candidate/mutations/atsSyncCandidateSync/stageAssets). -
[log] ✔ Object type
SubmitAtsSyncCandidateSyncApplicationInputhas description:Input for `submit` mutation. -
[log] ✔ Input field
SubmitAtsSyncCandidateSyncApplicationInput.applicationVersionIddescription changed from:Unique identifier tracking the initialization and submission of an application versionEach initialization of an application version produces this identifier, which should be used to submit the versiononce all attachments have been uploaded.To:
Unique ID for this application version. Use it to submit the version after uploading all attachments. -
[log] ✔ Input field
SubmitAtsSyncCandidateSyncApplicationInput.indeedRegistrationIddescription changed from:Unique identifier to represent the reference between an Indeed employer and a Partner employerProvided to Partners during registration.To:
Unique ID linking an Indeed employer to a partner employer. Provided during registration. -
[log] ✔ Object type
SubmitAtsSyncCandidateSyncApplicationPayloadhas description:Response for `submit` mutation. -
[log] ✔ Field
SubmitAtsSyncCandidateSyncApplicationPayload.applicationVersionIddescription changed from:Unique identifier tracking the initialization and submission of an application versionEach initialization of an application version produces this identifier, which should be used to submit the versiononce all attachments have been uploaded.To:
Unique ID for this application version. Use it to submit the version after uploading all attachments. -
[log] ✔ Field
WorkLocation.rawLocationdescription changed from:Raw user input for the locationTo:
Plain location text string, usually the input to geocoding the structured location