diff --git a/specification/cognitiveservices/ContentSafety/routes.tsp b/specification/cognitiveservices/ContentSafety/routes.tsp index 3fc0573bfbfe..d6ae630128be 100644 --- a/specification/cognitiveservices/ContentSafety/routes.tsp +++ b/specification/cognitiveservices/ContentSafety/routes.tsp @@ -71,6 +71,7 @@ interface TextBlocklists { TextBlocklist, { @doc("Options for adding or updating blocklist items.") + @body @projectedName("csharp", "options") options: AddOrUpdateTextBlocklistItemsOptions, }, @@ -83,6 +84,7 @@ interface TextBlocklists { TextBlocklist, { @doc("Options for removing blocklist items.") + @body @projectedName("csharp", "options") options: RemoveTextBlocklistItemsOptions, },