diff --git a/specification/cognitiveservices/ContentSafety/routes.tsp b/specification/cognitiveservices/ContentSafety/routes.tsp index 3a6991ce16b4..1b5799d772a4 100644 --- a/specification/cognitiveservices/ContentSafety/routes.tsp +++ b/specification/cognitiveservices/ContentSafety/routes.tsp @@ -73,9 +73,9 @@ interface TextOperations { { @body @doc("The text prompt injection attacks analysis request.") - @projectedName("csharp", "options") - @projectedName("python", "options") - @projectedName("java", "options") + @clientName("options", "csharp") + @clientName("options", "python") + @clientName("options", "java") body: AnalyzeTextPromptInjectionOptions; }, AnalyzeTextPromptInjectionResult