question

Brent Batas (Lisk) avatar image
Brent Batas (Lisk) asked

How to create/edit a matchmaker queue programmatically?

I'm working on updating my developer tools for servers 2.0.

How do I create/edit a matchmaker queue programmatically?

The closest I can find is:

https://api.playfab.com/documentation/multiplayer/method/SetMatchmakingQueue

but I can't seem to find how to call it. I'm not sure if this call exists anymore, since it is a "Flagged API" at the time of writing. I'm using the PlayFabAllSDK via NuGet, version 1.54.190717 (latest as of today).

In legacy matchmaking, I was able to call ModifyMatchmakerGameModes()

https://docs.microsoft.com/en-us/rest/api/playfab/admin/matchmaking/modifymatchmakergamemodes?view=playfab-rest

Custom Game ServersMatchmaking
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

Hi Brent, I checked the latest Github repository and I believe that you cannot call this SetMatchmakingQueue API using the PlayFabAllSDK. However, this should be working via Restful API calls.

By the way, please refer to our new documentation portal:https://docs.microsoft.com/en-us/rest/api/playfab/multiplayer/matchmaking-admin/setmatchmakingqueue?view=playfab-rest

7 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Brent Batas (Lisk) avatar image Brent Batas (Lisk) commented ·

Thanks for the reply. I hope that this may be added to the SDK sometime, since it's inconvenient to have to use a POST request.

Regarding the new documentation portal, I have been trying to use it, but I prefer the old one still sometimes because it has information about Sample Request as well as whether the API is flagged, while the new documentation doesn't have any of that information.

0 Likes 0 ·
Citrus Yan avatar image Citrus Yan Brent Batas (Lisk) commented ·

Yeah, I will inform our product team about this SDK issue. About the new portal, I will ask the doc team to see if they could make some updates. Thanks for your feedback.

1 Like 1 ·
Brent Batas (Lisk) avatar image Brent Batas (Lisk) Citrus Yan commented ·

Hi Citrus, I'm looking back into this and I noticed the documentation page is down. Is there another one you can link me to? Trying to find:

https://docs.microsoft.com/en-us/rest/api/playfab/multiplayer/matchmaking-admin/setmatchmakingqueue?view=playfab-rest

0 Likes 0 ·
Show more comments
brandon@uprootstudios.com avatar image brandon@uprootstudios.com commented ·

@Citrus Yan Any update on this? We want to be able to set a build ID for server allocation programmatically. It seems like the documentation still doesn't exist and any calls to /Admin/SetMatchmakingQueue or /Multiplayer/SetMatchmakingQueue result in a 404 response.

0 Likes 0 ·
Travis Lange avatar image Travis Lange brandon@uprootstudios.com commented ·

@Citrus Yan I can confirm that the doc page supplied in this answer is 404ing for us as well. We are also interested in how to do this so we can integrate it into our build pipelines.

0 Likes 0 ·
Citrus Yan avatar image Citrus Yan Travis Lange commented ·

@Brandon Phillips, @TCROC

Currently, the SetMatchmakingQueue API is still not open to public yet, please keep an eye on the Doc Portal and Blog posts for new updates. You can make a Feature Request to help prioritize it:)

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.