@@ -1572,6 +1572,12 @@ const docTemplate = `{
|
||||
"description": "单批目标条数,缺省 100,上限 200",
|
||||
"name": "limit",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "检索关键字(服务端全文匹配,支持 * 通配;仅首查生效)",
|
||||
"name": "q",
|
||||
"in": "query"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
@@ -9439,6 +9445,9 @@ const docTemplate = `{
|
||||
"items": {
|
||||
"$ref": "#/definitions/oci-portal_internal_oci.AuditEvent"
|
||||
}
|
||||
},
|
||||
"scannedThrough": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1565,6 +1565,12 @@
|
||||
"description": "单批目标条数,缺省 100,上限 200",
|
||||
"name": "limit",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "检索关键字(服务端全文匹配,支持 * 通配;仅首查生效)",
|
||||
"name": "q",
|
||||
"in": "query"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
@@ -9432,6 +9438,9 @@
|
||||
"items": {
|
||||
"$ref": "#/definitions/oci-portal_internal_oci.AuditEvent"
|
||||
}
|
||||
},
|
||||
"scannedThrough": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -2271,6 +2271,8 @@ definitions:
|
||||
items:
|
||||
$ref: '#/definitions/oci-portal_internal_oci.AuditEvent'
|
||||
type: array
|
||||
scannedThrough:
|
||||
type: string
|
||||
type: object
|
||||
oci-portal_internal_service.Changes:
|
||||
additionalProperties:
|
||||
@@ -3637,6 +3639,10 @@ paths:
|
||||
in: query
|
||||
name: limit
|
||||
type: integer
|
||||
- description: 检索关键字(服务端全文匹配,支持 * 通配;仅首查生效)
|
||||
in: query
|
||||
name: q
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: OK
|
||||
|
||||
Reference in New Issue
Block a user