更新时间:2020-12-25 17:25
删除指定 opensearch 应用版本的粗排配置
DELETE
/v4/openapi/app-groups/[appGroupIdentity]/apps/[appId]/first-ranks/[name]
字段 | 类型 | 是否必要 | 示例值 | 描述 |
---|---|---|---|---|
appGroupIdentity | String | 是 | “my_app_group_name” | 应用名称 |
appId | String | 是 | “110157886” | 版本号 |
name | String | 是 | “test” | 粗排表达式名称 |
字段 | 类型 | 描述 |
---|---|---|
requestId | String | 请求ID |
result | Object | 粗排表达式信息 参考:FirstRank |
DELETE /v4/openapi/app-groups/os_function_test_v1/apps/110157886/first-ranks/test_gmt
正确返回
{
"requestId": "E676FAB6-A0AC-64D9-F9D7-D0D33C930CFF",
"result": {
"name": "test2",
"description": "",
"active": false,
"type": "STRUCT",
"meta": [
{
"attribute": "timeliness()",
"arg": "hid",
"weight": 1
}
],
"created": 1587708467,
"updated": 1587708467
}
}
错误返回参考:响应结构
在文档使用中是否遇到以下问题
更多建议
匿名提交