Manage Existing Products


It's very natural to want to manage an existing API product. The administrative APIs support editing the product settings, as well as the ability to add, edit, or delete API references and documentation pages. Should the need arise to delete a product completely, the APIs also cater for this use case.

Edit Product Settings

Use the PATCH Patch product endpoint to update product settings.

Edit API Reference, Documentation, or Table of Contents Order

Use the PATCH Patch table of contents entry endpoint to modify existing entries.

📌 You can have multiple API references and documents in one product. To learn more, see Add APIs to Product and Add Docs to Product.

Restore Deleted Items

Use the GET Get removed table of contents endpoint to retrieve deleted ToC entries.

To restore a previously deleted item, use the POST /table-of-contents/{tableOfContentsId}/removed endpoint.

Note: Restoring a table of contents item does not restore its nested child pages.