Compare commits
2 Commits
26ac412938
...
1d6fa7e600
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d6fa7e600 | ||
|
|
9de16b5dfe |
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user