I have three headers A,B,C here A is always mandatory and either B or C should be present only one at a time in request.
How to implement in raml 1.0
I have three headers A,B,C here A is always mandatory and either B or C should be present only one at a time in request.
How to implement in raml 1.0
Copyright © 2021 Jogjafile Inc.
It doesn't look like RAML can validate that kind of conditions. About headers the RAML specification only says:
Assuming that you are implementing this RAML API in Mule runtime with APIKit then you will need to implement the restriction in the body of the flow.