action crucible_get_available_actions { label: "getAvailableActions" description: "Get a list of the actions which the current user is allowed to perform\n on the review." provider: crucible method: GET path: "/rest-service/reviews-v1/{id}/actions" encoding: json output: { type: "object" additionalProperties: true } }