Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Duplicate entries returned by GET /schedules for a challenge #25

@callmekatootie

Description

@callmekatootie

Example:

GET https://api.topcoder-dev.com/v5/schedules?externalId=65cecf2c-7763-4854-b0de-2850cbe634b2.

I see three entries that are identical (in the sense that these are invoked at the same time, on the same endpoint, with the same payload)

    {
        "url": "https://api.topcoder-dev.com/v5/challenges/65cecf2c-7763-4854-b0de-2850cbe634b2",
        "externalId": "65cecf2c-7763-4854-b0de-2850cbe634b2",
        "method": "patch",
        "scheduleTime": "2021-02-27T07:21:00.000Z",
        "headers": {
            "content-type": "application/json",
            "Authorization": "Bearer <redacted>"
        },
        "payload": "{\"phases\":[{\"phaseId\":\"1c24cfb3-5b0a-4dbd-b6bd-4b0dff5349c6\",\"isOpen\":true}]}",
        "id": "npik4nPSj5fuepL6tIZK"
    }

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