Sha256: 2eb238b2fc02e4974c162f428137db94ae48499f90a6e83287685c0be7dc9b43
Contents?: true
Size: 799 Bytes
Versions: 8
Compression:
Stored size: 799 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake desc 'AdminInviterequestsApproved methods.' command 'admin_inviteRequests_approved' do |g| g.desc 'List all approved workspace invite requests.' g.long_desc %( List all approved workspace invite requests. ) g.command 'list' do |c| c.flag 'cursor', desc: 'Value of the next_cursor field sent as part of the previous API response.' c.flag 'limit', desc: 'The number of results that will be returned by the API on each invocation. Must be between 1 - 1000, both inclusive.' c.flag 'team_id', desc: 'ID for the workspace where the invite requests were made.' c.action do |_global_options, options, _args| puts JSON.dump($client.admin_inviteRequests_approved_list(options)) end end end
Version data entries
8 entries across 8 versions & 1 rubygems