app/representers/openstax/accounts/api/v1/account_representer.rb in openstax_accounts-7.11.0 vs app/representers/openstax/accounts/api/v1/account_representer.rb in openstax_accounts-7.12.0

- old
+ new

@@ -88,9 +88,15 @@ type: String, schema_info: { description: "The support_identifier as set by Accounts" } + property :is_test, + type: :boolean, + schema_info: { + description: "Whether or not this is a test account" + } + end end end end end