Skip to content

Commit

Permalink
Merge pull request #99 from criteo/sos-11799
Browse files Browse the repository at this point in the history
Fix RM catalog output in python SDK
  • Loading branch information
ttembou committed Jun 26, 2024
2 parents 2740706 + d19df2d commit c533203
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
7 changes: 6 additions & 1 deletion api-specifications/retailmedia_2023-04.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,12 @@
"200": {
"description": "Catalog download initiated.",
"content": {
"application/x-json-stream": { },
"application/x-json-stream": {
"schema": {
"type": "string",
"format": "binary"
}
},
"application/json": { }
}
},
Expand Down
7 changes: 6 additions & 1 deletion api-specifications/retailmedia_2023-07.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,12 @@
"200": {
"description": "Catalog download initiated.",
"content": {
"application/x-json-stream": { },
"application/x-json-stream": {
"schema": {
"type": "string",
"format": "binary"
}
},
"application/json": { }
}
},
Expand Down
7 changes: 6 additions & 1 deletion api-specifications/retailmedia_2023-10.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,12 @@
"200": {
"description": "Catalog download initiated.",
"content": {
"application/x-json-stream": { },
"application/x-json-stream": {
"schema": {
"type": "string",
"format": "binary"
}
},
"application/json": { }
}
},
Expand Down
7 changes: 6 additions & 1 deletion api-specifications/retailmedia_2024-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,12 @@
"200": {
"description": "Catalog download initiated.",
"content": {
"application/x-json-stream": { },
"application/x-json-stream": {
"schema": {
"type": "string",
"format": "binary"
}
},
"application/json": { }
}
},
Expand Down
7 changes: 6 additions & 1 deletion api-specifications/retailmedia_2024-04.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,12 @@
"200": {
"description": "Catalog download initiated.",
"content": {
"application/x-json-stream": { },
"application/x-json-stream": {
"schema": {
"type": "string",
"format": "binary"
}
},
"application/json": { }
}
},
Expand Down

0 comments on commit c533203

Please sign in to comment.