Browse Source

Fix to support new hapic version with nested schema support

Guénaël Muller 6 years ago
parent
commit
bfac62ba7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hapic/doc.py

+ 1 - 1
hapic/doc.py View File

@@ -113,7 +113,7 @@ class DocGenerator(object):
113 113
                 # 'apispec.ext.bottle',
114 114
                 'apispec.ext.marshmallow',
115 115
             ],
116
-            schema_name_resolver_callable=generate_schema_name,
116
+            schema_name_resolver=generate_schema_name,
117 117
         )
118 118
 
119 119
         schemas = []