POST
/
item-instances
/
{id}
/
move
curl --request POST \
  --url https://forgegames.org/api/item-instances/{id}/move \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "userId": "<string>",
  "spaceId": "<string>",
  "spacePositionX": 123,
  "spacePositionY": 123
}'
"<any>"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Body

application/json

Response

200
application/json
Successful response

The response is of type any.