2025-04-13
GraphQLスキーマ変更ログ: 2025-04-13
-
📘 Documentation: Updated the GraphQL schema and the GraphQL API Reference with these changes:
-
✔ Object type
UpdateSourcedJobPostingBodyInputhas description:Input type of [`UpdateSourcedJobPostingInput.body`](https://docs.indeed.com/api/job/objects/UpdateSourcedJobPostingInput) to update the body of a job posting. -
✔ Input field
UpdateSourcedJobPostingBodyInput.descriptiondescription, changed from:Updates job posting description.A null or missing input for this field makes no changes. Must be between 30 and 20000 characters次のように変更されました:
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. -
✔ Input field
UpdateSourcedJobPostingBodyInput.jobLocationdescription, changed from:Updates job posting location.A null or missing input for this field makes no changes次のように変更されました:
Update the location of the job posting. Set to `null` or exclude this field to make no changes. -
✔ Input field
UpdateSourcedJobPostingBodyInput.salarydescription, changed from:Updates job posting salary.A null or missing input for this field makes no changes次のように変更されました:
Update the salary of the job posting. Set to `null` or exclude this field to make no changes. -
✔ Input field
UpdateSourcedJobPostingBodyInput.titledescription, changed from:Updates job posting title.A null or missing input for this field makes no changes次のように変更されました:
Update the title of the job posting. Set to `null` or exclude this field to make no changes.
-