0

To route requests to specific flows where the flow mapping is defined with APIKit router, is naming syntax mandatory?

Shanthi
  • 1
  • 1

1 Answers1

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