Skip to content

Commit

Permalink
XSUP-41641 (#137)
Browse files Browse the repository at this point in the history
* XSUP-41641
  • Loading branch information
sapirshuker authored Sep 30, 2024
1 parent 4c9df81 commit bfaf243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demisto_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def get_layouts_url_for_demisto_version(api_client, params):
url = '/v2/layouts/import'
server_details, status_code, response_headers = api_client.call_api('/about', 'GET', header_params={
'Accept': 'application/json'},
auth_settings=['api_key'],
auth_settings=['api_key', 'x-xdr-auth-id'],
response_type=str,
_preload_content=params.get(
'_preload_content', True))
Expand Down

0 comments on commit bfaf243

Please sign in to comment.