Documentation Index

Fetch the complete documentation index at: https://support.keypro.fi/llms.txt

Use this file to discover all available pages before exploring further.

2025-11-06 14.00 UTC - There are currently no active events. All systems operational.

Update Sewer Valve type data partially

Prev Next
Patch
/sewer-valves/{id}/

Operation is used to update specific fields in existing Sewer Valve type data. Available from version 2025.3.

Security
API Key: Token
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Sewer Valve Type to update

Body parameters

Sewer Valve attributes and values to be updated

object

Sewer valve type object. Flat version for patch and post methods

address
string

Address

diameter
string

Valve diameter

diameter2
string

Secondary valve diameter

handedness
integer

Valve handedness id

manufacturer
integer

Valve manufacturer id

node
integer Required

Sewer node id

type
integer Required

Valve type id

Responses
200

Object was updated successfully

object

Sewer valve type object. Flat version for patch and post methods

address
string

Address

diameter
string

Valve diameter

diameter2
string

Secondary valve diameter

handedness
integer

Valve handedness id

id
integer

Primary key

manufacturer
integer

Valve manufacturer id

node
integer

Sewer node id

type
integer

Valve 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