Patch a feature

Patches an existing feature.

Path Params
string
required

The unique identifier of the layer.

string
required

The unique identifier of a feature in the layer.

Query Params
string
Defaults to HEAD

The query parameter used to specify the target version reference when reading or writing features.
A reference describes a target tag or a version.

Default is: HEAD


Depending on the use-case it can be necessary to specify a range of versions rather than
only one version. In such a case the version part of the Ref would look like:
<start>..<end>

Where <start> is the start of the range (exclusive) and <end> is the end of the range
(inclusive).

Another way of specifying a version range is using the star-symbol: *

Using * refers to "all available versions" in the space or branch and is only
applicable in the cases in which a version range may be provided.


Samples:

  • 42 points to version 42
  • HEAD points to the latest version
  • myTag points to the version of the tag with ID "myTag"
  • 0..HEAD points to all available versions
  • * also points to all versions (short form)
  • 5..10 points to the versions in the interval ]5, 10]
Body Params

A feature request.

A Feature object represents a spatially bounded thing.

string
required
bbox
array of numbers

Describes the coordinate range of the GeoJSON object.

bbox
string

The unique identifier of the feature.

geometry
object

A Geometry object represents points, curves, and surfaces in coordinate layer.

properties
object

The properties of the feature.

Headers
string
enum
Defaults to application/geo+json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/geo+json
application/json