Skip to content

Commit

Permalink
feat: personal dashboard api
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Sep 23, 2024
1 parent 00f4003 commit 8ecc879
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ export default class PersonalDashboardController extends Controller {
middleware: [
openApiService.validPath({
tags: ['Unstable'],
summary: 'Get personal dashboard information',
summary: 'Get personal dashboard',
description:
'All projects and flags that are relevant to the user.',
'Return all projects and flags that are relevant to the user.',
operationId: 'getPersonalDashboard',
responses: {
200: createResponseSchema('personalDashboardSchema'),
Expand Down

0 comments on commit 8ecc879

Please sign in to comment.