Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      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: [
    { ... }
    ]
    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

    Follow-ups