Update KeyUv Fault data partially
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update KeyUv Fault data partially

  • Dark
    Light
  • PDF

Article summary

Patch
/faults/{id}/

Operation is used to update specific fields in existing KeyUv Fault data.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of KeyUv Fault to update

Body parameters

KeyUv Fault attributes and values to be updated

object

FlatKeyUvFault

address
integer

Address

closedBy
string

Closed by

closedTs
string (date-time)

Closed timestamp

createdBy
string

Created by

createdTs
string (date-time)

Created timestamp

description
string

Description

faultCategory
integer

Category

faultId
integer

Primary key

faultLocation
string (ewkt)

Fault location

faultLocationDetails
string

Fault location details

networkObjects
integer

Fault network objects

privateCustomerEmail
string

Private customer email

privateCustomerName
string

Private customer name

privateCustomerPhone
string

Private customer phone

reportDate
string (date-time)

Report date

state
integer

State

Responses
200

Object was updated successfully

object

FlatKeyUvFault

address
integer

Address

closedBy
string

Closed by

closedTs
string (date-time)

Closed timestamp

createdBy
string

Created by

createdTs
string (date-time)

Created timestamp

description
string

Description

faultCategory
integer

Category

faultId
integer

Primary key

faultLocation
string (ewkt)

Fault location

faultLocationDetails
string

Fault location details

networkObjects
integer

Fault network objects

privateCustomerEmail
string

Private customer email

privateCustomerName
string

Private customer name

privateCustomerPhone
string

Private customer phone

reportDate
string (date-time)

Report date

state
integer

State

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?