Skip to content

Commit 8b60b60

Browse files
authored
fix: correctl tag update project api (#245)
1 parent 5cc3cae commit 8b60b60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server/v1/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ service Tigris {
13611361
};
13621362
option(openapi.v3.operation) = {
13631363
summary: "Update a project configuration and metadata"
1364-
tags: "Project"
1364+
tags: "Projects"
13651365
};
13661366
}
13671367

server/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2942,7 +2942,7 @@ paths:
29422942
/v1/projects/{project}/update:
29432943
put:
29442944
tags:
2945-
- Project
2945+
- Projects
29462946
summary: Update a project configuration and metadata
29472947
description: Update Project configuration and metadata
29482948
operationId: Tigris_UpdateProject

0 commit comments

Comments
 (0)