Skip to main content

Update splash settings

POST <your-unleash-url>/api/admin/splash/:id

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

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.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
id — path required
curl / cURL
curl -L -X POST '<your-unleash-url>/api/admin/splash/:id' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'