Compare commits

...

2 Commits

Author SHA1 Message Date
Max Martens
1d6fa7e600 Remove security stuff from spec to prevent CORS problems 2024-09-05 11:17:36 +02:00
Max Martens
9de16b5dfe Empty list instead of null 2024-09-03 21:08:08 +02:00

View File

@ -10,13 +10,6 @@
"url": "https://api.integratielaag.nl/abt/products/2.2"
}
],
"security": [
{
"clientCredentials": [
"profile"
]
}
],
"tags": [
{
"name": "ABTProducts CRUD",
@ -42,7 +35,7 @@
"examples": {
"No products / Empty list": {
"value": {
"Entries": null,
"Entries": [],
"href": null
}
},
@ -2541,19 +2534,6 @@
"productName": "TODO"
}
}
},
"securitySchemes": {
"clientCredentials": {
"type": "oauth2",
"flows": {
"clientCredentials": {
"tokenUrl": "https://api.integratielaag.nl/oauth2/token",
"scopes": {
"profile": "Get JWT containing AAD groups"
}
}
}
}
}
}
}