Skip to content

Update chap-scheduler-conf.adoc: Fix the URI for schedulers#156

Merged
vharseko merged 2 commits intoOpenIdentityPlatform:masterfrom
vliefooghe-adeo:patch-1
Apr 10, 2026
Merged

Update chap-scheduler-conf.adoc: Fix the URI for schedulers#156
vharseko merged 2 commits intoOpenIdentityPlatform:masterfrom
vliefooghe-adeo:patch-1

Conversation

@vliefooghe-adeo
Copy link
Copy Markdown
Contributor

Fix the URI for schedulers (scheduler/job vs scheduler)

Fix the URI for schedulers (scheduler/job vs scheduler)
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Integrator’s Guide scheduler chapter to correct the documented REST endpoints for scheduler job CRUD and actions, aligning examples with the actual scheduler/job route used by the platform.

Changes:

  • Update scheduler REST example URLs from /openidm/scheduler/... to /openidm/scheduler/job/....
  • Update the “Listing Configured Schedules” text to reference openidm/scheduler/job.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

==== Listing Configured Schedules

To display a list of all configured schedules, query the `openidm/scheduler` context path as shown in the following example:
To display a list of all configured schedules, query the `openidm/scheduler/job` context path as shown in the following example:
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section now documents schedule CRUD/actions under /openidm/scheduler/job, but the earlier intro/note in the same section still says the scheduler REST context path is /openidm/scheduler and advises managing schedules via that endpoint. Please update/clarify the introductory text (and the NOTE) to reflect that job operations are under /openidm/scheduler/job (or explain the /openidm/scheduler parent route vs the /job subresource) to avoid sending readers to the wrong endpoint.

Suggested change
To display a list of all configured schedules, query the `openidm/scheduler/job` context path as shown in the following example:
To display a list of all configured schedules, query the `/openidm/scheduler/job` context path (the scheduler job subresource) as shown in the following example:

Copilot uses AI. Check for mistakes.
@vharseko vharseko changed the title Update chap-scheduler-conf.adoc Update chap-scheduler-conf.adoc: Fix the URI for schedulers Apr 10, 2026
@vharseko
Copy link
Copy Markdown
Member

@copilot apply changes based on the comments in this thread

@vharseko
Copy link
Copy Markdown
Member

@copilot apply changes based on the comments in this thread

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@vharseko vharseko merged commit d0eb7ff into OpenIdentityPlatform:master Apr 10, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants