Update review request information in rbt publish --json.
Review Request #12175 — Created March 17, 2022 and submitted — Latest diff uploaded
This updates
rbt publish --json
to renamereview_request
to
review_request_id
(and making it an integer instead of a string), and
to addreview_request_url
.
Tested
rbt publish --json
. Saw the correct payload information.