Update Electric fuse partially

Prev Next
Patch
/el_fuses/{id}/

Operation is used to update specific fields in existing Electric fuse. Available from product version 3.2.2.

Security
API Key: Token
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Electric fuse to update

Body parameters

Fuse attributes and values to be updated

object
connection
integer

Id of bus connection type the fuse uses

description
string

Electric Fuse description

exceptional_guiding_type
integer

Available from product version 2025.2.0

fuse
integer Required

Id of Electric fuse type

guiding_type
integer

Available from product version 2025.2.0

identification
string Required

Electric Fuse identification

premise
integer

Id of electric premises the fuse belongs to

switch
integer Required

Id of switch type

vfuse
integer

Id of vfuse type

Responses
200

Object was updated successfully

object
connection
integer

Id of bus connection type the fuse uses

description
string

Electric Fuse description

exceptional_guiding_type
integer

Available from product version 2025.2.0

fuse
integer

Id of Electric fuse type

guiding_type
integer

Available from product version 2025.2.0

id
integer

Id of Electric fuse

identification
string

Electric Fuse identification

premise
integer

Id of electric premises the fuse belongs to

switch
integer

Id of switch type

vfuse
integer

Id of vfuse type

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