Skip to main content
如果您不打算构建API参考文档,您可以删除此部分,通过移除api-reference文件夹。

Welcome

有两种方式来构建API文档:OpenAPIMDX组件。对于入门套件,我们使用以下OpenAPI规范。

Plant Store Endpoints

View the OpenAPI specification file

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
  {
    "bearerAuth": []
  }
]