lib/contentful/management/editor_interface.rb in contentful-management-1.5.0 vs lib/contentful/management/editor_interface.rb in contentful-management-1.6.0

- old
+ new

@@ -10,13 +10,12 @@ property :controls, :array # Gets the Default Editor Interface # + # @param [Contentful::Management::Client] client # @param [String] space_id # @param [String] content_type_id - # @param [Hash] params - # @see _ For complete option list: http://docs.contentfulcda.apiary.io/#reference/search-parameters # # @return [Contentful::Management::EditorInterface] def self.default(client, space_id, content_type_id) ClientEditorInterfaceMethodsFactory.new(client).default(space_id, content_type_id) end