2025-11-09
GraphQLスキーマ変更ログ: 2025-11-09
-
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
✔ Input field
SourcedJobPostingTaxonomyInput.jobTypesdescription changed from:An array of one or more job types, such as `Full-time`, `Part-time`, `Internship`, `Volunteer`, `Apprenticeship`, or `Contract`.Alternatively, specify an array of one or more SUIDs. An SUID represents a job type.In Japan, you must specify only SUIDs.**Market-specific documentation**| Market | Guidance ||--------|-------------------------------------------------------|| Japan | [Valid job type SUID values](/job-sync-api/reference/job-types) |次のように変更されました:
An array of one or more job types, such as `Full-time`, `Part-time`, `Internship`, `Volunteer`, `Apprenticeship`, or `Contract`.Alternatively, specify an array of one or more SUIDs. An SUID represents a job type.For information about SUIDs, see [Job types](https://docs.indeed.com/job-sync-api/reference/job-types).In Japan, you must specify only SUIDs. -
✔ Input field
UpdateSourcedJobPostingBodyInput.companyNamedescription changed from:Update the company name for the job posting. Set to `null` or exclude this field to make no changes.The maximum length for the company name should not exceed 200 characters.次のように変更されました:
Updates the company name of the job posting. To make no changes, set to `null` or omit this field.The maximum length for the company name is 200 characters. -
✔ Input field
UpdateSourcedJobPostingBodyInput.descriptiondescription changed from:Update the description of the job posting. Set to `null` or exclude this field to make no changes.Must be between 30 and 20,000 characters.次のように変更されました:
Updates the description of the job posting. To make no changes, set to `null` or omit this field.Must be between 30 and 20,000 characters. -
✔ Input field
UpdateSourcedJobPostingBodyInput.jobLocationdescription changed from:Update the location of the job posting. Set to `null` or exclude this field to make no changes.次のように変更されました:
Updates the location of the job posting. To make no changes, set to `null` or omit this field. -
✔ Input field
UpdateSourcedJobPostingBodyInput.salarydescription changed from:Update the salary of the job posting. Set to `null` or exclude this field to make no changes.次のように変更されました:
Updates the salary of the job posting. To make no changes, set to `null` or omit this field. -
✔ Input field
UpdateSourcedJobPostingBodyInput.titledescription changed from:Update the title of the job posting. Set to `null` or exclude this field to make no changes.The maximum length for the job title should not exceed 75 characters.次のように変更されました:
Updates the title of the job posting. To make no changes, set to `null` or omit this field.The maximum length for the job title is 75 characters.
-