You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
e.g.
GymId = "the long gym ID I got with GetGymDetails"
DefendingPokemonId = the Id of the pokemon of the first member of the gym from GetGymDetails
AttackingPokemonIds = [list of 6 Ids of the player's pokemon - resp. 1 if the gym is owned by the player's team]
Response:
Status = 3
Success = Unset
Anyone else tried it and could confirm?
The text was updated successfully, but these errors were encountered:
status code signify a bad request, we dont know why it isnt always working.
btw the first request for StartGymBattle you should get a UNSET because the servers are redirecting you to another endpoint.
e.g.
GymId = "the long gym ID I got with GetGymDetails"
DefendingPokemonId = the Id of the pokemon of the first member of the gym from GetGymDetails
AttackingPokemonIds = [list of 6 Ids of the player's pokemon - resp. 1 if the gym is owned by the player's team]
Response:
Status = 3
Success = Unset
Anyone else tried it and could confirm?
The text was updated successfully, but these errors were encountered: