Apps - Update
更新应用程序的名称或说明。
PUT {Endpoint}/luis/api/v2.0/apps/{appId}
URI 参数
| 名称 | 在 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
app
|
path | True |
string (uuid) |
应用程序 ID。 |
|
Endpoint
|
path | True |
string |
支持的认知服务终结点(协议和主机名,例如:https://westus.api.cognitive.microsoft.com)。 |
请求头
| 名称 | 必需 | 类型 | 说明 |
|---|---|---|---|
| Ocp-Apim-Subscription-Key | True |
string |
请求正文
| 名称 | 类型 | 说明 |
|---|---|---|
| description |
string |
应用程序的新说明。 |
| name |
string |
应用程序的新名称。 |
响应
| 名称 | 类型 | 说明 |
|---|---|---|
| 200 OK |
已成功更新应用程序名称和说明。 |
|
| Other Status Codes |
错误响应。 |
安全性
Ocp-Apim-Subscription-Key
类型:
apiKey
在:
header
示例
Successful Rename Application request
示例请求
PUT {Endpoint}/luis/api/v2.0/apps/363187f1-c573-46b3-bc4c-ae01d686e68e
{
"name": "LUIS App name updated",
"description": "LUIS App description updated"
}
示例响应
{
"code": "Success",
"message": "Operation Successful"
}
定义
| 名称 | 说明 |
|---|---|
|
Application |
用于更新应用程序的名称或说明的对象模型。 |
|
Error |
调用 API 上的作时出现错误响应。 |
|
Operation |
作状态的响应。 |
|
Operation |
状态代码。 |
ApplicationUpdateObject
用于更新应用程序的名称或说明的对象模型。
| 名称 | 类型 | 说明 |
|---|---|---|
| description |
string |
应用程序的新说明。 |
| name |
string |
应用程序的新名称。 |
ErrorResponse
调用 API 上的作时出现错误响应。
| 名称 | 类型 | 说明 |
|---|---|---|
| errorType |
string |
OperationStatus
作状态的响应。
| 名称 | 类型 | 说明 |
|---|---|---|
| code |
状态代码。 |
|
| message |
string |
状态详细信息。 |
OperationStatusType
状态代码。
| 值 | 说明 |
|---|---|
| Failed | |
| FAILED | |
| Success |