Update Visibility
Toggle visibility of a curated app catalog entry (admin action). Args: entry_id: UUID of the catalog entry. session: Database session (injected). service: CuratedAppService instance (injected). visible: New visibility state. Returns: Dict with the new visibility value. Raises: HTTPException: 404 if entry not found.
Authorization
User API Key User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Path Parameters
uuidCookie Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://loading/api/v1/curated-apps/497f6eca-6276-4993-bfeb-53cbbbba6f08/visibility" \ -H "Content-Type: application/json" \ -d '{ "visible": true }'{
"property1": true,
"property2": true
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Update Curated App
Update a curated app catalog entry (admin action). Accepts partial updates -- only provided fields are modified. Args: entry_id: UUID of the catalog entry. data: Partial update payload. session: Database session (injected). service: CuratedAppService instance (injected). Returns: Updated catalog entry detail. Raises: HTTPException: 404 if entry not found.
Get dashboard activity
Get standalone activity feed for filter-only updates without reloading the entire dashboard.
