Skip to main content

Update splash settings

POST /api/admin/splash/:id

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

Request

Path Parameters

  • id string required
Responses

splashResponseSchema

Schema
  • userId integer required

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

  • splashId string required

    The ID of the splash screen that was shown.

  • seen boolean required

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

Loading...