Update a store
import botfleet
botfleet.api_key = "YOUR_API_KEY"
botfleet.Store.update(name="Updated name")
The following fields can be updated: name
.
Returns a Store
object.
import botfleet
botfleet.api_key = "YOUR_API_KEY"
botfleet.Store.update(name="Updated name")
The following fields can be updated: name
.
Returns a Store
object.