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"
|
||||
}
|
||||
],
|
||||
"security": [
|
||||
{
|
||||
"clientCredentials": [
|
||||
"profile"
|
||||
]
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
{
|
||||
"name": "ABTProducts CRUD",
|
||||
@ -35,7 +42,7 @@
|
||||
"examples": {
|
||||
"No products / Empty list": {
|
||||
"value": {
|
||||
"Entries": [],
|
||||
"Entries": null,
|
||||
"href": null
|
||||
}
|
||||
},
|
||||
@ -2534,6 +2541,19 @@
|
||||
"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