Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Avinash Bharti committed Dec 6, 2024
1 parent 2a42d66 commit 7d5a88d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/services/security/v1/parameters/paginationKey_query.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
description: Token of the page to return.
in: query
name: paginationKey
required: false
schema:
description: Token of the page to return.
title: Paginationkey
type: string
2 changes: 2 additions & 0 deletions api/services/security/v1/parameters/paginationSize_query.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
description: Number of items to return per page.
in: query
name: paginationSize
required: false
schema:
default: 100
description: Number of items to return per page.
maximum: 100
minimum: 1
title: Paginationsize
Expand Down

0 comments on commit 7d5a88d

Please sign in to comment.