•  
      request #10179 Remove artifacts/:id/move from REST API
    Infos
    #10179
    Nicolas Terray (nterray)
    2017-05-05 14:45
    2017-04-24 10:54
    10448
    Details
    Remove artifacts/:id/move from REST API
    artifacts/:id/move is not a resource. We should not put action in the name of a resource.

    If you want to move a resource, then this action should be part of the PUT operation. Example:

    PUT artifacts/123
    {
    "move": {
    "to_tracker": 42
    }
    }
    API
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2017-05-05
    Attachments
    Empty
    References

    Follow-ups