|
@@ -20,7 +20,7 @@ An example of a request for a file on the Kuiper server:
|
|
```json
|
|
```json
|
|
{
|
|
{
|
|
"name":"random",
|
|
"name":"random",
|
|
- "file":"file:///var/plugins/services/sample.zip"
|
|
|
|
|
|
+ "file":"file:///var/services/sample.zip"
|
|
}
|
|
}
|
|
```
|
|
```
|
|
|
|
|
|
@@ -54,7 +54,7 @@ Response example:
|
|
This API is used to print detailed definitions of external services.
|
|
This API is used to print detailed definitions of external services.
|
|
|
|
|
|
```shell
|
|
```shell
|
|
-GET http://localhost:9081/plugins/services/{name}
|
|
|
|
|
|
+GET http://localhost:9081/services/{name}
|
|
```
|
|
```
|
|
|
|
|
|
The path parameter `name` is the name of the external service.
|
|
The path parameter `name` is the name of the external service.
|
|
@@ -64,7 +64,7 @@ The path parameter `name` is the name of the external service.
|
|
This API is used to delete external services, and all functions defined under the service will be deleted.
|
|
This API is used to delete external services, and all functions defined under the service will be deleted.
|
|
|
|
|
|
```shell
|
|
```shell
|
|
-DELETE http://localhost:8080/plugins/services/{name}
|
|
|
|
|
|
+DELETE http://localhost:8080/services/{name}
|
|
```
|
|
```
|
|
|
|
|
|
## Update external services
|
|
## Update external services
|