Skip to content

Commit

Permalink
fix endpoint path
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0q authored Sep 9, 2024
1 parent f9b3e3d commit f58aca9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/swagger/traPortfolio.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,19 +267,6 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/CreateProjectRequest"
delete:
summary: プロジェクトの削除
operationId: deleteProject
responses:
"204":
description: No Content
"403":
description: Forbidden
"404":
description: Not Found
description: プロジェクトを削除します
tags:
- project
"/projects/{projectId}":
parameters:
- $ref: "#/components/parameters/projectIdInPath"
Expand Down Expand Up @@ -319,6 +306,19 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/EditProjectRequest"
delete:
summary: プロジェクトの削除
operationId: deleteProject
responses:
"204":
description: No Content
"403":
description: Forbidden
"404":
description: Not Found
description: プロジェクトを削除します
tags:
- project
/events:
get:
summary: イベントリストを取得
Expand Down

0 comments on commit f58aca9

Please sign in to comment.