Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 40 additions & 52 deletions OpenApiSpecs/endpointpaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,20 @@
"descriptionEn": "Presence"
}
},
"SubjectConnector": {
"get": {
"descriptionNl": "",
"url": "Dossiers en bijlagen en workflows#get-/connectors/SubjectConnector",
"descriptionEn": ""
}
},
"FileConnector": {
"get": {
"descriptionNl": "",
"url": "Dossiers en bijlagen en workflows#get-/connectors/FileConnector",
"descriptionEn": ""
}
},
"KnSubject": {
"post": {
"descriptionNl": "Dossier",
Expand Down Expand Up @@ -523,13 +537,6 @@
"descriptionEn": "Workflow response"
}
},
"FileConnector": {
"get": {
"descriptionNl": "",
"url": "Dossiers en bijlagen en workflows#get-/connectors/FileConnector",
"descriptionEn": ""
}
},
"Profit_FeatureCombination": {
"get": {
"descriptionNl": "Kenmerkcombinaties",
Expand Down Expand Up @@ -621,13 +628,6 @@
"descriptionEn": "File items (with authorisation)"
}
},
"SubjectConnector": {
"get": {
"descriptionNl": "",
"url": "Dossiers en bijlagen en workflows#get-/connectors/SubjectConnector",
"descriptionEn": ""
}
},
"FiIVY": {
"post": {
"descriptionNl": "Iv3-indeling per jaar",
Expand Down Expand Up @@ -1162,11 +1162,6 @@
"descriptionNl": "Inkooprelatie organisatie",
"url": "Inkoop#put-/connectors/KnPurchaseRelationOrg",
"descriptionEn": "Purchase contact - organisation"
},
"delete": {
"descriptionNl": "Inkooprelatie organisatie",
"url": "Inkoop#delete-/connectors/KnPurchaseRelationOrg/KnPurchaseRelationOrg/@CrId/-CrId-",
"descriptionEn": "Purchase contact - organisation"
}
},
"KnPurchaseRelationPer": {
Expand All @@ -1179,11 +1174,27 @@
"descriptionNl": "Inkooprelatie persoon",
"url": "Inkoop#put-/connectors/KnPurchaseRelationPer",
"descriptionEn": "Purchase contact - person"
},
"delete": {
"descriptionNl": "Inkooprelatie persoon",
"url": "Inkoop#delete-/connectors/KnPurchaseRelationPer/KnPurchaseRelationPer/@CrId/-CrId-",
"descriptionEn": "Purchase contact - person"
}
},
"ReportConnector": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/ReportConnector",
"descriptionEn": ""
}
},
"OtpRequest": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/OtpRequest",
"descriptionEn": ""
}
},
"OtpValidation": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/OtpValidation",
Comment on lines +1187 to +1196
Copy link

Copilot AI Apr 8, 2026

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 get operation, but in the OpenAPI spec they are POST endpoints (/OtpRequest and /OtpValidation). This will likely generate incorrect links/anchors in the docs navigation; update these entries to use post (and corresponding post- anchor).

