Skip to content

Commit bcfe8f8

Browse files
committed
adjust RestAPI-V1
1 parent 7dd3f72 commit bcfe8f8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ It costs 0.014s
296296
* **TAG** columns are optional.
297297
* The number of specified columns can be less than that of the target table. Missing columns will be automatically filled with `NULL` values.
298298
* For Java applications, the `INSERT INTO QUERY` statement can be executed using the [executeNonQueryStatement](../API/Programming-Java-Native-API_apache.md#_3-1-itablesession-interface) method.
299-
* For REST API access, the `INSERT INTO QUERY` statement can be executed via the [/rest/table/v1/nonQuery](../API/RestServiceV1.md#_3-3-non-query-interface) endpoint.
299+
* For REST API access, the `INSERT INTO QUERY` statement can be executed via the [/rest/table/v1/nonQuery](../API/RestAPI-V1.md#_3-3-non-query-interface) endpoint.
300300
* `INSERT INTO QUERY` does **not** support the `EXPLAIN` and `EXPLAIN ANALYZE` commands.
301301
* To execute the query write-back statement successfully, users must have the following permissions:
302302
* The `SELECT` permission on the source tables involved in the query.

src/UserGuide/Master/Table/Basic-Concept/Write-Updata-Data_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ It costs 0.014s
296296
* **TAG** columns are optional.
297297
* The number of specified columns can be less than that of the target table. Missing columns will be automatically filled with `NULL` values.
298298
* For Java applications, the `INSERT INTO QUERY` statement can be executed using the [executeNonQueryStatement](../API/Programming-Java-Native-API_timecho.md#_3-1-itablesession-interface) method.
299-
* For REST API access, the `INSERT INTO QUERY` statement can be executed via the [/rest/table/v1/nonQuery](../API/RestServiceV1.md#_3-3-non-query-interface) endpoint.
299+
* For REST API access, the `INSERT INTO QUERY` statement can be executed via the [/rest/table/v1/nonQuery](../API/RestAPI-V1.md#_3-3-non-query-interface) endpoint.
300300
* `INSERT INTO QUERY` does **not** support the `EXPLAIN` and `EXPLAIN ANALYZE` commands.
301301
* To execute the query write-back statement successfully, users must have the following permissions:
302302
* The `SELECT` permission on the source tables involved in the query.

src/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ It costs 0.014s
296296
* **TAG** columns are optional.
297297
* The number of specified columns can be less than that of the target table. Missing columns will be automatically filled with `NULL` values.
298298
* For Java applications, the `INSERT INTO QUERY` statement can be executed using the [executeNonQueryStatement](../API/Programming-Java-Native-API_apache.md#_3-1-itablesession-interface) method.
299-
* For REST API access, the `INSERT INTO QUERY` statement can be executed via the [/rest/table/v1/nonQuery](../API/RestServiceV1.md#_3-3-non-query-interface) endpoint.
299+
* For REST API access, the `INSERT INTO QUERY` statement can be executed via the [/rest/table/v1/nonQuery](../API/RestAPI-V1.md#_3-3-non-query-interface) endpoint.
300300
* `INSERT INTO QUERY` does **not** support the `EXPLAIN` and `EXPLAIN ANALYZE` commands.
301301
* To execute the query write-back statement successfully, users must have the following permissions:
302302
* The `SELECT` permission on the source tables involved in the query.

src/UserGuide/latest-Table/Basic-Concept/Write-Updata-Data_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ It costs 0.014s
296296
* **TAG** columns are optional.
297297
* The number of specified columns can be less than that of the target table. Missing columns will be automatically filled with `NULL` values.
298298
* For Java applications, the `INSERT INTO QUERY` statement can be executed using the [executeNonQueryStatement](../API/Programming-Java-Native-API_timecho.md#_3-1-itablesession-interface) method.
299-
* For REST API access, the `INSERT INTO QUERY` statement can be executed via the [/rest/table/v1/nonQuery](../API/RestServiceV1.md#_3-3-non-query-interface) endpoint.
299+
* For REST API access, the `INSERT INTO QUERY` statement can be executed via the [/rest/table/v1/nonQuery](../API/RestAPI-V1.md#_3-3-non-query-interface) endpoint.
300300
* `INSERT INTO QUERY` does **not** support the `EXPLAIN` and `EXPLAIN ANALYZE` commands.
301301
* To execute the query write-back statement successfully, users must have the following permissions:
302302
* The `SELECT` permission on the source tables involved in the query.

0 commit comments

Comments
 (0)