var setupCollectionPut = function (collection, options) {
        /**
         * PUT /collection
         */
        if (!options.readOnly && options.collectionPut !== false) {