Method: Seatsio::WorkspacesClient#update
- Defined in:
- lib/seatsio/workspaces.rb
#update(key:, name:) ⇒ Object
25 26 27 28 29 |
# File 'lib/seatsio/workspaces.rb', line 25 def update(key:, name:) body = {} body['name'] = name @http_client.post("workspaces/#{key}", body) end |