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
error[E0599]: no method named `set_data` found for mutable reference `&mut <impl poem::Endpoint as poem::Endpoint>::Output` in the current scope
| #[OpenApi]
| ^^^^^^^^^ method not found in `&mut <impl poem::Endpoint as poem::Endpoint>::Output`
Looks like it was broken after #351
It perfectly works on poem-openapi 2.0.7
Specifications
Version: poem: 1.3.45 + poem-openapi: 2.0.15
The text was updated successfully, but these errors were encountered:
Expected Behavior
I want to specify
operation_id
& addtransform
to my endpoint.The code below should work fine:
Actual Behavior
It returns error:
Looks like it was broken after #351
It perfectly works on
poem-openapi 2.0.7
Specifications
poem: 1.3.45
+poem-openapi: 2.0.15
The text was updated successfully, but these errors were encountered: