Skip to content

Commit

Permalink
re-add support_identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Aug 23, 2024
1 parent 17af2f1 commit 64cd9fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/representers/api/v1/user_representer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ class UserRepresenter < Roar::Decorator
readable: true,
writeable: false

property :support_identifier,
type: String,
readable: true,
writeable: false

property :consent_preferences,
type: JSON,
readable: true,
Expand Down

0 comments on commit 64cd9fc

Please sign in to comment.