Fix URI
This commit is contained in:
parent
bfb62d7822
commit
9b00a42d5d
@ -6,7 +6,7 @@ info:
|
|||||||
To be used by touchpoints to get information about HTM products they are allowed to see and/or sell.
|
To be used by touchpoints to get information about HTM products they are allowed to see and/or sell.
|
||||||
version: '1.0'
|
version: '1.0'
|
||||||
servers:
|
servers:
|
||||||
- url: https://api.integratielaag.nl/abt/servcieengine/x.x
|
- url: https://api.integratielaag.nl/abt/abtserviceengine/2.0
|
||||||
tags:
|
tags:
|
||||||
- name: ServiceEngine Products
|
- name: ServiceEngine Products
|
||||||
description: |-
|
description: |-
|
||||||
@ -76,7 +76,7 @@ paths:
|
|||||||
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
||||||
"_links": {
|
"_links": {
|
||||||
"get_details": {
|
"get_details": {
|
||||||
"href": "https://services.acc.api.htm.nl/abt/serviceengine/x.x/products/2",
|
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/2",
|
||||||
"method": "GET"
|
"method": "GET"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -109,7 +109,7 @@ paths:
|
|||||||
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
||||||
"_links": {
|
"_links": {
|
||||||
"get_details": {
|
"get_details": {
|
||||||
"href": "https://services.acc.api.htm.nl/abt/serviceengine/x.x/products/2",
|
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/2",
|
||||||
"method": "GET"
|
"method": "GET"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -141,7 +141,7 @@ paths:
|
|||||||
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
||||||
"_links": {
|
"_links": {
|
||||||
"get_details": {
|
"get_details": {
|
||||||
"href": "https://services.acc.api.htm.nl/abt/serviceengine/x.x/products/49",
|
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/49",
|
||||||
"method": "GET"
|
"method": "GET"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -174,7 +174,7 @@ paths:
|
|||||||
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
||||||
"_links": {
|
"_links": {
|
||||||
"get_details": {
|
"get_details": {
|
||||||
"href": "https://services.acc.api.htm.nl/abt/serviceengine/x.x/products/2",
|
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/2",
|
||||||
"method": "GET"
|
"method": "GET"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -204,7 +204,7 @@ paths:
|
|||||||
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
"productPageUrl": "https://www.htm.nl/nog-onbekende-product-pagina",
|
||||||
"_links": {
|
"_links": {
|
||||||
"get_details": {
|
"get_details": {
|
||||||
"href": "https://services.acc.api.htm.nl/abt/serviceengine/x.x/products/4",
|
"href": "https://services.acc.api.htm.nl/abt/abtserviceengine/2.0/products/4",
|
||||||
"method": "GET"
|
"method": "GET"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2090,7 +2090,7 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
href:
|
href:
|
||||||
type: string
|
type: string
|
||||||
example: https://api.integratielaag.nl/abt/serviceengine/x.x/products/1
|
example: https://api.integratielaag.nl/abt/abtserviceengine/2.0/products/1
|
||||||
method:
|
method:
|
||||||
type: string
|
type: string
|
||||||
example: GET
|
example: GET
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user