创作者中心
中心
学习
商店
人才
论坛
路线图
登录
Create
概览
体验
虚拟形象
素材
Open Cloud
Roblox Studio has increased the minimum specification requirements.
Learn More
Create
/
Open Cloud
/
Legacy APIs
中文(简体)
反馈
Matchmaking api
*
此内容使用人工智能(Beta)翻译,可能包含错误。若要查看英文页面,请点按
此处
。
基本网址
https://matchmaking.roblox.com
JSON
下载
GameClient
GET
/v1
/client-status
获取客户端状态
POST
/v1
/client-status
设置客户端状态
GameInstances
POST
/v1
/game-instances
/shutdown
关闭游戏实例。
POST
/v1
/game-instances
/shutdown-all
关闭所有游戏实例。
MatchmakingCustomization
POST
/v1
/matchmaking
/player-attribute
创建一个玩家特性定义。
DELETE
/v1
/matchmaking
/player-attribute
/{attributeId}
删除由属性ID指定的玩家特性定义。
PATCH
/v1
/matchmaking
/player-attribute
/{attributeId}
更新由属性ID指定的玩家特性定义。
GET
/v1
/matchmaking
/player-attributes
/{universeId}
列出宇宙中的所有玩家特性定义。
POST
/v1
/matchmaking
/scoring-configuration
创建匹配评分配置。
GET
/v1
/matchmaking
/scoring-configuration
/default-weights
POST
/v1
/matchmaking
/scoring-configuration
/place
为一个地方设置匹配评分配置。
DELETE
/v1
/matchmaking
/scoring-configuration
/place
/{placeId}
移除一个地方的匹配评分配置。
DELETE
/v1
/matchmaking
/scoring-configuration
/{scoringConfigurationId}
删除匹配配置评分。
GET
/v1
/matchmaking
/scoring-configuration
/{scoringConfigurationId}
更新匹配评分配置。
PATCH
/v1
/matchmaking
/scoring-configuration
/{scoringConfigurationId}
更新匹配评分配置。
POST
/v1
/matchmaking
/scoring-configuration
/{scoringConfigurationId}
/signals
创建匹配评分配置信号。
DELETE
/v1
/matchmaking
/scoring-configuration
/{scoringConfigurationId}
/signals
/{signalName}
删除匹配配对评分配置的自定义信号。
PATCH
/v1
/matchmaking
/scoring-configuration
/{scoringConfigurationId}
/signals
/{signalName}
更新匹配评分配置信号。
GET
/v1
/matchmaking
/scoring-configurations
/{universeId}
列出宇宙的所有匹配配置评分。
GET
/v1
/matchmaking
/scoring-configurations
/{universeId}
/places
列出所有具有匹配配对评分配置的地点,用于宇宙。
POST
/v1
/matchmaking
/server-attribute
创建一个服务器特性定义。
DELETE
/v1
/matchmaking
/server-attribute
/{attributeId}
删除由属性ID指定的服务器特性定义。
PATCH
/v1
/matchmaking
/server-attribute
/{attributeId}
更新由属性ID指定的服务器特性定义。
GET
/v1
/matchmaking
/server-attributes
/{universeId}
列出宇宙的所有 ServerAttributeDefinitions。
GET
/v1
/matchmaking
/universe
/{universeId}
/feature-flags
获取特定宇宙的自定义匹配功能标志。