action crucible_add_reviewers { label: "addReviewers" description: "Adds the given list of reviewers to the review." provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/reviewers" encoding: json output: { type: "object" additionalProperties: true } }