Update chap-scheduler-conf.adoc: Fix the URI for schedulers#156
Update chap-scheduler-conf.adoc: Fix the URI for schedulers#156vharseko merged 2 commits intoOpenIdentityPlatform:masterfrom
Conversation
Fix the URI for schedulers (scheduler/job vs scheduler)
There was a problem hiding this comment.
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: |
There was a problem hiding this comment.
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.
| 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 apply changes based on the comments in this thread |
|
@copilot apply changes based on the comments in this thread |
There was a problem hiding this comment.
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.
Fix the URI for schedulers (scheduler/job vs scheduler)