显示某个项目插件
开发环境
开发环境
GET
api/v1/projects/{projectId}/plugins
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.comapi/v1/projects//plugins' \
--header 'authorization;'
响应示例响应示例
200 - 成功示例
{
"status": "success",
"data": {
"model_name": "IndoorPlants",
"human_name": "The Indoor Plants Channel",
"keywords": "Indoor plants, Gardening, Trusted information.",
"description": "Trusted information about indoor plants and gardening.",
"logo": "https://app.customgpt.ai/logo.svg",
"is_active": true
}
}
请求参数
Path 参数
projectId
string
必需
Header 参数
authorization
string
必需
返回响应
修改于 2024-02-22 04:00:20