Skip to content

Changes returned Json from delete item API from request_id to requested_id. #20

Description

@jocki

Change the result from delete item API from:

{
    "success": true,
    "request_id": "{id1},{id2},{id3}"
}

into:

{
    "success": true,
    "requested_id": ["{id1}", "{id2}", "{id3}"]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions