End screentime
POST/screentime/end
Ends active screentime previously started with
/screentime/start. The duration is counted toward today's
screentime usage, split across day boundaries in the schedule's
timezone when the screentime crosses local midnight.
Status semantics:
accepted- the screentime matchingidwas ended, or a retried call for a screentime that was already ended was absorbed idempotently.
A NOT_FOUND code is returned when no screentime is active for
sessionId, or when the id in this request doesn't match the
id that started the active screentime.
Request
Responses
- 200
- 400
Screentime end accepted.
Invalid request - the response body's error field carries a
specific code (e.g. INVALID_INPUT, NOT_FOUND,
FEATURE_DISABLED).