Project

General

Profile

« Previous | Next » 

Revision 8f9fdae3

Added by Evgeni Golov about 8 years ago

fixes #14502 - fix documentation of the hosts controller for puppetclass_ids

previously it wrongly stated that the parameter is called
puppet_class_ids

View differences:

app/controllers/api/v2/hosts_controller.rb
param :domain_id, :number, :desc => N_("required if host is managed and value is not inherited from host group")
param :realm_id, :number
param :puppet_proxy_id, :number
param :puppet_class_ids, Array
param :puppetclass_ids, Array
param :operatingsystem_id, String, :desc => N_("required if host is managed and value is not inherited from host group")
param :medium_id, String, :desc => N_("required if not imaged based provisioning and host is managed and value is not inherited from host group")
param :ptable_id, :number, :desc => N_("required if host is managed and custom partition has not been defined")

Also available in: Unified diff