Method: Seatsio::WorkspacesClient#set_default
- Defined in:
- lib/seatsio/workspaces.rb
#set_default(key:) ⇒ Object
47 48 49 |
# File 'lib/seatsio/workspaces.rb', line 47 def set_default(key:) @http_client.post("workspaces/actions/set-default/#{key}") end |