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
Example response
{
"userId": 1,
"splashId": "new-splash-screen",
"seen": true
}