Skip to content

Commit

Permalink
docs: Spec 문서 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
kimday0326 committed Jan 20, 2025
1 parent d1c16a0 commit 4716df8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/resources/api/goalmate-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ paths:
- bearerAuth: [ ]
tags:
- MenteeGoal
summary: 멘티 목표 리스트 조회
summary: 멘티 목표 리스트 조회 | DONE
description: 멘티가 참여한 목표들을 조회합니다.
operationId: getMenteeGoals
parameters:
Expand Down Expand Up @@ -508,9 +508,11 @@ components:
created_at:
type: string
format: date-time
example: 2025-01-20T10:18:15.158
updated_at:
type: string
format: date-time
example: 2025-01-20T10:18:15.158
GoalStatusEnum:
type: string
enum:
Expand Down

0 comments on commit 4716df8

Please sign in to comment.