Model - Update Explicit List Item
Updates an explicit (exception) list item for a Pattern.Any entity in a version of the application.
PUT {Endpoint}/luis/authoring/v3.0-preview/apps/{appId}/versions/{versionId}/patternanyentities/{entityId}/explicitlist/{itemId}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
app
|
path | True |
string uuid |
The application ID. |
Endpoint
|
path | True |
string |
Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). |
entity
|
path | True |
string uuid |
The Pattern.Any entity extractor ID. |
item
|
path | True |
integer int64 |
The explicit list item ID. |
version
|
path | True |
string |
The version ID. |
Request Header
Name | Required | Type | Description |
---|---|---|---|
Ocp-Apim-Subscription-Key | True |
string |
Request Body
Name | Type | Description |
---|---|---|
explicitListItem |
string |
The explicit list item. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Successfully updated the explicit list item. |
|
Other Status Codes |
Error Response. |
Security
Ocp-Apim-Subscription-Key
Type:
apiKey
In:
header
Examples
Successful Update Pattern.Any Entity Explicit List Item request
Sample request
PUT {Endpoint}/luis/authoring/v3.0-preview/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/patternanyentities/3d73462d-98f0-4dcd-8d30-fab9e65f2e73/explicitlist/53435
{
"explicitListItem": "new item"
}
Sample response
{
"code": "Success",
"message": "Operation Successful"
}
Definitions
Name | Description |
---|---|
Error |
Error response when invoking an operation on the API. |
Explicit |
Model object for updating an explicit (exception) list item. |
Operation |
Response of an Operation status. |
Operation |
Status Code. |
ErrorResponse
Error response when invoking an operation on the API.
Name | Type | Description |
---|---|---|
errorType |
string |
ExplicitListItemUpdateObject
Model object for updating an explicit (exception) list item.
Name | Type | Description |
---|---|---|
explicitListItem |
string |
The explicit list item. |
OperationStatus
Response of an Operation status.
Name | Type | Description |
---|---|---|
code |
Status Code. |
|
message |
string |
Status details. |
OperationStatusType
Status Code.
Name | Type | Description |
---|---|---|
FAILED |
string |
|
Failed |
string |
|
Success |
string |