Skip to content

Commit e589690

Browse files
authored
Changed Paths to local (#112)
1 parent ca9ef8f commit e589690

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/cases/use-of-bsn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Retrieving cases using a BSN (Dutch Social Security Number) can be done in two w
1414
The current, widely-used method for fetching cases by BSN is a `GET` request where the BSN is passed as a URL parameter:
1515

1616
```plain
17-
https://zaken.preprod-rx-services.nl/api/v1/zaken?rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn=123443210
17+
https://zaken.oneground.local/api/v1/zaken?rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn=123443210
1818
```
1919

2020
**This is a security and privacy risk.**
@@ -37,7 +37,7 @@ Here is an example of how to use the `/_zoek` endpoint. Many other attributes ar
3737

3838
```json
3939
POST /api/v1/zaken/_zoek
40-
Host: zaken.preprod-rx-services.nl
40+
Host: zaken.oneground.local
4141
Content-Type: application/json
4242

4343
{

static/files/examplepm.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"method": "GET",
2323
"header": [],
2424
"url": {
25-
"raw": "https://documenten.preprod-rx-services.nl/api/v1/enkelvoudiginformatieobjecten/a1e69580-3a10-4ff3-93da-251dae96b5ce",
25+
"raw": "https://documenten.oneground.local/api/v1/enkelvoudiginformatieobjecten/a1e69580-3a10-4ff3-93da-251dae96b5ce",
2626
"protocol": "https",
2727
"host": ["documenten", "preprod-rx-services", "nl"],
2828
"path": ["api", "v1", "enkelvoudiginformatieobjecten", "a1e69580-3a10-4ff3-93da-251dae96b5ce"]
@@ -51,15 +51,15 @@
5151
"header": [],
5252
"body": {
5353
"mode": "raw",
54-
"raw": "{\r\n \"identificatie\": \"\",\r\n \"bronorganisatie\": \"361249160\",\r\n \"creatiedatum\": \"2024-08-27\",\r\n \"titel\": \"test johannes\",\r\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\r\n \"auteur\": \"Roxit\",\r\n \"status\": \"\",\r\n \"formaat\": \"application/pdf\",\r\n \"taal\": \"nld\",\r\n \"bestandsnaam\": \"iets.pdf\",\r\n \"inhoud\":null,\r\n \"bestandsomvang\": 29607,\r\n \"link\": \"\",\r\n \"beschrijving\": \"\",\r\n \"ontvangstdatum\": null,\r\n \"verzenddatum\": null,\r\n \"indicatieGebruiksrecht\": false,\r\n \"ondertekening\": null,\r\n \"integriteit\": null,\r\n \"informatieobjecttype\": \"https://catalogi.preprod-rx-services.nl/api/v1/informatieobjecttypen/ba39dada-a497-4066-92d0-8aac46ce3d64\"\r\n}",
54+
"raw": "{\r\n \"identificatie\": \"\",\r\n \"bronorganisatie\": \"361249160\",\r\n \"creatiedatum\": \"2024-08-27\",\r\n \"titel\": \"test johannes\",\r\n \"vertrouwelijkheidaanduiding\": \"openbaar\",\r\n \"auteur\": \"Roxit\",\r\n \"status\": \"\",\r\n \"formaat\": \"application/pdf\",\r\n \"taal\": \"nld\",\r\n \"bestandsnaam\": \"iets.pdf\",\r\n \"inhoud\":null,\r\n \"bestandsomvang\": 29607,\r\n \"link\": \"\",\r\n \"beschrijving\": \"\",\r\n \"ontvangstdatum\": null,\r\n \"verzenddatum\": null,\r\n \"indicatieGebruiksrecht\": false,\r\n \"ondertekening\": null,\r\n \"integriteit\": null,\r\n \"informatieobjecttype\": \"https://catalogi.oneground.local/api/v1/informatieobjecttypen/ba39dada-a497-4066-92d0-8aac46ce3d64\"\r\n}",
5555
"options": {
5656
"raw": {
5757
"language": "json"
5858
}
5959
}
6060
},
6161
"url": {
62-
"raw": "https://documenten.preprod-rx-services.nl/api/v1/enkelvoudiginformatieobjecten",
62+
"raw": "https://documenten.oneground.local/api/v1/enkelvoudiginformatieobjecten",
6363
"protocol": "https",
6464
"host": ["documenten", "preprod-rx-services", "nl"],
6565
"path": ["api", "v1", "enkelvoudiginformatieobjecten"]
@@ -175,15 +175,15 @@
175175
],
176176
"body": {
177177
"mode": "raw",
178-
"raw": "{\r\n \"informatieobject\": \"{{document_url}}\",\r\n \"zaak\": \"https://zaken.preprod-rx-services.nl/api/v1/zaken/7a89ea95-a167-415f-80d8-6b9bb0c61da7\",\r\n \"titel\": \"\",\r\n \"beschrijving\": \"\"\r\n}",
178+
"raw": "{\r\n \"informatieobject\": \"{{document_url}}\",\r\n \"zaak\": \"https://zaken.oneground.local/api/v1/zaken/7a89ea95-a167-415f-80d8-6b9bb0c61da7\",\r\n \"titel\": \"\",\r\n \"beschrijving\": \"\"\r\n}",
179179
"options": {
180180
"raw": {
181181
"language": "json"
182182
}
183183
}
184184
},
185185
"url": {
186-
"raw": "https://zaken.preprod-rx-services.nl/api/v1/zaakinformatieobjecten",
186+
"raw": "https://zaken.oneground.local/api/v1/zaakinformatieobjecten",
187187
"protocol": "https",
188188
"host": ["zaken", "preprod-rx-services", "nl"],
189189
"path": ["api", "v1", "zaakinformatieobjecten"]

0 commit comments

Comments
 (0)