Update Duct Group partially
  • 28 Oct 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update Duct Group partially

  • Dark
    Light
  • PDF

Article summary

Patch
/duct-groups/{id}/

Operation is used to update specific fields in existing Duct Group. Available from product version 2024.4.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Duct Group to update

Body parameters

Duct Group properties and values to be updated

object

Duct Group

name
string Required

Name of the duct group

remarks
string

Remarks

Responses
200

Object was updated successfully

Expand All
object

Duct Group

ductRows
Array of object (DuctGroupRow)

Duct group rows

object

Duct Group Row

bMeasure
number (float)

B-measure

ductHierarchy
string

Duct hierarchy

ductOwner
string

Duct owner

ductRenter
string

Duct renter

ductState
string

Duct state

ductType
string

Duct type

hMeasure
number (float)

H-measure

id
integer

Unique id of duct group row

identification
string

Identification

installYear
integer

Installation year

id
integer

Unique id of duct group

name
string

Name of the duct group

remarks
string

Remarks

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error


Was this article helpful?