feat(core): Add description to projects (#15611)

This commit is contained in:
Daria
2025-06-12 13:57:23 +03:00
committed by GitHub
parent 46723d3518
commit 1ddbb78909
22 changed files with 235 additions and 35 deletions

View File

@@ -1063,6 +1063,7 @@ describe('Public API endpoints with feat:apiKeyScopes enabled', () => {
name: 'some-project',
icon: null,
type: 'team',
description: null,
id: expect.any(String),
createdAt: expect.any(String),
updatedAt: expect.any(String),

View File

@@ -143,6 +143,7 @@ describe('Projects in Public API', () => {
name: 'some-project',
icon: null,
type: 'team',
description: null,
id: expect.any(String),
createdAt: expect.any(String),
updatedAt: expect.any(String),