app/representers/openstax/accounts/api/v1/account_representer.rb in openstax_accounts-9.6.0 vs app/representers/openstax/accounts/api/v1/account_representer.rb in openstax_accounts-9.6.1

- old
+ new

@@ -28,9 +28,15 @@ schema_info: { description: "The account's unique username (case insensitive)", required: true } + property :is_administrator, + type: :boolean, + schema_info: { + description: 'Whether or not this user is an administrator on Accounts' + } + property :first_name, type: String, schema_info: { description: "The user's first name" }