post https://neon-loyalty-qa.spika.com/loyalty/v1//games//plays
If playId is null it gets saved as a new Play, otherwise it overwrites the existing play
Response
If playId is null it gets saved as a new Play, otherwise it overwrites the existing play
xxxxxxxxxx
curl --request POST \
--url 'https://neon-loyalty-qa.spika.com/loyalty/v1/space/games/gameLookupId/plays?response=false' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"state":"PLAYING"}'
Try It!
to start a request and see the response here! Or choose an example: