question

01F0 avatar image
01F0 asked

ShutdownMultiplayerServer: Inputting an incorrect region shows misleading error details

Hi!

If I send the following JSON body to ShutdownMultiplayerServer:

{
"BuildId":"8bd3ef32-7841-4f26-a4dc-ec610adc4b8d",
"Region":"OuterSpace",
"SessionId":"8f3041d8-d37d-4248-bf6b-32277095c4da"
}

The response is this:

{
"code":400,
"status":"BadRequest",
"error":"InvalidParams",
"errorCode":1000,
"errorMessage":"Invalid input parameters",
"errorDetails":{
"BuildId":[
"The BuildId field is required.",
"Must be a GUID of string type"
],
"SessionId":[
"The SessionId field is required.",
"Must be a GUID of string type"
]
}
}
apis
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

·
Seth Du avatar image
Seth Du answered

Thanks for the feedback. I will pass through this issue to the corresponding team.

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.