File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ 2024-12-07 Version: v2.7.2
2+ - Update API PurgeCaches: update param SiteId.
3+ - Update API PurgeCaches: update param Type.
4+
5+
162024-12-05 Version: v2.7.1
27- Update API CommitRoutineStagingCode: update param Name.
38- Update API CreateRoutine: update param Description.
Original file line number Diff line number Diff 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****
You can’t perform that action at this time.
0 commit comments