Skip to content

Commit a9f4b30

Browse files
authored
docs: add public endpoints section to usage documentation
1 parent a41de5b commit a9f4b30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/zh/usage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,12 @@ curl -X PATCH http://localhost:9090/api/v1/instances/{id} \
271271
-d '{"action":"restart"}'
272272
```
273273

274+
#### 公共端点
275+
276+
以下端点不需要API Key身份验证:
277+
- `GET {prefix}/v1/openapi.json` - OpenAPI规范
278+
- `GET {prefix}/v1/docs` - Swagger UI文档
279+
274280
## 双向数据流说明
275281

276282
NodePass支持灵活的双向数据流配置:

0 commit comments

Comments
 (0)