2
0

📝 Introduce auto generate API doc

This commit is contained in:
Baptiste Arnaud
2022-11-22 17:30:20 +01:00
parent 04af489119
commit 11695efb57
60 changed files with 1480 additions and 914 deletions

View File

@ -10,6 +10,8 @@ export const deleteResultsProcedure = authenticatedProcedure
method: 'DELETE',
path: '/typebots/{typebotId}/results',
protect: true,
summary: 'Delete results',
tags: ['Results'],
},
})
.input(

View File

@ -10,6 +10,8 @@ export const getResultLogsProcedure = authenticatedProcedure
method: 'GET',
path: '/typebots/{typebotId}/results/{resultId}/logs',
protect: true,
summary: 'List result logs',
tags: ['Results'],
},
})
.input(

View File

@ -13,6 +13,8 @@ export const getResultsProcedure = authenticatedProcedure
method: 'GET',
path: '/typebots/{typebotId}/results',
protect: true,
summary: 'List results',
tags: ['Results'],
},
})
.input(