Beta module namespace
consoleviews
Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.
Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.
5 operations
| Method | Path | Required permission | Authentication | Summary |
|---|---|---|---|---|
| get | /v1/m/consoleviews/views | consoleviews:view:read | Bearer token | Returns the caller's own views plus the tenant's shared views, optionally scoped with ?feature_id=. |
| post | /v1/m/consoleviews/views | consoleviews:view:write | Bearer token | Saves a new view owned by the caller. |
| get | /v1/m/consoleviews/views/{id} | consoleviews:view:read | Bearer token | Returns one view. |
| put | /v1/m/consoleviews/views/{id} | consoleviews:view:write | Bearer token | Replaces the writable fields of the caller's OWN view. |
| delete | /v1/m/consoleviews/views/{id} | consoleviews:view:write | Bearer token | Removes a view: the owner always may; a tenant admin/owner (or superadmin) may delete ANY view — the cleanup power for views left behind by departed users. |