|
|
|
|
@ -1123,6 +1123,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
|
|
|
|
|
- `name` (string) アプリケーションの名前
|
|
|
|
|
- `description` (string) アプリケーションの説明
|
|
|
|
|
- `tags` (array[string]) アプリケーションのタグ
|
|
|
|
|
- `mode` (string) アプリケーションのモード
|
|
|
|
|
- `author_name` (string) 作者の名前
|
|
|
|
|
</Col>
|
|
|
|
|
<Col>
|
|
|
|
|
<CodeGroup title="Request" tag="GET" label="/info" targetCode={`curl -X GET '${props.appDetail.api_base_url}/info' \\\n-H 'Authorization: Bearer {api_key}'`}>
|
|
|
|
|
@ -1139,7 +1141,9 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
|
|
|
|
|
"tags": [
|
|
|
|
|
"tag1",
|
|
|
|
|
"tag2"
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
"mode": "advanced-chat",
|
|
|
|
|
"author_name": "Dify"
|
|
|
|
|
}
|
|
|
|
|
```
|
|
|
|
|
</CodeGroup>
|
|
|
|
|
|