The resource path of the memory store.
Format: universes/{universe_id}/memory-store.
Represents the memory store of the universe.
The resource path of the memory store.
Format: universes/{universe_id}/memory-store.
https://apis.roblox.com
{
"path": "universes/123/memory-store"
}
Asynchronously flush all data structures in the universe.
The universe ID.
Questo metodo è asincrono e restituisce un'"operazione", che rappresenta lo stato corrente della stessa. Contiene un percorso endpoint che è possibile sondare per ottenere la risposta reale e i metadati applicabili. Per ulteriori informazioni, consulta la documentazione sulle operazioni di lunga durata.
Le sezioni seguenti descrivono gli oggetti di risposta e metadati forniti al completamento di un'operazione.
Nessuno
Nessuno
curl -L -X POST 'https://apis.roblox.com/cloud/v2/universes/{universe_id}/memory-store:flush' \
-H 'x-api-key: {your-api-key}' \
-H 'Content-Type: application/json' \
--data '{}'