Patch
/fault_components/{fault_id}/{network_object_ct}/{network_object_id}/{component_id}/
Operation is used to update specific fields in existing KeyUv Fault Component data.
Security
API Key
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
fault_id
integerRequired
Id of KeyUv Fault Component to update
network_object_ct
integerRequired
Id of Network Object Content Type to update
network_object_id
integerRequired
Id of Network Object to update
component_id
integerRequired
Id of KeyUv Component to update
Body parameters
KeyUv Fault Component attributes and values to be updated
object
FlatKeyUvFaultComponent
component_id
integer Required
Component id
network_object
integer Required
Fault network object id
network_object_ct
integer Required
Network object content type
Responses
200
Object was updated successfully
object
FlatKeyUvFaultComponent
component_id
integer
Component id
id
integer
Primary key
network_object
integer
Fault network object id
network_object_ct
integer
Network object content 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