diff --git a/docs/response-parameters.rst b/docs/response-parameters.rst index eb15a051..4b22caa6 100644 --- a/docs/response-parameters.rst +++ b/docs/response-parameters.rst @@ -51,10 +51,12 @@ Descriptions of the custom response parameters that are marked with a leading `` * ``@changesetId`` - id of the OSM changeset where the contribution was performed * ``@osmType`` - type of the OSM element (NODE, WAY or RELATION) * ``@timestamp`` - indicates when this contribution occurred -* ``@creation`` - contribution type; indicates if this feature is newly created (true); cannot occur in combination with other contribution types +* ``@creation`` - contribution type; indicates if a new feature gets created OR moved into your requested area of interest OR is now fitting to your defined filter parameter (true); cannot occur in combination with other contribution types * ``@geometryChange`` - contribution type; indicates if the geometry of this feature has changed (true); can occur in combination with @tagChange -* ``@tagChange``- contribution type; indicates if the tag of this feature has changed (true); can occur in combination with @geometryChange -* ``@deletion`` - contribution type; indicates if the feature is deleted (true); cannot occur in combination with other contribution types +* ``@tagChange``- contribution type; indicates if the tag(s) of this feature has/have changed (true); can occur in combination with @geometryChange +* ``@deletion`` - contribution type; indicates if a feature gets deleted OR moved outside of your requested area of interest OR is not fitting anymore to your defined filter parameter (true); cannot occur in combination with other contribution types + +.. note:: No `contribution type` can occur with having ``false`` as a value. If any of them is present, the value is always ``true``. Metadata --------