class

PlaceOS::Client::APIWrapper::Settings

Inherits PlaceOS::Client::APIWrapper::Endpoint::Destroy < PlaceOS::Client::APIWrapper::Endpoint::Fetch < PlaceOS::Client::APIWrapper::Endpoint < Reference < Object

Instance methods

base

The base route for the endpoint

Source
create(parent_id : String, settings_string : String, encryption_level : Encryption::Level = Encryption::Level::Support)

Create new settings.

Source
search(parent_ids : Array(String))
Source
search(q : String | Nil = nil, limit : Int = 1000, offset : Int = 0, parent_id : String | Nil = nil)

List or search for systems.

Source
update(id : String, settings_string : String)

Update settings.

Source