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

Missing description field for assets #621

Open
orangethunder opened this issue Sep 9, 2024 · 2 comments
Open

Missing description field for assets #621

orangethunder opened this issue Sep 9, 2024 · 2 comments

Comments

@orangethunder
Copy link

Expected Behavior

When retrieving an individual asset from the API, I expect it to have a "description" field, as documented in the official API.

Current Behavior

There is no "description" field.

Possible Solution

Add the "description" field to the Asset entity definition. Make it clear in the documentation that it will be null when listing assets, and only potentially have a value when retrieving a single asset. Alternatively, split the Asset entity definition into one used for listing assets and another for retrieving an individual asset.

Steps to Reproduce (for bugs)

Call get_asset_by_id on the assets API client (or whatever the equivalent method is in your chosen programming languate).

Copy link

github-actions bot commented Sep 9, 2024

PETOSS-578

Copy link

github-actions bot commented Sep 9, 2024

Thanks for raising an issue, a ticket has been created to track your request

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

1 participant