module API class Endpoints < Grape::API format :json prefix :api helpers do def return_no_content_status status :no_content '' end end end end