question

hugo-2 avatar image
hugo-2 asked

Trying to send a ModifyServerBuild request using Postman, Game server build is not found

I followed the tutorial on this page to set up the Playfab api in Postman and have successfully sent a GetBuild request using the Id of one of my deployed builds. When I try sending a ModifyServerBuild request using the same Id, however, it responds with the following error:

{
    "code": 400,
    "status": "BadRequest",
    "error": "BuildNotFound",
    "errorCode": 1032,
    "errorMessage": "Game server build not found"
}

Am I doing something wrong?

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

·
Made Wang avatar image
Made Wang answered

This API is only used in Legacy MPS. So you can't use it in MPS 2.0, and refer Build definition and configuration - PlayFab | Microsoft Docs, the Build of MPS 2.0 cannot modify the Build definition after it is created.

10 |1200

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

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.