To route requests to specific flows where the flow mapping is defined with APIKit router, is naming syntax mandatory?
Asked
Active
Viewed 999 times
1 Answers
0
For the auto-generate flow mappings yes. However you can override these via :
<apikit:config name="apiConfig" raml="api.raml" doc:name="Router" >
<apikit:flow-mapping resource="/resourceOne" action="get" flow-ref="someFlowOfYours"/>
</apikit:config>

Ryan Carter
- 11,441
- 2
- 20
- 27