Assigning Custom Names To Models

Hi, another question I had was the ability to change the default name of the “models” for the example input/output of each API. For example, the “model” name for one endpoint is “InlineResponse#####”.

Is there an easy way to change this?

Can you take a screenshot to see what you are referring to, so that we can understand better

The first image is a screenshot of the developer website generated by Apidog. On that website, there’s a nice example of the expected response object.

The rest of the images are from the Python SDK OpenAPI Docs generated by Apidog.

I’m wondering if there’s an easy way to customize the Apidog documentation so that I don’t have to go through and change every object’s name in the OpenAPI-generated Docs








Hi, you can set the title of the root node of the response object, or reference some schema.
Then, the generated Python SDK Markdown documentation will use the title you set for object, or the name of the schema.




thank you, looks like this should solve my problem