v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Admin UI

Update splash settings

This operation updates splash settings for a user, indicating that they have seen a particualar splash screen.

post/api/admin/splash/{id}

Path parameters

idstring required

Response

splashResponseSchema

userIdinteger required

The ID of the user that was shown the splash screen.

splashIdstring required

The ID of the splash screen that was shown.

seenboolean required

Indicates whether the user has seen the splash screen or not.

Example response

{
  "userId": 1,
  "splashId": "new-splash-screen",
  "seen": true
}