-
Notifications
You must be signed in to change notification settings - Fork 0
Release P7 en P8 aangepast #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -350,7 +350,7 @@ | |||||
| }, | ||||||
| "/connectors/{Endpoint}": { | ||||||
| "get": { | ||||||
| "summary": "Retieve the metainfo of a custom getconnector based on the endpoint id. This includes the fields and their properties. These id's can be found in the metainfo request result.", | ||||||
| "summary": "Retieve the data of a custom getconnector based on the endpoint id.", | ||||||
|
||||||
| "summary": "Retieve the data of a custom getconnector based on the endpoint id.", | |
| "summary": "Retrieve the data of a custom getconnector based on the endpoint id.", |
Copilot
AI
Apr 8, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parameter description is grammatically unclear and lost the ending period. If the intent is stable ordering, consider wording like "Use this to prevent unexpected reordering of results." (and keep punctuation consistent).
| "description": "Must be used to prevent unexpectedly ordered results", | |
| "description": "Use this to prevent unexpected reordering of results.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In endpointpaths.json, OtpRequest and OtpValidation are registered under a
getoperation, but in the OpenAPI spec they arePOSTendpoints (/OtpRequest and /OtpValidation). This will likely generate incorrect links/anchors in the docs navigation; update these entries to usepost(and correspondingpost-anchor).