Updates the deactivation status of a content user tracking session.

Behavior: Sets the deactivated flag on the specified user session record. This is typically used to mark a user as no longer actively viewing content or to reactivate a previously deactivated session.

Authorization: Requires authentication.

Side Effects: Updates the deactivation status of the user session record in the database.

Error Scenarios: Returns 400 Bad Request if the session ID does not correspond to an existing session.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the content definition (used for routing).

uuid
required

The unique identifier of the content record (used for routing).

uuid
required

The unique identifier of the user session to update.

boolean
required

If true, deactivates the session; if false, reactivates it.

Responses
204

The user session status was successfully updated.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json