Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[StorageTasks] Bugfix maxpagesize type
  • Loading branch information
golddove committed Jun 20, 2024
commit 56d5045b7e7ff0cfb804358a3d04e12c19612e73
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@
{
"name": "$maxpagesize",
"in": "query",
"type": "string",
"type": "integer",
"format": "int32",
"description": "Optional, specifies the maximum number of storage task assignment Ids to be included in the list response."
},
{
Expand Down Expand Up @@ -326,7 +327,8 @@
{
"name": "$maxpagesize",
"in": "query",
"type": "string",
"type": "integer",
"format": "int32",
"description": "Optional, specifies the maximum number of storage task assignment instances to be included in the list response."
},
{
Expand Down Expand Up @@ -386,7 +388,8 @@
{
"name": "$maxpagesize",
"in": "query",
"type": "string",
"type": "integer",
"format": "int32",
"description": "Optional, specifies the maximum number of storage task assignment instances to be included in the list response."
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@
{
"name": "$maxpagesize",
"in": "query",
"type": "string",
"type": "integer",
"format": "int32",
"description": "Optional, specifies the maximum number of Storage Task Assignment Resource IDs to be included in the list response."
},
{
Expand Down Expand Up @@ -425,7 +426,8 @@
{
"name": "$maxpagesize",
"in": "query",
"type": "string",
"type": "integer",
"format": "int32",
"description": "Optional, specifies the maximum number of Storage Task Assignment Resource IDs to be included in the list response."
},
{
Expand Down