Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make lastStatusTime mandatory in 200 responses of the status APIs #262

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

eric-murray
Copy link
Collaborator

What type of PR is this?

  • enhancement/feature

What this PR does / why we need it:

lastStatusTime is an optional parameter in the 200 responses of the status APIs. But there is no good reason not to include this parameter. Otherwise, there is the risk of ambiguity as to whether the returned status is still valid. It should be mandatory for any status that is not current, and the simplest way to enforce that is to make it mandatory for all responses.

Which issue(s) this PR fixes:

Fixes #138

Special notes for reviewers:

Could be part of Spring'25 meta-release if approved and merged today

Changelog input

 release-note
 - Make lastStatusTime mandatory in 200 responses of the status APIs

Additional documentation

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to respond if queried device does not have an active session?
2 participants