Download OpenAPI specification:Download
This is a sample server for a pet store.
Creates a new pet in the store.
| id required | integer <int64> |
| name required | string |
| tag | string |
{- "id": 0,
- "name": "string",
- "tag": "string"
}{- "code": 0,
- "message": "string"
}