mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
chore: small changes
This commit is contained in:
@ -51,13 +51,14 @@ export const contract = c.router(
|
||||
},
|
||||
sendDocumentForSigning: {
|
||||
method: 'PATCH',
|
||||
path: '/documents/:id/send-for-signing',
|
||||
path: '/documents/:id/send',
|
||||
body: SendDocumentForSigningMutationSchema,
|
||||
responses: {
|
||||
200: SuccessfulSigningResponseSchema,
|
||||
400: UnsuccessfulResponseSchema,
|
||||
401: UnsuccessfulResponseSchema,
|
||||
404: UnsuccessfulResponseSchema,
|
||||
500: UnsuccessfulResponseSchema,
|
||||
},
|
||||
summary: 'Send a document for signing',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user