Closed Ziabatcha closed 7 months ago
As per specification and issue #812 that fixes #747 the link should contain informations about endpoints:
For this reason the API expects to retrieve informations about link endpoints that are missing in the links used per test and returns 500 internal server error
Still observing this issue in text_v1.1.4: Steps followed:
Tested and it is working in v1.1.5 Logs:
curl -X POST "/v1/provide-list-of-parallel-links" -H "accept: application/json" -H "user: User Name" -H "originator: Resolver" -H "x-correlator: 550e8400-e29b-11d4-a716-446655440000" -H "trace-indicator: 1.3.1" -H "customer-journey: Unknown value" -H "operation-key: ---------------" -H "Content-Type: application/json" -d "{\"link-id\":\"533616788\"}"
{
"parallel-link-list": [
"533616788",
"533616790"
]
}
Steps followed:
tag:testv1.1.3 Logs: