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.