Skip to content

Commit c6dd00f

Browse files
committed
Update API PurgeCaches: update param SiteId.
1 parent f8010cc commit c6dd00f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ChangeLog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2024-12-07 Version: v2.7.2
2+
- Update API PurgeCaches: update param SiteId.
3+
- Update API PurgeCaches: update param Type.
4+
5+
16
2024-12-05 Version: v2.7.1
27
- Update API CommitRoutineStagingCode: update param Name.
38
- Update API CreateRoutine: update param Description.

client/client.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35545,6 +35545,8 @@ type PurgeCachesRequest struct {
3554535545
Force *bool `json:"Force,omitempty" xml:"Force,omitempty"`
3554635546
// The website ID. You can call the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation to obtain the ID.
3554735547
//
35548+
// This parameter is required.
35549+
//
3554835550
// example:
3554935551
//
3555035552
// 123456789****
@@ -35684,6 +35686,8 @@ type PurgeCachesShrinkRequest struct {
3568435686
Force *bool `json:"Force,omitempty" xml:"Force,omitempty"`
3568535687
// The website ID. You can call the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation to obtain the ID.
3568635688
//
35689+
// This parameter is required.
35690+
//
3568735691
// example:
3568835692
//
3568935693
// 123456789****

0 commit comments

Comments
 (0)