Skip to content

Commit

Permalink
Merge pull request #69 from adzerk/simonramzi/sc-57653/make-creative-…
Browse files Browse the repository at this point in the history
…template-allowedvalues-nullable

Make Allowed Values Nullable
  • Loading branch information
honeycomb-cheesecake authored Apr 3, 2024
2 parents dd1449e + cc7c470 commit 0a64ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions management/creative-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ paths:
nullable: true
AllowedValues:
type: array
nullable: true
items:
type: string
Regex:
Expand Down
1 change: 1 addition & 0 deletions management/schemas/creative-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ schemas:
nullable: true
AllowedValues:
type: array
nullable: true
items:
type: string
Regex:
Expand Down

0 comments on commit 0a64ab9

Please sign in to comment.