Skip to content

Commit 5178a1e

Browse files
authored
Delete the developer's usage description for the enterprise version RESTful service (#493)
1 parent 6c71655 commit 5178a1e

File tree

28 files changed

+2
-156
lines changed

28 files changed

+2
-156
lines changed

src/UserGuide/Master/Tree/API/RestServiceV1.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ IoTDB's RESTful services can be used for query, write, and management operations
2626

2727
RESTful services are disabled by default.
2828

29-
* Developer
30-
31-
Find the `IoTDBrestServiceConfig` class under `org.apache.iotdb.db.conf.rest` in the sever module, and modify `enableRestService=true`.
32-
33-
* User
34-
3529
Find the `conf/conf/iotdb-system.properties` file under the IoTDB installation directory and set `enable_rest_service` to `true` to enable the module.
3630

3731
```properties

src/UserGuide/Master/Tree/API/RestServiceV2.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ IoTDB's RESTful services can be used for query, write, and management operations
2626

2727
RESTful services are disabled by default.
2828

29-
* Developer
30-
31-
Find the `IoTDBrestServiceConfig` class under `org.apache.iotdb.db.conf.rest` in the sever module, and modify `enableRestService=true`.
32-
33-
* User
34-
3529
Find the `conf/iotdb-system.properties` file under the IoTDB installation directory and set `enable_rest_service` to `true` to enable the module.
3630

3731
```properties

src/UserGuide/V0.13.x/API/RestService.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ IoTDB's RESTful services can be used for query, write, and management operations
2626

2727
RESTful services are disabled by default.
2828

29-
* Developer
30-
31-
Find the `IoTDBrestServiceConfig` class under `org.apache.iotdb.db.conf.rest` in the sever module, and modify `enableRestService=true`.
32-
33-
* User
34-
3529
Find the `conf/iotdb.properties` file under the IoTDB installation directory and set `enable_rest_service` to `true` to enable the module.
3630

3731
```properties

src/UserGuide/V1.0.x/API/RestService.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ IoTDB's RESTful services can be used for query, write, and management operations
2626

2727
RESTful services are disabled by default.
2828

29-
* Developer
30-
31-
Find the `IoTDBrestServiceConfig` class under `org.apache.iotdb.db.conf.rest` in the sever module, and modify `enableRestService=true`.
32-
33-
* User
34-
3529
Find the `conf/iotdb.rest.properties` file under the IoTDB installation directory and set `enable_rest_service` to `true` to enable the module.
3630

3731
```properties

src/UserGuide/V1.1.x/API/RestServiceV1.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ IoTDB's RESTful services can be used for query, write, and management operations
2626

2727
RESTful services are disabled by default.
2828

29-
* Developer
30-
31-
Find the `IoTDBrestServiceConfig` class under `org.apache.iotdb.db.conf.rest` in the sever module, and modify `enableRestService=true`.
32-
33-
* User
34-
3529
Find the `conf/iotdb.rest.properties` file under the IoTDB installation directory and set `enable_rest_service` to `true` to enable the module.
3630

3731
```properties

src/UserGuide/V1.1.x/API/RestServiceV2.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ IoTDB's RESTful services can be used for query, write, and management operations
2626

2727
RESTful services are disabled by default.
2828

29-
* Developer
30-
31-
Find the `IoTDBrestServiceConfig` class under `org.apache.iotdb.db.conf.rest` in the sever module, and modify `enableRestService=true`.
32-
33-
* User
34-
3529
Find the `conf/iotdb.rest.properties` file under the IoTDB installation directory and set `enable_rest_service` to `true` to enable the module.
3630

3731
```properties

src/UserGuide/V1.2.x/API/RestServiceV1.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ IoTDB's RESTful services can be used for query, write, and management operations
2626

2727
RESTful services are disabled by default.
2828

29-
* Developer
30-
31-
Find the `IoTDBrestServiceConfig` class under `org.apache.iotdb.db.conf.rest` in the sever module, and modify `enableRestService=true`.
32-
33-
* User
34-
3529
Find the `conf/iotdb.rest.properties` file under the IoTDB installation directory and set `enable_rest_service` to `true` to enable the module.
3630

3731
```properties

src/UserGuide/V1.2.x/API/RestServiceV2.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ IoTDB's RESTful services can be used for query, write, and management operations
2626

2727
RESTful services are disabled by default.
2828

29-
* Developer
30-
31-
Find the `IoTDBrestServiceConfig` class under `org.apache.iotdb.db.conf.rest` in the sever module, and modify `enableRestService=true`.
32-
33-
* User
34-
3529
Find the `conf/iotdb.rest.properties` file under the IoTDB installation directory and set `enable_rest_service` to `true` to enable the module.
3630

3731
```properties

src/UserGuide/V1.3.0-2/API/RestServiceV1.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ IoTDB's RESTful services can be used for query, write, and management operations
2626

2727
RESTful services are disabled by default.
2828

29-
* Developer
30-
31-
Find the `IoTDBrestServiceConfig` class under `org.apache.iotdb.db.conf.rest` in the sever module, and modify `enableRestService=true`.
32-
33-
* User
34-
3529
Find the `conf/conf/iotdb-datanode.properties` file under the IoTDB installation directory and set `enable_rest_service` to `true` to enable the module.
3630

3731
```properties

src/UserGuide/V1.3.0-2/API/RestServiceV2.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ IoTDB's RESTful services can be used for query, write, and management operations
2626

2727
RESTful services are disabled by default.
2828

29-
* Developer
30-
31-
Find the `IoTDBrestServiceConfig` class under `org.apache.iotdb.db.conf.rest` in the sever module, and modify `enableRestService=true`.
32-
33-
* User
34-
3529
Find the `conf/iotdb-datanode.properties` file under the IoTDB installation directory and set `enable_rest_service` to `true` to enable the module.
3630

3731
```properties

0 commit comments

Comments
 (0)