Skip to content

Instantly share code, notes, and snippets.

@Santobert
Santobert / openapi.yaml
Last active July 18, 2023 14:16
[BUG][Python] Client expects any object to be a dict
openapi: 3.0.2
info:
title: Swagger Petstore - OpenAPI 3.0
version: 1.0.17
servers:
- url: /api/v3
paths:
/pet:
post:
summary: Add a new pet to the store