mirror of
https://github.com/documenso/documenso.git
synced 2026-07-23 08:23:42 +10:00
docs: mark all v1 API endpoints as deprecated
Add deprecated flag and migration message to all 19 v1 API endpoints to signal users should migrate to the v2 API.
This commit is contained in:
@@ -11,7 +11,8 @@ export const OpenAPIV1 = Object.assign(
|
||||
info: {
|
||||
title: 'Documenso API',
|
||||
version: '1.0.0',
|
||||
description: 'The Documenso API for retrieving, creating, updating and deleting documents.',
|
||||
description:
|
||||
'[DEPRECATED] The Documenso API for retrieving, creating, updating and deleting documents. Please migrate to the v2 API.',
|
||||
},
|
||||
servers: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user