Skip to content

Commit 0b1bf06

Browse files
update-oas-botgricher-crto
authored andcommitted
Update OAS for Preview
1 parent 3358145 commit 0b1bf06

File tree

2 files changed

+32
-15
lines changed

2 files changed

+32
-15
lines changed

api-specifications/marketingsolutions_preview.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11178,19 +11178,22 @@
1117811178
},
1117911179
"descriptionFont": {
1118011180
"type": "string",
11181-
"description": "Font of the description\r\nValid supported font like \"Arial\""
11181+
"description": "Font of the description\r\nValid supported font like \"Arial\"",
11182+
"nullable": true
1118211183
},
1118311184
"descriptionText": {
1118411185
"type": "string",
11185-
"description": "The description text of the banner"
11186+
"description": "The description text of the banner",
11187+
"nullable": true
1118611188
},
1118711189
"headlineFont": {
1118811190
"type": "string",
1118911191
"description": "Font of the headline\r\nValid supported font like \"Arial\""
1119011192
},
1119111193
"headlineText": {
1119211194
"type": "string",
11193-
"description": "The headline text of the banner"
11195+
"description": "The headline text of the banner",
11196+
"nullable": true
1119411197
},
1119511198
"imageDisplay": {
1119611199
"enum": [

api-specifications/retailmedia_preview.json

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,9 +1545,21 @@
15451545
"201": {
15461546
"description": "Success",
15471547
"content": {
1548-
"text/plain": { },
1549-
"application/json": { },
1550-
"text/json": { }
1548+
"text/plain": {
1549+
"schema": {
1550+
"$ref": "#/components/schemas/BalanceResponseV2Response"
1551+
}
1552+
},
1553+
"application/json": {
1554+
"schema": {
1555+
"$ref": "#/components/schemas/BalanceResponseV2Response"
1556+
}
1557+
},
1558+
"text/json": {
1559+
"schema": {
1560+
"$ref": "#/components/schemas/BalanceResponseV2Response"
1561+
}
1562+
}
15511563
}
15521564
}
15531565
},
@@ -4209,7 +4221,7 @@
42094221
{
42104222
"name": "line-item-id",
42114223
"in": "path",
4212-
"description": "External LineItemId for productButton retrieval",
4224+
"description": "LineItemId for productButton retrieval",
42134225
"required": true,
42144226
"style": "simple",
42154227
"schema": {
@@ -4259,7 +4271,7 @@
42594271
{
42604272
"name": "line-item-id",
42614273
"in": "path",
4262-
"description": "External LineItemId for productButton delete",
4274+
"description": "LineItemId for productButton delete",
42634275
"required": true,
42644276
"style": "simple",
42654277
"schema": {
@@ -4317,7 +4329,7 @@
43174329
{
43184330
"name": "line-item-id",
43194331
"in": "path",
4320-
"description": "External LineItemId for productButton retrieval",
4332+
"description": "LineItemId for productButton retrieval",
43214333
"required": true,
43224334
"style": "simple",
43234335
"schema": {
@@ -4375,7 +4387,7 @@
43754387
{
43764388
"name": "line-item-id",
43774389
"in": "path",
4378-
"description": "External LineItemId for productButton update",
4390+
"description": "LineItemId for productButton update",
43794391
"required": true,
43804392
"style": "simple",
43814393
"schema": {
@@ -4446,7 +4458,7 @@
44464458
{
44474459
"name": "line-item-id",
44484460
"in": "path",
4449-
"description": "External LineItemId for productButton retrieval",
4461+
"description": "LineItemId for productButton retrieval",
44504462
"required": true,
44514463
"style": "simple",
44524464
"schema": {
@@ -7280,9 +7292,7 @@
72807292
"productClicksRevenue",
72817293
"revenue",
72827294
"workingMedia",
7283-
"netRevenue",
7284-
"uniqueVisitors",
7285-
"frequency"
7295+
"netRevenue"
72867296
],
72877297
"type": "string"
72887298
},
@@ -10725,7 +10735,7 @@
1072510735
},
1072610736
"creativeId": {
1072710737
"type": "string",
10728-
"description": "External creative Id",
10738+
"description": "creative Id",
1072910739
"format": "long-id",
1073010740
"nullable": true
1073110741
},
@@ -10734,6 +10744,10 @@
1073410744
"description": "Represents the Date as a year, month, and day in the format YYYY-MM-DD",
1073510745
"format": "date"
1073610746
},
10747+
"id": {
10748+
"type": "string",
10749+
"nullable": true
10750+
},
1073710751
"name": {
1073810752
"maxLength": 255,
1073910753
"minLength": 0,

0 commit comments

Comments
 (0)