adobe/reactor-developer-docs

"Rules > List revisions of a Rule" demos the wrong endpoint

Closed this issue · 3 comments

The DEFINITION and EXAMPLE RESPONSE are for GET /companies?filter[org_id]=EQ%203DB07B845A7DE2990A494126@AdobeOrg.

The EXAMPLE REQUEST seems to be curl-ing the right endpoint, though.

I'm guessing there is a mismatch because we use a different token in the request.
"/rules/:rule_id/revisions" vs "/rules/:origin_rule_id/revisions"

same issue in #13
data_elements has the same issue.

pr for this has merged.