Actions
Bug #4955
closedSync plan API bugs
Description
Some things I noticed in the sync plan API:
- Some of the doc is wrong like it references products (e.g. param :id, :number, :desc => "product numeric identifier", :required => true; param :organization_id, :identifier, :desc => "Filter products by organization name or label", :required => true)
- Show requires organization_id. AFAIK, we're only requiring organization_id on show if the ID is not unique across orgs
Actions