Skip to content

Commit

Permalink
Revert "Fix RM catalog output in python SDK"
Browse files Browse the repository at this point in the history
This reverts commit 9eee89c.
  • Loading branch information
ttembou committed Jun 18, 2024
1 parent 9eee89c commit 2740706
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 31 deletions.
7 changes: 1 addition & 6 deletions api-specifications/retailmedia_2023-04.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,12 +1242,7 @@
"200": {
"description": "Catalog download initiated.",
"content": {
"application/x-json-stream": {
"schema": {
"type": "string",
"format": "binary"
}
},
"application/x-json-stream": { },
"application/json": { }
}
},
Expand Down
7 changes: 1 addition & 6 deletions api-specifications/retailmedia_2023-07.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,12 +1242,7 @@
"200": {
"description": "Catalog download initiated.",
"content": {
"application/x-json-stream": {
"schema": {
"type": "string",
"format": "binary"
}
},
"application/x-json-stream": { },
"application/json": { }
}
},
Expand Down
7 changes: 1 addition & 6 deletions api-specifications/retailmedia_2023-10.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,12 +1242,7 @@
"200": {
"description": "Catalog download initiated.",
"content": {
"application/x-json-stream": {
"schema": {
"type": "string",
"format": "binary"
}
},
"application/x-json-stream": { },
"application/json": { }
}
},
Expand Down
9 changes: 2 additions & 7 deletions api-specifications/retailmedia_2024-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,13 +1242,8 @@
"200": {
"description": "Catalog download initiated.",
"content": {
"application/x-json-stream": {
"schema": {
"type": "string",
"format": "binary"
}
},
"application/json": {}
"application/x-json-stream": { },
"application/json": { }
}
},
"400": {
Expand Down
7 changes: 1 addition & 6 deletions api-specifications/retailmedia_2024-04.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,12 +1242,7 @@
"200": {
"description": "Catalog download initiated.",
"content": {
"application/x-json-stream": {
"schema": {
"type": "string",
"format": "binary"
}
},
"application/x-json-stream": { },
"application/json": { }
}
},
Expand Down

0 comments on commit 2740706

Please sign in to comment.