Skip to content

Commit

Permalink
feat(iam): require user_id in ListGracePeriodsRequest (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Nov 29, 2024
1 parent b696c1e commit 52a341c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/clients/src/api/iam/v1alpha1/validation-rules.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ export const ListApplicationsRequest = {
},
}

export const ListGracePeriodsRequest = {
userId: {
minLength: 1,
},
}

export const ListGroupsRequest = {
name: {
minLength: 1,
Expand Down

0 comments on commit 52a341c

Please sign in to comment.