Skip to content

Commit

Permalink
Add advertiser CustomFieldsJson
Browse files Browse the repository at this point in the history
  • Loading branch information
akiradev committed Sep 24, 2024
1 parent 2ad301e commit 219d9a4
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 219d9a4

Please sign in to comment.