app/representers/openstax/accounts/api/v1/account_representer.rb in openstax_accounts-7.9.0 vs app/representers/openstax/accounts/api/v1/account_representer.rb in openstax_accounts-7.10.0

- old
+ new

@@ -82,9 +82,15 @@ type: String, schema_info: { description: "The UUID as set by Accounts" } + property :support_identifier, + type: String, + schema_info: { + description: "The support_identifier as set by Accounts" + } + end end end end end