Method: PlatformAPI::Organization#update
- Defined in:
- lib/platform-api/client.rb
#update(organization_name, body = {}) ⇒ Object
Set or unset the organization as your default organization.
1797 1798 1799 |
# File 'lib/platform-api/client.rb', line 1797 def update(organization_name, body = {}) @client.organization.update(organization_name, body) end |