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.

    •  
      request #14831 PATCH testmanagement_executions/{ id } returns 404 Not found despite personnal access key is sent in headers
    Infos
    #14831
    Thomas Gorka (tgorka)
    2020-04-28 09:50
    2020-04-23 16:42
    16101
    Details
    PATCH testmanagement_executions/{ id } returns 404 Not found despite personnal access key is sent in headers

    When I want to update the steps of a test execution through the REST API using a personal access key, I get a 404 Not found error.

    It happens because the route /testmanagement_executions/:id is public. Therefore, the user is not identified. Since the artifact is retrieved only when the user can view and update the artifact, the route throws a 404 error.

    Test Management
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gorka (tgorka)
    Closed
    2020-04-24
    Attachments
    Empty
    References
    Referenced by request #14831

    Follow-ups