You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Parameter(description = "Pet object that needs to be added to the store" ,required=true) Petbody
49
-
,@ContextSecurityContextsecurityContext)
51
+
publicResponseaddPet(@Parameter(description = "Pet object that needs to be added to the store" ,required=true) Petbody,@ContextSecurityContextsecurityContext)
@Operation(summary = "Finds Pets by tags", description = "Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.", tags={ "pet" })
91
+
@Operation(summary = "Finds Pets by tags", description = "Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.", security = {
@Parameter(description = "Pet object that needs to be added to the store" ,required=true) Petbody
120
-
,@ContextSecurityContextsecurityContext)
136
+
publicResponseupdatePet(@Parameter(description = "Pet object that needs to be added to the store" ,required=true) Petbody,@ContextSecurityContextsecurityContext)
@Parameter(description = "order placed for purchasing the pet" ,required=true) Orderbody
88
-
,@ContextSecurityContextsecurityContext)
88
+
publicResponseplaceOrder(@Parameter(description = "order placed for purchasing the pet" ,required=true) Orderbody,@ContextSecurityContextsecurityContext)
@Parameter(description = "List of user object" ,required=true) List<User> body
59
-
,@ContextSecurityContextsecurityContext)
55
+
publicResponsecreateUsersWithArrayInput(@Parameter(description = "List of user object" ,required=true) List<User> body,@ContextSecurityContextsecurityContext)
@Parameter(description = "List of user object" ,required=true) List<User> body
72
-
,@ContextSecurityContextsecurityContext)
66
+
publicResponsecreateUsersWithListInput(@Parameter(description = "List of user object" ,required=true) List<User> body,@ContextSecurityContextsecurityContext)
0 commit comments