action crucible_add_reply { label: "addReply" description: "Adds a reply to the given comment. This call includes the repsonse header that\n contains the URL of the newly created entity." provider: crucible method: POST path: "/rest-service/reviews-v1/{id}/comments/{cId}/replies" encoding: json output: { type: "object" additionalProperties: true } }