remove #swagger.path from API docs

This commit is contained in:
timothycarambat
2024-08-20 12:48:08 -07:00
parent cb7cb2d976
commit 17abbe97e5
4 changed files with 1 additions and 13 deletions

View File

@@ -110,7 +110,6 @@ function apiWorkspaceThreadEndpoints(app) {
/*
#swagger.tags = ['Workspace Threads']
#swagger.description = 'Update thread name by its unique slug.'
#swagger.path = '/v1/workspace/{slug}/thread/{threadSlug}/update'
#swagger.parameters['slug'] = {
in: 'path',
description: 'Unique slug of workspace',