RESTFramework::BUILTIN_MEMBER_ACTIONS.each do |action, methods|
        next unless self.method_defined?(action)

        actions[action] = {
          path: "", methods: methods, type: :builtin, metadata: {label: self.get_label(action)}