Skip to content

Commit c488181

Browse files
committed
Updated Auto Generated Code
1 parent 4d406a7 commit c488181

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Definitions/FortifiApiDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1616
The second version of the Fortifi API is an exciting step forward towards
1717
making it easier for businesses to have open access to their data. We created it

src/Endpoints/DeviceHardwareIdEndpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

swagger.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swagger: '2.0'
22
info:
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

0 commit comments

Comments
 (0)