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
This produces a lot of warnings in the log (when calling the /api/docs page): User Deprecated: Since api-platform/core 3.1: The "openapiContext" option is deprecated, use "openapi" instead.
Tried to just replace the key 'openapiContext' through 'openapi' -> does not work, fatal..
The text was updated successfully, but these errors were encountered:
@danielsippel I'll check this version number to see which parts of the documentation are obsolete with the deprecated openapiContext. I'll suggest changes if needed. Have you tried replacing occurrences of openapiContext with openapi, as the deprecation suggests?
Version:
"api-platform/core": "v3.2.13"
As documentated here: https://api-platform.com/docs/core/openapi/#using-the-openapi-and-swagger-contexts
we set a lot of custom attributes to openapi/swagger, e.g.
This produces a lot of warnings in the log (when calling the /api/docs page):
User Deprecated: Since api-platform/core 3.1: The "openapiContext" option is deprecated, use "openapi" instead.
Tried to just replace the key 'openapiContext' through 'openapi' -> does not work, fatal..
The text was updated successfully, but these errors were encountered: