•  
      epic #13462 Split PATCH route
    Summary
    Split PATCH route
    Empty
    docman_items_type PATCH route should be deprecated

    existing route behaviour is now spli int two:
    - POST docman_item_type/id/version
    this route will be used to create a new version of a document

    - PUT docman_items_type/id/metadata
    this route will be used to update the metadata of document
    at the end of epic it should accept following representation:
    {
    "title": "..."
    "description": "...",
    "status",
    "obsoclesence _date"
    "owner"
    "custom_metadata: [
    { ... }
    ]
    Empty
    Progress
    Empty
    Empty
    Canceled
    Details
    #13462
    Clarck Robinson (robinsoc)
    2019-06-06 10:45
    2019-06-06 10:43
    Attachments
    Empty
    References
    Referencing epic #13462

    Artifact Tracker v5

    epic #10719 Document v1

    Follow-ups