Skip to content

Commit a74992c

Browse files
authored
Merge pull request #651 from bbiggerr/change/databases/backup-label-validation
[Change] Database backups label validation
2 parents e33b6db + 42b0349 commit a74992c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19524,7 +19524,11 @@ components:
1952419524
x-linode-cli-display: 3
1952519525
label:
1952619526
type: string
19527-
description: The database backup's label, for display purposes only.
19527+
maxLength: 30
19528+
description: |
19529+
The database backup's label, for display purposes only.
19530+
19531+
Must include only ASCII letters or numbers.
1952819532
example: Scheduled - 02/04/22 11:11 UTC-XcCRmI
1952919533
x-linode-cli-display: 2
1953019534
created:

0 commit comments

Comments
 (0)