Skip to content

ValidationError: Validation: Invalid filter argument 'external_id'. #35

@XCraftTM

Description

@XCraftTM

When using:

app.servers.query(userID, { filter: "externalId", sort: "id" }))

In the Code of the Module it converts "externalId" to "external_id" which is not valid according to the list of valid filters!
(Line 768-769)
Image

Temporary Fix was to add "external_id" to index.js of module at line 651:
Image

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