Suggested change
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/OtpRequest",
"descriptionEn": ""
}
},
"OtpValidation": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/OtpValidation",
"post": {
"descriptionNl": "",
"url": "Inrichting#post-/connectors/OtpRequest",
"descriptionEn": ""
}
},
"OtpValidation": {
"post": {
"descriptionNl": "",
"url": "Inrichting#post-/connectors/OtpValidation",

Copilot uses AI. Check for mistakes.
"descriptionEn": ""
}
},
"KnCSRLine": {
Expand Down Expand Up @@ -1254,27 +1265,6 @@
"descriptionEn": "KPI line"
}
},
"KnPeppol": {
"post": {
"descriptionNl": "PeppolCallback",
"url": "Inrichting#post-/connectors/KnPeppol",
"descriptionEn": "PeppolCallback"
}
},
"OtpRequest": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/OtpRequest",
"descriptionEn": ""
}
},
"OtpValidation": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/OtpValidation",
"descriptionEn": ""
}
},
"ProfitCodeTableValue": {
"get": {
"descriptionNl": "Vrije tabellen",
Expand All @@ -1289,13 +1279,6 @@
"descriptionEn": "GetConnector"
}
},
"ReportConnector": {
"get": {
"descriptionNl": "",
"url": "Inrichting#get-/connectors/ReportConnector",
"descriptionEn": ""
}
},
"HrCalculationplan": {
"post": {
"descriptionNl": "Salarisverwerkingsplan",
Expand Down Expand Up @@ -1433,6 +1416,11 @@
"descriptionNl": "Itemcode magazijn",
"url": "Magazijn#put-/connectors/FbItemCodeWarehouse",
"descriptionEn": "Item code warehouse"
},
"delete": {
"descriptionNl": "Itemcode magazijn",
"url": "Magazijn#delete-/connectors/FbItemCodeWarehouse/FbItemCodeWarehouse/@VaIt,@War/-VaIt-,-War-",
"descriptionEn": "Item code warehouse"
}
},
"FbPurchaseSales": {
Expand Down
6 changes: 3 additions & 3 deletions OpenApiSpecs/profit/en/Artikelen.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

Typo in summary: "Retieve" should be "Retrieve".

Suggested change
"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 uses AI. Check for mistakes.
"tags": [
"GET"
],
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"in": "path",
"name": "Endpoint",
"description": "Add the id of connector you want to get the meta info from",
"description": "Add the id of the connector you want to get the data from",
"required": true
},
{
Expand All @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Must be used to prevent reordered results.",
"description": "Must be used to prevent unexpectedly ordered results",
Copy link

Copilot AI Apr 8, 2026

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).

Suggested change
"description": "Must be used to prevent unexpectedly ordered results",
"description": "Use this to prevent unexpected reordering of results.",

Copilot uses AI. Check for mistakes.
"schema": {
"type": "string"
}
Expand Down
6 changes: 3 additions & 3 deletions OpenApiSpecs/profit/en/Bakkerijen.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
"tags": [
"GET"
],
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"in": "path",
"name": "Endpoint",
"description": "Add the id of connector you want to get the meta info from",
"description": "Add the id of the connector you want to get the data from",
"required": true
},
{
Expand All @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Must be used to prevent reordered results.",
"description": "Must be used to prevent unexpectedly ordered results",
"schema": {
"type": "string"
}
Expand Down
6 changes: 3 additions & 3 deletions OpenApiSpecs/profit/en/Bouw.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
"tags": [
"GET"
],
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"in": "path",
"name": "Endpoint",
"description": "Add the id of connector you want to get the meta info from",
"description": "Add the id of the connector you want to get the data from",
"required": true
},
{
Expand All @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Must be used to prevent reordered results.",
"description": "Must be used to prevent unexpectedly ordered results",
"schema": {
"type": "string"
}
Expand Down
6 changes: 3 additions & 3 deletions OpenApiSpecs/profit/en/Budgetten en activa.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
"tags": [
"GET"
],
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"in": "path",
"name": "Endpoint",
"description": "Add the id of connector you want to get the meta info from",
"description": "Add the id of the connector you want to get the data from",
"required": true
},
{
Expand All @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Must be used to prevent reordered results.",
"description": "Must be used to prevent unexpectedly ordered results",
"schema": {
"type": "string"
}
Expand Down
6 changes: 3 additions & 3 deletions OpenApiSpecs/profit/en/Cursusmanagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
"tags": [
"GET"
],
Expand Down Expand Up @@ -442,7 +442,7 @@
},
"in": "path",
"name": "Endpoint",
"description": "Add the id of connector you want to get the meta info from",
"description": "Add the id of the connector you want to get the data from",
"required": true
},
{
Expand All @@ -469,7 +469,7 @@
"name": "orderbyfieldids",
"in": "query",
"required": false,
"description": "Must be used to prevent reordered results.",
"description": "Must be used to prevent unexpectedly ordered results",
"schema": {
"type": "string"
}
Expand Down
Loading
Loading