Fix an incorrect documentation tag for the call quality survey controller

This commit is contained in:
Jon Chambers
2025-10-16 17:09:44 -04:00
committed by Jon Chambers
parent c2ebabad58
commit ad2500d4fd

View File

@@ -32,7 +32,7 @@ import org.whispersystems.textsecuregcm.limits.RateLimiters;
import org.whispersystems.textsecuregcm.metrics.CallQualitySurveyManager;
@Path("/v1/call_quality_survey")
@io.swagger.v3.oas.annotations.tags.Tag(name = "Account")
@io.swagger.v3.oas.annotations.tags.Tag(name = "Call quality survey")
public class CallQualitySurveyController {
private final CallQualitySurveyManager callQualitySurveyManager;