Skip to content

Commit a567df6

Browse files
committed
Generated 5.6.0 BP API
1 parent ebdff90 commit a567df6

File tree

5 files changed

+2442
-2051
lines changed

5 files changed

+2442
-2051
lines changed

ds3/ds3Posts.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ func (client *Client) PutBucketSpectraS3(request *models.PutBucketSpectraS3Reque
328328
WithQueryParam("name", request.Name).
329329
WithOptionalQueryParam("data_policy_id", request.DataPolicyId).
330330
WithOptionalQueryParam("id", request.Id).
331+
WithOptionalQueryParam("protected", networking.BoolPtrToStrPtr(request.Protected)).
331332
WithOptionalQueryParam("user_id", request.UserId).
332333
Build(client.connectionInfo)
333334

0 commit comments

Comments
 (0)