Sha256: d9ea21d89ce71e602eb3a9c21a3243ba94136adf8bbef0d59a5b4b28ccbb1cdc
Contents?: true
Size: 509 Bytes
Versions: 27
Compression:
Stored size: 509 Bytes
Contents
module ForemanRemoteExecution module Concerns module Api module V2 module RegistrationCommandsControllerExtensions module ApipieExtensions extend Apipie::DSL::Concern update_api(:create) do param :registration_command, Hash do param :remote_execution_interface, String, desc: N_("Identifier of the Host interface for Remote execution") end end end end end end end end
Version data entries
27 entries across 27 versions & 1 rubygems