3.214.0 release notes
about 18 hours ago by ReadMe API
- ✨ New features
- Added note management endpoints for ID tags:
GET /public-api/resources/id-tags/v2.0/{idTag}/notes,POST /public-api/resources/id-tags/v2.0/{idTag}/notes,GET /public-api/resources/id-tags/v2.0/{idTag}/notes/{note},PATCH /public-api/resources/id-tags/v2.0/{idTag}/notes/{note}, andDELETE /public-api/resources/id-tags/v2.0/{idTag}/notes/{note}. These endpoints let you list, create, read, update, and delete notes linked to an ID tag. - Added the optional
tagfilter toGET /public-api/resources/partners/v2.0. Added the optionaltagsfield to partner responses onGET /public-api/resources/partners/v2.0,POST /public-api/resources/partners/v2.0,GET /public-api/resources/partners/v2.0/{partner}, andPATCH /public-api/resources/partners/v2.0/{partner}. - Added terminal app branding fields to v1.1 payment terminal responses for supported terminal types on
GET /public-api/resources/payment-terminals/v1.1,POST /public-api/resources/payment-terminals/v1.1,GET /public-api/resources/payment-terminals/v1.1/{paymentTerminal}, andPATCH /public-api/resources/payment-terminals/v1.1/{paymentTerminal}. The new optional fields arethemeMode,darkThemePrimaryColor,darkThemeSecondaryColor,darkThemeTertiaryColor,darkThemeLogoUrl,lightThemePrimaryColor,lightThemeSecondaryColor,lightThemeTertiaryColor, andlightThemeLogoUrl.
- Added note management endpoints for ID tags:
- 🔧 Improvements
- Added the
409error response toPATCH /public-api/resources/partner-invite-access-policies/v1.0/{partnerInviteAccessPolicy}. Requests that attempt a blocked partner-scope change now return a documented conflict response instead of an undocumented error condition.
- Added the