openai / openai-openapi

OpenAPI specification for the OpenAI API
https://platform.openai.com/docs/api-reference/introduction
MIT License
1.24k stars 359 forks source link

Add missing parameters for some POST endpoints #326

Open ghorkov32 opened 1 week ago

ghorkov32 commented 1 week ago

Description

When trying to generate code with oapi-codegen we meet with errors like the following: Screenshot from 2024-09-19 10-35-09

Added the missing parameters on PR #325 to fix this and also keep definitions correct

Ovid commented 1 week ago

This is an argument for OpenAI to start using some of these third-party tools to check their OpenAPI spec.