Update settings

Prev Next
Patch
/team/settings

Update team settings

Security
HTTP
Type bearer

Bearer token authentication. Include the token in the Authorization header: Authorization: Bearer <your-token>

Body parameters
object
api_json_unescaped_slashes
boolean

Whether to unescape forward slashes for all authenticated JSON responses. Defaults to false. You might need to turn this when integrating into some systems, such as BigQuery.

api_json_unescaped_unicode
boolean

Whether to unescape unicode characters for all authenticated JSON responses. Defaults to false. You might need to turn this on when integrating into some systems, such as BigQuery.

query_default_timezone
string | null

Default timezone to add to all queries that are missing one. Value is either a valid database timezone name or null for system timezone.

tableau_default_no_headers
boolean

Whether Tableau output format should hide header row by default or not. Defaults to true for teams enrolled after June 2nd 2022.

Responses
200

Team settings updated successfully

Expand All
object
meta
object
request_id
string

API request ID

data
object
api_json_unescaped_slashes
boolean

Whether to unescape forward slashes for all authenticated JSON responses. Defaults to false. You might need to turn this when integrating into some systems, such as BigQuery.

api_json_unescaped_unicode
boolean

Whether to unescape unicode characters for all authenticated JSON responses. Defaults to false. You might need to turn this on when integrating into some systems, such as BigQuery.

query_default_timezone
string | null

Default timezone to add to all queries that are missing one. Value is either a valid database timezone name or null for system timezone.

tableau_default_no_headers
boolean

Whether Tableau output format should hide header row by default or not. Defaults to true for teams enrolled after June 2nd 2022.

@type
string
Valid values[ "team_settings" ]