create a data bag via RESTful API
163 164 165 166
# File 'lib/chef/data_bag.rb', line 163 def create chef_server_rest.post("data", self) self end