Skip to content

Commit f5eec23

Browse files
author
Roman Hartig
committed
XSH-907: Update api clients
1 parent 69578c8 commit f5eec23

4 files changed

Lines changed: 26 additions & 5 deletions

File tree

gooddata-api-client/docs/ActionsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ No authorization required
10081008
### HTTP request headers
10091009

10101010
- **Content-Type**: Not defined
1011-
- **Accept**: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/csv, application/json
1011+
- **Accept**: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/csv
10121012

10131013

10141014
### HTTP response details

gooddata-api-client/gooddata_api_client/api/actions_api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,7 @@ def __init__(self, api_client=None):
735735
headers_map={
736736
'accept': [
737737
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
738-
'text/csv',
739-
'application/json'
738+
'text/csv'
740739
],
741740
'content_type': [],
742741
},

schemas/gooddata-api-client.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11609,7 +11609,18 @@
1160911609
},
1161011610
"202": {
1161111611
"content": {
11612-
"application/json": {}
11612+
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
11613+
"schema": {
11614+
"format": "binary",
11615+
"type": "string"
11616+
}
11617+
},
11618+
"text/csv": {
11619+
"schema": {
11620+
"format": "binary",
11621+
"type": "string"
11622+
}
11623+
}
1161311624
},
1161411625
"description": "Request is accepted, provided exportId exists, but export is not yet ready."
1161511626
}

schemas/gooddata-export-client.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,18 @@
217217
},
218218
"202": {
219219
"content": {
220-
"application/json": {}
220+
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
221+
"schema": {
222+
"format": "binary",
223+
"type": "string"
224+
}
225+
},
226+
"text/csv": {
227+
"schema": {
228+
"format": "binary",
229+
"type": "string"
230+
}
231+
}
221232
},
222233
"description": "Request is accepted, provided exportId exists, but export is not yet ready."
223234
}

0 commit comments

Comments
 (0)