✨ Allow user to share a flow publicly and make it duplicatable
Closes #360
This commit is contained in:
@@ -14,7 +14,7 @@ export const updateSubscription = authenticatedProcedure
|
||||
.meta({
|
||||
openapi: {
|
||||
method: 'PATCH',
|
||||
path: '/billing/subscription',
|
||||
path: '/v1/billing/subscription',
|
||||
protect: true,
|
||||
summary: 'Update subscription',
|
||||
tags: ['Billing'],
|
||||
|
||||
Reference in New Issue
Block a user