Skip to content

Commit a8704c2

Browse files
committed
fix: swagger Project tag
1 parent 324a325 commit a8704c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/docs/swagger.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4100,7 +4100,7 @@
41004100
},
41014101
"/api/organization/{organizationId}/team/{teamId}/project/{projectId}/restore": {
41024102
"patch": {
4103-
"tags": ["project"],
4103+
"tags": ["Project"],
41044104
"summary": "Restore a deleted project",
41054105
"description": "Restores a previously soft-deleted project. Requires admin, organization owner, or team manager permissions.",
41064106
"parameters": [
@@ -4210,7 +4210,7 @@
42104210
},
42114211
"/api/organization/{organizationId}/team/{teamId}/project/all": {
42124212
"get": {
4213-
"tags": ["project"],
4213+
"tags": ["Project"],
42144214
"summary": "Get all projects for a team",
42154215
"description": "Retrieves all projects for a specific team. Regular users only see projects they're members of, while admins/owners/managers see all projects.",
42164216
"parameters": [
@@ -4314,7 +4314,7 @@
43144314
},
43154315
"/api/organization/{organizationId}/team/{teamId}/project/{projectId}/": {
43164316
"get": {
4317-
"tags": ["project"],
4317+
"tags": ["Project"],
43184318
"summary": "Get a specific project with details",
43194319
"description": "Retrieves detailed information about a specific project including members and tasks. Users must be project members or have team permissions to view.",
43204320
"parameters": [

0 commit comments

Comments
 (0)