Tania

Results 4 issues of Tania

**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**:

type/docs
enterprise-failed

**What is this feature?** Adds an interface for getting users that can read/write to `system/*` paths. Used in enterprise to restrict access to the reporting storage path. **Special notes for...

area/backend
enterprise-failed

I guess it's better to illustrate what this PR does with an example: before this PR schema is defined under `$.components.schemas` ``` { "openapi": "3.0.0", "info": { "title": "team", "version":...

Update docs for public functions that return Result: more on this in clippy's [missing_errors_doc](https://rust-lang.github.io/rust-clippy/master/index.html#missing_errors_doc). Remove `#[allow(clippy::missing_errors_doc)]` attribute.