Skip to content

Missing description field for assets #621

@orangethunder

Description

@orangethunder

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions