We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6dcff commit ba64b94Copy full SHA for ba64b94
endpoints/getting-started/openapi-appengine.yaml
@@ -12,6 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+# [START endpoints_swagger_appengine_yaml_python]
16
# [START endpoints_swagger_yaml_python]
17
swagger: "2.0"
18
info:
@@ -20,6 +21,7 @@ info:
20
21
version: "1.0.0"
22
host: "YOUR-PROJECT-ID.appspot.com"
23
# [END endpoints_swagger_yaml_python]
24
+# [END endpoints_swagger_appengine_yaml_python]
25
consumes:
26
- "application/json"
27
produces:
0 commit comments