Skip to content

Commit

Permalink
Merge pull request #65 from adzerk/rs/42480
Browse files Browse the repository at this point in the history
Update sdk to include new creative template field properties
  • Loading branch information
ryuichis authored Jan 22, 2024
2 parents e411eb7 + 878eb9a commit e945ee5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
19 changes: 11 additions & 8 deletions management/creative-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ paths:
IsArchived:
type: boolean
default: false
MaxBytes:
type: integer
format: int32
nullable: true
Fields:
type: array
items:
Expand Down Expand Up @@ -106,6 +102,17 @@ paths:
AdQuery:
type: boolean
nullable: true
MaxBytes:
type: integer
format: int32
nullable: true
AllowedValues:
type: array
items:
type: string
Regex:
type: string
nullable: true
Contents:
type: array
items:
Expand Down Expand Up @@ -174,10 +181,6 @@ paths:
required:
- Updates
properties:
MaxBytes:
type: integer
format: int32
nullable: true
Updates:
type: array
items:
Expand Down
15 changes: 11 additions & 4 deletions management/schemas/creative-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ schemas:
type: boolean
Default:
type: object
MaxBytes:
type: integer
format: int32
nullable: true
AllowedValues:
type: array
items:
type: string
Regex:
type: string
nullable: true

CreativeTemplateContents:
type: object
Expand Down Expand Up @@ -50,10 +61,6 @@ schemas:
type: array
items:
$ref: '#/schemas/CreativeTemplateContents'
MaxBytes:
type: integer
format: int32
nullable: true

CreativeTemplateUpdateOperation:
type: object
Expand Down

0 comments on commit e945ee5

Please sign in to comment.