POST
/
v2
/
markets
/
{marketId}
/
move
Move a market
curl --request POST \
  --url https://rest.forestreet.com/v2/markets/{marketId}/move \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "oldCollectionId": 1,
  "newCollectionId": 1
}'
{
  "success": true,
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Path Parameters

marketId
integer
required

ID of the market to move.

Required range: x > 0

Body

application/json

Response

200 - application/json

Move a market in collection response

The response is of type object.