Skip to content

Commit

Permalink
refactor(audit dict): adapt api changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon authored and ysfscream committed Nov 27, 2024
1 parent 152e82e commit 953149a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions orval.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const tagArr = [
'Data Backup',
'Schema Validation',
'Message Transformation',
'Opentelemetry',
]

const typesFolder = './src/types/schemas/'
Expand Down
24 changes: 24 additions & 0 deletions src/views/General/resource_dict.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,30 @@
"zh": "更新 OpenTelemetry 配置"
}
},
{
"method": "delete",
"path": "/opentelemetry/whitelist/:type",
"operation_label": {
"en": "Opentelemetry",
"zh": "Opentelemetry"
},
"operation_name_label": {
"en": "Purge white list for specific type",
"zh": "删除指定类型的白名单"
}
},
{
"method": "post",
"path": "/opentelemetry/whitelist/:type",
"operation_label": {
"en": "Opentelemetry",
"zh": "Opentelemetry"
},
"operation_name_label": {
"en": "Update white list for specific type",
"zh": "更新指定类型的白名单"
}
},
{
"method": "delete",
"path": "/clients/:clientid",
Expand Down

0 comments on commit 953149a

Please sign in to comment.