cloudendpoints / endpoints-python

A Python framework for building RESTful APIs on Google App Engine
Apache License 2.0
51 stars 17 forks source link

Body parameters are required. #179

Closed inklesspen closed 5 years ago

inklesspen commented 5 years ago

If a method takes a request body, you can't omit that; it's effectively required. We should mark it as such so swagger-codegen will generate code properly.

Fixes #173.