module API class Endpoints < Grape::API format :json prefix :api helpers do def return_no_content_status status :no_content '' end end # AUTO-GENERATED (DO NOT ERASE) # APIs end end