Sha256: 601b2c64ff92a8ab82ae2d33e00fdfbe112d3a17967b4b5f0511651cb576b3de
Contents?: true
Size: 314 Bytes
Versions: 86
Compression:
Stored size: 314 Bytes
Contents
module Api module V2 module InterfacesControllerExtensions extend Apipie::DSL::Concern update_api(:create, :update) do param :interface, Hash do param :execution, :bool, :desc => N_('Should this interface be used for remote execution?') end end end end end
Version data entries
86 entries across 86 versions & 1 rubygems