Skip to content

Commit

Permalink
Add missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
renatolond committed Oct 23, 2024
1 parent ada5878 commit b1a1869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/api/entities/profile_info.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module API
module Entities
# Represents the profile info entity for the API
class ProfileInfo < BasicProfileInfo
expose :birth_date, documentation: { type: Date }
expose :about_me, documentation: { type: String }
expose :genders, documentation: { type: String, is_array: true }
expose :orientations, documentation: { type: String, is_array: true }
Expand Down

0 comments on commit b1a1869

Please sign in to comment.