PlaceOS::Client::APIWrapper::Metadata
Inherits PlaceOS::Client::APIWrapper::Endpoint < Reference < Object
Instance methods
children(id : String, name : String | Nil = nil)
Sourcedestroy(id : String, name : String)
Sourcefetch(id : String, name : String | Nil = nil)
Sourcemerge(id : String, name : String, details : JSON::Any | Hash | NamedTuple | Array, description : String | Nil = nil)
Sourcerename(id : String, current_name : String, new_name : String)
Sourceupdate(id : String, name : String, details : JSON::Any | Hash | NamedTuple | Array, description : String | Nil = nil)
Source