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

improve examples in open-api for GET /devices #64

Open
christian-frei opened this issue Feb 10, 2025 · 1 comment
Open

improve examples in open-api for GET /devices #64

christian-frei opened this issue Feb 10, 2025 · 1 comment

Comments

@christian-frei
Copy link
Contributor

the open-api for GET /devices doesn't provide an example for an unclaimed device.

only through debugging the generated code in DevicesInfoDTO.java I could tweak our /devices response

  /**
   * Status of the device
   */
  public enum DeviceStatusEnum {
    CLAIMED("claimed"),
    
    FREE("free");

please provide better response examples for GET /devices

@MidNight88
Copy link

Hi,

Thank you for creating an issue. We appreciate your feedback and your help in improving this project.

We are currently looking into the issue you reported and will provide better examples for the GET/devices as soon as possible. We will inform you about the status of this issue.

Thanks again for bringing this to our attention, and please don't hesitate to let us know if you have any other feedback or suggestions for this project.

Best regards,

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

No branches or pull requests

2 participants