Get tennant logo
Tenant logo png.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
{- "logo": "string"
}
Upload tenant logo file. Max size of 128kb.
Logo uploaded.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
Request entity too large
Unsupported media type
unexpected error
unexpected error
{- "logo": "string"
}
{- "code": 400,
- "message": "Required parameter is missing"
}
Retrieve all tenant settings.
The complete set of tenant settings.
Unauthorized
Forbidden
unexpected error
unexpected error
[- {
- "active": true,
- "category": "Department",
- "description": "Enable the department feature",
- "source": "Tenant",
- "label": "Show departments",
- "stage": "Beta",
- "type": "Boolean",
- "key": "department.use",
- "value": true
}
]
Use to update tenant settings.
The updated tenant setting.
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
{- "key": "department.use",
- "value": true
}
{- "msg": "done"
}