"description":"Available to org admins only and with a valid or expired license.\n\nYou need to have a permission with action `reports.settings:read`.",
"tags":[
"reports",
"enterprise"
],
"summary":"Get custom branding report image.",
"operationId":"getSettingsImage",
"responses":{
"200":{
"$ref":"#/responses/contentResponse"
},
"401":{
"$ref":"#/responses/unauthorisedError"
},
"403":{
"$ref":"#/responses/forbiddenError"
},
"404":{
"$ref":"#/responses/notFoundError"
},
"500":{
"$ref":"#/responses/internalServerError"
}
}
}
},
"/reports/render/csvs":{
"get":{
"description":"Available to all users and with a valid license.",
@ -1666,7 +1694,7 @@
"reports",
"enterprise"
],
"summary":"Get settings.",
"summary":"Get report settings.",
"operationId":"getReportSettings",
"responses":{
"200":{
@ -5455,6 +5483,18 @@
}
}
},
"NavbarPreference":{
"type":"object",
"title":"NavbarPreference defines model for NavbarPreference.",
"description":"Available to org admins only and with a valid or expired license.\n\nYou need to have a permission with action `reports.settings:read`.",
"tags":[
"reports",
"enterprise"
],
"summary":"Get custom branding report image.",
"operationId":"getSettingsImage",
"responses":{
"200":{
"$ref":"#/responses/contentResponse"
},
"401":{
"$ref":"#/responses/unauthorisedError"
},
"403":{
"$ref":"#/responses/forbiddenError"
},
"404":{
"$ref":"#/responses/notFoundError"
},
"500":{
"$ref":"#/responses/internalServerError"
}
}
}
},
"/reports/render/csvs":{
"get":{
"description":"Available to all users and with a valid license.",
"description":"Available to org admins only and with a valid or expired license.\n\nYou need to have a permission with action `reports.settings:read`.",