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
Gets a response based on the first one in the list instead of failing with an error message indicating that the request is invalid
Kjør følgende request med gitt partyid og testmiljø
{{platformenvurl}}/accessmanagement/api/v1/internal/partyid/rights/delegation/delegationcheck { "resource": [ { "id": "urn:altinn:resource", "value": "Fraværsportalen" }, { "id": "urn:altinn:resource", "value": "kravogbetaling" } ] }
No response
The text was updated successfully, but these errors were encountered:
jonkjetiloye
No branches or pull requests
Description of the bug
Gets a response based on the first one in the list instead of failing with an error message indicating that the request is invalid
Steps To Reproduce
Kjør følgende request med gitt partyid og testmiljø
{{platformenvurl}}/accessmanagement/api/v1/internal/partyid/rights/delegation/delegationcheck
{
"resource": [
{
"id": "urn:altinn:resource",
"value": "Fraværsportalen"
},
{
"id": "urn:altinn:resource",
"value": "kravogbetaling"
}
]
}
Additional Information
No response
The text was updated successfully, but these errors were encountered: