File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class FortifiApiDefinition extends ApiDefinition
1111 public function __construct ()
1212 {
1313 $ this ->setTitle ('Fortifi API ' );
14- $ this ->setVersion ('3.180 .0 ' );
14+ $ this ->setVersion ('3.181 .0 ' );
1515 $ this ->setDescription (<<<DESCRIPTION
1616The second version of the Fortifi API is an exciting step forward towards
1717making it easier for businesses to have open access to their data. We created it
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function delete($entityFid = null)
3737 'device/{hardwareId} '
3838 )
3939 ));
40- $ detail ->addPostField ('entityFid ' , $ entityFid );
40+ $ detail ->addQueryField ('entityFid ' , $ entityFid );
4141 $ detail ->setMethod ('DELETE ' );
4242 $ request ->setRequestDetail ($ detail );
4343 return $ request ;
Original file line number Diff line number Diff line change 11swagger : ' 2.0'
22info :
33 title : Fortifi API
4- version : ' 3.180 .0'
4+ version : ' 3.181 .0'
55 termsOfService : ' https://fortifi.io/legal/terms/api'
66 description : >
77 The second version of the Fortifi API is an exciting step forward towards
@@ -5009,7 +5009,7 @@ paths:
50095009 parameters :
50105010 - $ref : ' #/parameters/hardwareId'
50115011 - name : entityFid
5012- in : formData
5012+ in : query
50135013 type : string
50145014 description : Entity FID assigned to the device (CST or CONT)
50155015 required : false
You can’t perform that action at this time.
0 commit comments