Method: Seatsio::WorkspacesClient#activate

Defined in:
lib/seatsio/workspaces.rb

#activate(key:) ⇒ Object



36
37
38
# File 'lib/seatsio/workspaces.rb', line 36

def activate(key:)
  @http_client.post("workspaces/#{key}/actions/activate")
end