Patch
/sewer-branch/{id}/
Operation is used to update specific fields in existing Sewer Branch type data.
Security
API Key: Token
Header parameter nameAuthorization
Token issued for API consumer.
Path parameters
id
integerRequired
Id of Sewer Branch Type to update
Body parameters
Sewer Branch attributes and values to be updated
object
Sewer branch type object. Flat version for patch and post methods
node
integer Required
Sewer node id
type_id
integer Required
Branch type id
Responses
200
Object was updated successfully
object
Sewer branch type object. Flat version for patch and post methods
id
integer
Primary key
node
integer
Sewer node id
type_id
integer
Branch type id
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