✨ Allow user to share a flow publicly and make it duplicatable
Closes #360
This commit is contained in:
@@ -11,7 +11,7 @@ export const getTotalAnswers = authenticatedProcedure
|
||||
.meta({
|
||||
openapi: {
|
||||
method: 'GET',
|
||||
path: '/typebots/{typebotId}/analytics/totalAnswersInBlocks',
|
||||
path: '/v1/typebots/{typebotId}/analytics/totalAnswersInBlocks',
|
||||
protect: true,
|
||||
summary: 'List total answers in blocks',
|
||||
tags: ['Analytics'],
|
||||
|
||||
@@ -9,7 +9,7 @@ export const getTotalVisitedEdges = authenticatedProcedure
|
||||
.meta({
|
||||
openapi: {
|
||||
method: 'GET',
|
||||
path: '/typebots/{typebotId}/analytics/totalVisitedEdges',
|
||||
path: '/v1/typebots/{typebotId}/analytics/totalVisitedEdges',
|
||||
protect: true,
|
||||
summary: 'List total edges used in results',
|
||||
tags: ['Analytics'],
|
||||
|
||||
Reference in New Issue
Block a user