Open APi ## Sections • [Theneo Sample OpenAPI Doc](https://app.theneo.io/demo/theneoopenapi/theneo-sample-openapi-doc.md): Theneo APIs enable you to generate beautiful API documentations effortlessly. Why should only top companies like Stripe, Square, and Twilio have gorgeous documentations? With Theneo you can also generate API documents that you could be proud of. The Theneo API follows the general patterns of REST Please note: All the endpoints and API references discussed here are just for demo purposes, they are not functional This is the documentation for version 1.0.0 of the API. Servers: https://app.theneo.io - Theneo Sample API • [Retrieves documentations](https://app.theneo.io/demo/theneoopenapi/retrieves-documentations.md): By passing in the appropriate options, you can search for available API documentations Title Required? Type Description Min Length Max Length searchString false STRING pass an optional search string for looking up inventory numberofDocs false INTEGER (int32) number of documentations to return category false STRING category of documentations to return sortBy false STRING Allowed: dateUpdated, dateAdded. sortOrder false STRING Allowed: asc, desc. asc is ascending and sorts from A to Z. desc is descending and sorts from Z to A. • [Adds a documentation](https://app.theneo.io/demo/theneoopenapi/adds-a-documentation.md): to the system Title Required? Type Description Min Length Max Length documentation true string The title of the documentation key true string Unique Id of of the documentation category false string category of the documentation (allowed categories TBD) • [Deletes an API Doc](https://app.theneo.io/demo/theneoopenapi/deletes-an-api-doc.md): Delete the API Doc from the system Title Required? Type Description Min Length Max Length id false STRING The documentation ID for the documentation you want to delete • [Updates the API Doc](https://app.theneo.io/demo/theneoopenapi/updates-the-api-doc.md): Update the API documentation details Title Required? Type Description Min Length Max Length id false STRING The documentation ID for the documentation you want to update • [Invite users to the document](https://app.theneo.io/demo/theneoopenapi/invite-users-to-the-document.md): Title Required? Type Description Min Length Max Length documentatId false string Unique ID of the document useremail true string User email that you want to add to the project permission false string What type of permission you would like to give it to them? Editor or Viewer