Method: Chef::DataBagItem#create

Defined in:
lib/chef/data_bag_item.rb

#createObject

Create this Data Bag Item via RESTful API



191
192
193
194
# File 'lib/chef/data_bag_item.rb', line 191

def create
  chef_server_rest.post("data/#{data_bag}", self)
  self
end