Skip to content

Commit

Permalink
Merge pull request #73 from adzerk/akirasato/sc-62445/support-adverti…
Browse files Browse the repository at this point in the history
…ser-custom-fields

[sc-62445] Add advertiser CustomFieldsJson
  • Loading branch information
akiradev authored Sep 24, 2024
2 parents 2ad301e + 219d9a4 commit 3eea859
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions management/advertiser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ paths:
IsDeleted:
type: boolean
default: false
CustomFieldsJson:
type: string
nullable: true
responses:
200:
description: Advertiser Created
Expand Down Expand Up @@ -190,6 +193,9 @@ paths:
nullable: true
Id:
type: integer
CustomFieldsJson:
type: string
nullable: true
responses:
200:
description: Updated Advertiser
Expand Down
3 changes: 3 additions & 0 deletions management/schemas/advertiser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ schemas:
type: integer
format: int32
nullable: true
CustomFieldsJson:
type: string
nullable: true

AdvertiserList:
type: object
Expand Down

0 comments on commit 3eea859

Please sign in to comment.