[csharp] Obsolete attribute on deprecated operations and properties (#10084)

This commit is contained in:
Nathan Baulch
2021-08-04 19:28:45 +10:00
committed by GitHub
parent 865510ea59
commit dc23267580
44 changed files with 354 additions and 100 deletions

View File

@@ -100,7 +100,8 @@ paths:
description: Multiple status values can be provided with comma separated strings
operationId: findPetsByStatus
parameters:
- description: Status values that need to be considered for filter
- deprecated: true
description: Status values that need to be considered for filter
explode: false
in: query
name: status