Skip to content

Commit 72f35bc

Browse files
add updates
1 parent 70a6858 commit 72f35bc

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/Starshield/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# 更新历史 #
2-
API版本:0.0.8
2+
API版本:0.0.9
33

44
| 发布时间 | 版本号 | 更新 | 说明 |
55
| ---------- | ------ | ------------- | -------------- |
6+
| 2023-03-14 | 0.0.9 | 调整证书列表、安全事件接口返参,调整浏览器缓存TTL、证书上传接口入参 ||
67
| 2023-03-01 | 0.0.8 | 调整数据概览、日志分析部分接口返回参数格式 ||
78
| 2023-03-01 | 0.0.7 | 提供关闭BOT接口 ||
89
| 2023-02-28 | 0.0.6 | 1.listDNSRecords修改字段:responses#ty_pe=>type<br/>2.listZones新增字段:response#cname_suffix ||

src/data/starshield/v1/api-2.json.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,6 +1815,8 @@
18151815
'firewallSource' => [ 'type' => 'string', 'locationName' => 'firewallSource', ],
18161816
'userAgent' => [ 'type' => 'string', 'locationName' => 'userAgent', ],
18171817
'ruleId' => [ 'type' => 'string', 'locationName' => 'ruleId', ],
1818+
'group' => [ 'type' => 'string', 'locationName' => 'group', ],
1819+
'ruleMessage' => [ 'type' => 'string', 'locationName' => 'ruleMessage', ],
18181820
],
18191821
],
18201822
'AccessLog' => [
@@ -1955,6 +1957,7 @@
19551957
'type' => 'structure',
19561958
'members' => [
19571959
'id' => [ 'type' => 'string', 'locationName' => 'id', ],
1960+
'type' => [ 'type' => 'string', 'locationName' => 'type', ],
19581961
'ty_pe' => [ 'type' => 'string', 'locationName' => 'ty_pe', ],
19591962
'hosts' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
19601963
'certificates' => [ 'type' => 'list', 'member' => [ 'shape' => 'Certificate', ], ],

0 commit comments

Comments
 (0)