📝 (api) Better theme template api section title
This commit is contained in:
@@ -13,7 +13,7 @@ export const deleteThemeTemplate = authenticatedProcedure
|
||||
path: '/themeTemplates/{themeTemplateId}',
|
||||
protect: true,
|
||||
summary: 'Delete a theme template',
|
||||
tags: ['Workspace', 'Theme'],
|
||||
tags: ['Theme template'],
|
||||
},
|
||||
})
|
||||
.input(
|
||||
|
||||
@@ -13,7 +13,7 @@ export const listThemeTemplates = authenticatedProcedure
|
||||
path: '/themeTemplates',
|
||||
protect: true,
|
||||
summary: 'List theme templates',
|
||||
tags: ['Workspace', 'Theme'],
|
||||
tags: ['Theme template'],
|
||||
},
|
||||
})
|
||||
.input(z.object({ workspaceId: z.string() }))
|
||||
|
||||
@@ -13,7 +13,7 @@ export const saveThemeTemplate = authenticatedProcedure
|
||||
path: '/themeTemplates/{themeTemplateId}',
|
||||
protect: true,
|
||||
summary: 'Save theme template',
|
||||
tags: ['Workspace', 'Theme'],
|
||||
tags: ['Theme template'],
|
||||
},
|
||||
})
|
||||
.input(
|
||||
|
||||
Reference in New Issue
Block a user