Skip to content

/api/v2/spending/ quarter or period is required #4575

@thsmale

Description

@thsmale

According to the contract, it accepts a DetailedFilter and it says the quarter and period are optional.

However, type_filter checks that a quarter or period is present. If not, it will throw an error, and I have been unable to make a successful request without providing a quarter or period.

if "quarter" not in filters and "period" not in filters:

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