description |
---|
Insert complete API reference from your OpenAPI spec or pick individual operation or schemas. |
GitBook allows you to automatically generate pages related to the endpoints you have in your OpenAPI spec. These pages will contain OpenAPI operation blocks, allowing you and your visitors to test your endpoints and explore them further based on the information found in the spec.
{% hint style="success" %} Endpoints added from your spec will continue to be updated anytime your spec is updated. See the Update your specification section for more info. {% endhint %}
After you’ve added your OpenAPI spec, you can generate endpoint pages by inserting an OpenAPI Reference in the table of contents of a Space.
Insert API References in the table of contents of a Space.
{% stepper %} {% step %}
In the space you’d like to generate endpoint pages, click the Add new... button from the bottom of your space’s table of contents.
From here, click OpenAPI Reference. {% endstep %}
{% step %}
Choose your previously uploaded OpenAPI spec, and click Insert to automatically add your endpoints to your space. You can optionally choose to add a models page referencing all your OpenAPI schemas. {% endstep %}
{% step %}
GitBook will automatically generate pages based on your OpenAPI spec and the tags set inside it’s definition.
Head to structuring-your-api-reference.md to learn more about organizing your operations through your OpenAPI spec. {% endstep %} {% endstepper %}
Alternatively, you can add OpenAPI operations or schemas from your spec individually to pages throughout your docs.
{% stepper %} {% step %}
Open the block selector by pressing /, and search for OpenAPI. {% endstep %}
{% step %}
Choose your previously uploaded OpenAPI spec, and click Continue to choose your the endpoints you’d like to use. {% endstep %}
{% step %}
Pick the operations and the schemas you want to insert in your docs and click Insert. {% endstep %} {% endstepper %}