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 stringrequired

Responses

splashResponseSchema

Schema

    userId integerrequired

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

    Example: 1
    splashId stringrequired

    The ID of the splash screen that was shown.

    Example: new-splash-screen
    seen booleanrequired

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

    Example: true
Loading...