We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
Expected result: Response code is 203 as there is a cx_warning in the response header pointing to the missing provider agent
Actual result: Response code is 200 although the cx_warning response header parameter is correctly set
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce:
curl --location 'http://localhost:8102/api/agent?asset=http%3A%2F%2Ftiera-control-plane%3A8282%23SkillAsset%3Fsupplier%3DTraceIncidentSite&incidentSite=BPNS000004711DMY'
--header 'Content-Type: application/sparql-results+json'
--header 'Authorization: Basic Zm9vOg=='
Expected result:
Response code is 203 as there is a cx_warning in the response header pointing to the missing provider agent
Actual result:
Response code is 200 although the cx_warning response header parameter is correctly set
The text was updated successfully, but these errors were encountered: