Project

General

Profile

« Previous | Next » 

Revision df16029e

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

(cherry picked from commit 8f9fdae35594632e94c73dcb5846d5409ebd34b9)

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