Created
May 1, 2013 20:52
-
-
Save kldavis4/5498291 to your computer and use it in GitHub Desktop.
Revisions
-
kldavis4 created this gist
May 1, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?><controllerDocumentation><apiVersion>1.0</apiVersion><apis><description>Operations about verticals</description><operations><deprecated>false</deprecated><httpMethod>GET</httpMethod><nickname>getVertical</nickname><notes></notes><parameters><allowMultiple>false</allowMultiple><dataType>Long</dataType><defaultValue></defaultValue><description>vertical Id</description><name>verticalId</name><notes></notes><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>Boolean</dataType><defaultValue></defaultValue><description>load Children</description><name>loadChildren</name><notes></notes><paramType>query</paramType><required>false</required></parameters><responseClass>ResponseEntity</responseClass><summary>get Vertical</summary></operations><path>/verticals/{verticalId}</path></apis><apis><description>Operations about verticals</description><operations><deprecated>false</deprecated><httpMethod>GET</httpMethod><nickname>getVerticals</nickname><notes></notes><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>true</values><values>false</values></allowableValues><dataType>Boolean</dataType><defaultValue></defaultValue><description>flag indicating whether child verticals should be loaded</description><name>loadChildren</name><notes></notes><paramType>query</paramType><required>false</required></parameters><responseClass>com.pontiflex.api.model.Vertical</responseClass><summary></summary></operations><path>/verticals</path></apis><basePath>http://localhost:8107/</basePath><models/><resourcePath>/vertical-service-controller</resourcePath><swaggerVersion>1.0</swaggerVersion></controllerDocumentation>