Skip to content

Commit 3dbc4df

Browse files
authored
feat(iam): make sure audience_id is required (scaleway#2509)
1 parent fc62d13 commit 3dbc4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/iam/v1alpha1/iam_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1892,7 +1892,7 @@ type ListJWTsRequest struct {
18921892
OrderBy ListJWTsRequestOrderBy `json:"-"`
18931893

18941894
// AudienceID: ID of the user to search.
1895-
AudienceID *string `json:"-"`
1895+
AudienceID string `json:"-"`
18961896

18971897
// PageSize: number of results per page. Value must be between 1 and 100.
18981898
PageSize *uint32 `json:"-"`

0 commit comments

Comments
 (0)