We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc3cae commit 8b60b60Copy full SHA for 8b60b60
server/v1/api.proto
@@ -1361,7 +1361,7 @@ service Tigris {
1361
};
1362
option(openapi.v3.operation) = {
1363
summary: "Update a project configuration and metadata"
1364
- tags: "Project"
+ tags: "Projects"
1365
1366
}
1367
server/v1/openapi.yaml
@@ -2942,7 +2942,7 @@ paths:
2942
/v1/projects/{project}/update:
2943
put:
2944
tags:
2945
- - Project
+ - Projects
2946
summary: Update a project configuration and metadata
2947
description: Update Project configuration and metadata
2948
operationId: Tigris_UpdateProject
0 commit comments