diff --git a/docs/user_manual/processing_algs/gdal/vectormiscellaneous.rst b/docs/user_manual/processing_algs/gdal/vectormiscellaneous.rst
index eeb3b964779..136e928188d 100644
--- a/docs/user_manual/processing_algs/gdal/vectormiscellaneous.rst
+++ b/docs/user_manual/processing_algs/gdal/vectormiscellaneous.rst
@@ -247,6 +247,13 @@ Parameters
* 7 --- MULTIPOINT
* 8 --- MULTIPOLYGON
* 9 --- MULTILINESTRING
+ * 10 --- CIRCULARSTRING
+ * 11 --- COUMPOUNDCURVE
+ * 12 --- CURVEPOLYGON
+ * 13 --- MULTICURVE
+ * 14 --- MULTISURFACE
+ * 15 --- CONVERT_TO_LINEAR
+ * 16 --- CONVERT_TO_CURVE
* - **Assign an output CRS**
@@ -326,11 +333,12 @@ Parameters
- [enumeration]
Default: 0 (2D)
- - Defines if the vector file to be imported has 2D or 3D data.
+ - Defines the coordinate dimensions of the imported vector data.
One of:
- * 0 --- 2
- * 1 --- 3
+ * 0 --- 2 (``XY``)
+ * 1 --- 3 (``XYZ``)
+ * 2 --- 4 (``XYZM``)
* - **Distance tolerance for simplification**
@@ -440,7 +448,14 @@ Parameters
- [boolean]
Default: False
- -
+ - Continue after a failure, skipping the failed feature.
+ * - **Validate geometries based on Simple Features specification**
+ - ``MAKEVALID``
+ - [boolean]
+
+ Default: False
+ - Applies cleanup operations on geometries to ensure they are valid regarding the rules
+ of the `Simple Features specification `_.
* - **Promote to Multipart**
- ``PROMOTETOMULTI``
- [boolean]
@@ -528,6 +543,13 @@ Parameters
* 7 --- MULTIPOINT
* 8 --- MULTIPOLYGON
* 9 --- MULTILINESTRING
+ * 10 --- CIRCULARSTRING
+ * 11 --- COUMPOUNDCURVE
+ * 12 --- CURVEPOLYGON
+ * 13 --- MULTICURVE
+ * 14 --- MULTISURFACE
+ * 15 --- CONVERT_TO_LINEAR
+ * 16 --- CONVERT_TO_CURVE
* - **Assign an output CRS**
@@ -646,11 +668,12 @@ Parameters
- [enumeration]
Default: 0 (2D)
- - Defines if the vector file to be imported has 2D or 3D data.
+ - Defines the coordinate dimensions of the imported vector data.
One of:
- * 0 --- 2D
- * 1 --- 3D
+ * 0 --- 2 (``XY``)
+ * 1 --- 3 (``XYZ``)
+ * 2 --- 4 (``XYZM``)
* - **Distance tolerance for simplification**
@@ -769,7 +792,14 @@ Parameters
- [boolean]
Default: False
- -
+ - Continue after a failure, skipping the failed feature.
+ * - **Validate geometries based on Simple Features specification**
+ - ``MAKEVALID``
+ - [boolean]
+
+ Default: False
+ - Applies cleanup operations on geometries to ensure they are valid regarding the rules
+ of the `Simple Features specification `_.
* - **Promote to Multipart**
- ``PROMOTETOMULTI``
- [boolean]