Split up Swagger in two separate files with SE and TP URI, to accommodate two separate stubs
This commit is contained in:
parent
c21f8f9e34
commit
cc7da9d69e
@ -71,7 +71,7 @@ paths:
|
||||
"productPageUrl": null,
|
||||
"_links": {
|
||||
"get_details": {
|
||||
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/99",
|
||||
"href": "https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/99",
|
||||
"method": "GET"
|
||||
}
|
||||
}
|
||||
@ -104,7 +104,7 @@ paths:
|
||||
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
||||
"_links": {
|
||||
"get_details": {
|
||||
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/2",
|
||||
"href": "https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/2",
|
||||
"method": "GET"
|
||||
}
|
||||
}
|
||||
@ -137,7 +137,7 @@ paths:
|
||||
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
||||
"_links": {
|
||||
"get_details": {
|
||||
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/2",
|
||||
"href": "https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/2",
|
||||
"method": "GET"
|
||||
}
|
||||
}
|
||||
@ -169,7 +169,7 @@ paths:
|
||||
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
||||
"_links": {
|
||||
"get_details": {
|
||||
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/49",
|
||||
"href": "https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/49",
|
||||
"method": "GET"
|
||||
}
|
||||
}
|
||||
@ -202,7 +202,7 @@ paths:
|
||||
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
||||
"_links": {
|
||||
"get_details": {
|
||||
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/2",
|
||||
"href": "https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/2",
|
||||
"method": "GET"
|
||||
}
|
||||
}
|
||||
@ -232,7 +232,7 @@ paths:
|
||||
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
||||
"_links": {
|
||||
"get_details": {
|
||||
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/4",
|
||||
"href": "https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/4",
|
||||
"method": "GET"
|
||||
}
|
||||
}
|
||||
2550
src/openapi/products/SE-products-TP.yaml
Normal file
2550
src/openapi/products/SE-products-TP.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user