# Submit a rating for a tutor trace Endpoint: POST /trace/{traceId}/rate Version: 0.9.0 Security: bearerAuth ## Path parameters: - `traceId` (string, required) The trace ID to rate ## Request fields (application/json): - `score` (integer) - `comment` (string) ## Response 200 fields (application/json): - `success` (boolean) - `message` (string) ## Response 400 fields