Skip to content

client.accounts.quotas Produces incorrect request when given array of types #38

@NGimbal

Description

@NGimbal

Accounts/list_quotas called from node-sdk produces the wrong request.

The endpoint expects this:
.../quotas?type=storage&type=compute_hours...

but via the node-sdk the request looks like:
/quotas?type=parallel_workflow_containers%2Ccompute_hours%2Cstorage
and returns a status 422

this is how I was creating the request:
image

The request returns status 200 without the array of types as expected.

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