django rest swagger 2.0.7, I can't use the Post method -


the display swagger ui: enter image description here

enter image description here

and parameters settings.py swagger_settings:

swagger_settings = {     'security_definitions':{         'basic':{             'type':'basic'         }     },     'apis_sorter': 'alpha',     'doc_expansion': none,     'json_editor':'true',     'operations_sorter':'alpha',     'show_request_headers':false,     'supported_submit_methods':['get','post','put','delete','patch'],     'validator_url':'0.0.0.0:8080', } 

have me solve problem?


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -