Structuring your API reference
Learn how to structure your API reference across multiple pages with icons and descriptions
Split operations across multiple pages
paths:
/pet:
put:
tags:
- pet
summary: Update an existing pet.
description: Update an existing pet by Id.
operationId: updatePetReorder pages in your table of contents
tags:
- name: pet
- name: store
- name: userNest pages into groups
Customize page titles, icons, and descriptions
Build rich descriptions with GitBook Blocks
Highlight schemas
Document a webhook endpoint
Last updated
Was this helpful?