Версия API: 1.2
Это мой текущий файл конфигурации api_platform:
api_platform:
enable_swagger_ui: false
enable_re_doc: true
mapping:
paths: ['%kernel.project_dir%/src/Entity']
Я получил эту ошибкукогда я включил ReDoc:
(1/1) InvalidConfigurationException
Unrecognized option "enable_re_doc" under "api_platform". Available options are
"allow_plain_identifiers", "collection", "default_operation_path_resolver",
"description", "eager_loading", "enable_docs", "enable_entrypoint",
"enable_fos_user", "enable_nelmio_api_doc", "enable_profiler",
"enable_swagger", "enable_swagger_ui", "error_formats", "exception_to_status",
"formats", "graphql", "http_cache", "mapping", "name_converter", "oauth",
"path_segment_name_generator", "resource_class_directories", "swagger",
"title", "validator", "version".