Content Sessions
End a content session
Marks a content session as completed and records its completion time. This operation is idempotent - calling it multiple times on the same session will not cause any issues.
POST
Path Parameters
The unique identifier of the content session to end.
Response
Returns the updated content session object with the following changes:
completed
set totrue
completedAt
set to the current timestamplastActivityAt
updated to the current timestamp