Uploaded image for project: 'Coin'
  1. Coin
  2. COIN-844

WIP Rest API nests "tasks" one layer too deep

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • None
    • master
    • WebServer
    • None

    Description

      A response from the server appears as:

      {
          "tasks": {
              "tasks": []
          },
          "more": false,
          "index": "/coin/api/tasks"
      } 

       

      The tasks list should be raised to the root level:

      { 
          "tasks": [],
          "more": false,
          "index": "/coin/api/tasks"
      } 
      

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            akpietik Aku Pietikäinen
            daniel.smith Daniel Smith
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes