PATCH
/
v2
/
markets
/
{marketId}
Update a market
curl --request PATCH \
  --url https://rest.forestreet.com/v2/markets/{marketId} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "headerImage": "<string>"
}'
{
  "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 update.

Required range: x > 0

Body

application/json

Response

200 - application/json

Update a market in collection response

The response is of type object.