Skip to content

Commit dc7377c

Browse files
committed
Add missing pagination parameters to DBaaS get endpoints
1 parent 9ecb21c commit dc7377c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

openapi.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3195,6 +3195,9 @@ paths:
31953195
- url: https://api.linode.com/v4beta
31963196
x-linode-cli-action: mongodb-list
31973197
x-linode-grant: read_only
3198+
parameters:
3199+
- $ref: '#/components/parameters/pageOffset'
3200+
- $ref: '#/components/parameters/pageSize'
31983201
description: |
31993202
Display all accessible Managed MongoDB Databases.
32003203
security:
@@ -3511,6 +3514,9 @@ paths:
35113514
- url: https://api.linode.com/v4beta
35123515
x-linode-cli-action: mongodb-backups-list
35133516
x-linode-grant: read_only
3517+
parameters:
3518+
- $ref: '#/components/parameters/pageOffset'
3519+
- $ref: '#/components/parameters/pageSize'
35143520
description: |
35153521
Display all backups for an accessible Managed MongoDB Database.
35163522

@@ -3969,6 +3975,9 @@ paths:
39693975
- url: https://api.linode.com/v4beta
39703976
x-linode-cli-action: mysql-list
39713977
x-linode-grant: read_only
3978+
parameters:
3979+
- $ref: '#/components/parameters/pageOffset'
3980+
- $ref: '#/components/parameters/pageSize'
39723981
description: |
39733982
Display all accessible Managed MySQL Databases.
39743983
security:
@@ -4279,6 +4288,9 @@ paths:
42794288
- url: https://api.linode.com/v4beta
42804289
x-linode-cli-action: mysql-backups-list
42814290
x-linode-grant: read_only
4291+
parameters:
4292+
- $ref: '#/components/parameters/pageOffset'
4293+
- $ref: '#/components/parameters/pageSize'
42824294
description: |
42834295
Display all backups for an accessible Managed MySQL Database.
42844296

@@ -4737,6 +4749,9 @@ paths:
47374749
- url: https://api.linode.com/v4beta
47384750
x-linode-cli-action: postgresql-list
47394751
x-linode-grant: read_only
4752+
parameters:
4753+
- $ref: '#/components/parameters/pageOffset'
4754+
- $ref: '#/components/parameters/pageSize'
47404755
description: |
47414756
Display all accessible Managed PostgreSQL Databases.
47424757
security:
@@ -5049,6 +5064,9 @@ paths:
50495064
- url: https://api.linode.com/v4beta
50505065
x-linode-cli-action: postgresql-backups-list
50515066
x-linode-grant: read_only
5067+
parameters:
5068+
- $ref: '#/components/parameters/pageOffset'
5069+
- $ref: '#/components/parameters/pageSize'
50525070
description: |
50535071
Display all backups for an accessible Managed PostgreSQL Database.
50545072

0 commit comments

Comments
 (0)