Operation
The @Operation annotation is used to describe a single operation. An operation is a unique combination of a path and an HTTP method.
Additionally, using @Operation, we can describe the result of a successful REST API call.
The @Operation annotation is used to describe a single operation. An operation is a unique combination of a path and an HTTP method.
Additionally, using @Operation, we can describe the result of a successful REST API call.