For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
chore: update FilterSearch XML doc comment in GetOffersByUserRequest
Clarify the description of the FilterSearch property on
GetOffersByUserRequest to reflect that it performs a case-insensitive
substring search across both offer name and category name, not just
merchant name.
Key changes:
Updated XML doc comment on FilterSearch from “Case-insensitive search string to filter offers by merchant name” to “Case-insensitive substring search. Returns offers whose offer name or category name contains the search string.”
chore: update child organization name validation docs and tests
Reflect the relaxed naming rule for child organizations: names no longer
need to be uppercase with no spaces — they now require at least one
letter and may contain only letters and spaces.
Key changes:
Update XML doc comments on ChildOrganizationAttributes, CreateChildAttributes, and UpdateChildAttributes to describe the new name constraint
Update IChildrenClient and ChildrenClient summary comments to match the new validation rule
Update serialization test fixtures in CreateChildAttributesTest and UpdateChildAttributesTest to use mixed-case names with spaces (e.g. “Acme Child Bank”)