You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You will see a plural form of some of the mappings. For example, I’ve added proposal_refs which can map to multiple of proposals. I’ve left the singular mapping proposal_ref as-is so things don’t break but the idea is that a PO can now have multiple proosals. The same applies to quoted_wares. So in whatever app you’ve developed that accessed the endpoint, we’d need to update it to read the plural mapping.
it's a non breaking change since I did not change the existing mappings, I just added the plural form of the mappings so we can transition over without blowing up anything
The text was updated successfully, but these errors were encountered:
Summary
update all instances of
proposal_ref
andquoted_ware
throughout the appAcceptance Criteria
proposal_ref
have been updated toproposal_refs
quoted_ware
have been updated toquoted_wares
Story
From mumen yesterday:
The text was updated successfully, but these errors were encountered: