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