mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 16:51:38 +10:00
chore: lots of content updates
This commit is contained in:
6
apps/documentation/pages/public-api/api-reference.mdx
Normal file
6
apps/documentation/pages/public-api/api-reference.mdx
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
title: 'API Reference'
|
||||
description: 'Reference documentation for the Documenso public API.'
|
||||
---
|
||||
|
||||
# API Reference
|
||||
@ -9,9 +9,7 @@ import { Callout } from 'nextra/components';
|
||||
|
||||
Documenso uses API versioning to manage changes to the public API. This allows us to introduce new features, fix bugs, and make other changes without breaking existing integrations.
|
||||
|
||||
<Callout type="info" emoji="ℹ️">
|
||||
The current version of the API is `v1`.
|
||||
</Callout>
|
||||
<Callout type="info">The current version of the API is `v1`.</Callout>
|
||||
|
||||
The API version is specified in the URL. For example, the base URL for the `v1` API is `https://app.documenso.com/api/v1`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user