MemoryStore

Represents the memory store of the universe.

คุณลักษณะ

pathstring

The resource path of the memory store.

Format: universes/{universe_id}/memory-store.

URL หลัก

https://apis.roblox.com
แหล่งข้อมูล MemoryStore

{
"path": "universes/123/memory-store"
}

MemoryStore

Flush Memory Store
เวอร์ชัน Beta

POST /cloud/v2/universes/{universe_id}/memory-store:flush

Asynchronously flush all data structures in the universe.

ขอบเขต
universe.memory-store:flush
คำขอพารามิเตอร์เส้นทาง
universe_idstring
จำเป็นต้องมี

The universe ID.

เนื้อหาคำขอ
การตอบกลับ

This method is asynchronous and returns an Operation, which represents the current state of the operation. It contains an endpoint path that you can poll to obtain the real response and applicable metadata. See the documentation on long-running operations for more information.

The following sections describe the response and metadata objects that are provided when an operation completes.

การตอบกลับ

ไม่มี

ข้อมูลเมต้า

ไม่มี

POST /cloud/v2/universes/{universe_id}/memory-store:flush

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 '{}'