Compare commits
No commits in common. "1d6fa7e6003107e0fd04ae6ac28bcec5fdf7b673" and "26ac4129384938f2fabd94ef2b7d4b0065367c05" have entirely different histories.
1d6fa7e600
...
26ac412938
@ -10,6 +10,13 @@
|
|||||||
"url": "https://api.integratielaag.nl/abt/products/2.2"
|
"url": "https://api.integratielaag.nl/abt/products/2.2"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"security": [
|
||||||
|
{
|
||||||
|
"clientCredentials": [
|
||||||
|
"profile"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"name": "ABTProducts CRUD",
|
"name": "ABTProducts CRUD",
|
||||||
@ -35,7 +42,7 @@
|
|||||||
"examples": {
|
"examples": {
|
||||||
"No products / Empty list": {
|
"No products / Empty list": {
|
||||||
"value": {
|
"value": {
|
||||||
"Entries": [],
|
"Entries": null,
|
||||||
"href": null
|
"href": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -2534,6 +2541,19 @@
|
|||||||
"productName": "TODO"
|
"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