fixed and updates openapi shema
This commit is contained in:
@ -288,7 +288,7 @@ class RecipeSchema(AutoSchema):
|
||||
|
||||
def get_path_parameters(self, path, method):
|
||||
if not is_list_view(path, method, self.view):
|
||||
return []
|
||||
return super(RecipeSchema, self).get_path_parameters(path,method)
|
||||
|
||||
parameters = super().get_path_parameters(path, method)
|
||||
parameters.append({
|
||||
|
Reference in New Issue
Block a user