Skip to content

Commit

Permalink
Merge pull request #90 from studio-recoding/fix-profile-change
Browse files Browse the repository at this point in the history
[🔧fix] API 스펙 다르던 문제 해결
  • Loading branch information
JeonHaeseung authored May 25, 2024
2 parents 2a2540e + 70e7aca commit 5ab394d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package Ness.Backend.domain.profile.dto.request;

import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
import lombok.NoArgsConstructor;
Expand All @@ -11,5 +12,6 @@ public class PutProfileDto {
private String nickname;

@Schema(description = "업데이트할 사용자 프로필 키 경로", example = "untitle.png")
@JsonProperty("imageUrl")
private String key;
}

0 comments on commit 5ab394d

Please sign in to comment.