Skip to content

Arrays are not passed properly to endpoints. #168

Description

@captainjapeng

Received parameters from endpoint log:

{
  "lastRun": "2026-06-01T01:00:00.000Z",
  "currRun": "2026-07-01T01:00:00.000Z",
  "environmentIds": "[\"7pm40Ha9-KU-WKR3dwuA1\"]",
  "from": "ts-sdk"
}

Workaround:
The array parameter must be comma joined using { environmentIds: environmentIds.join(',') }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions