cURL
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>" }
Update a specific market in the collection
Pass a static API key for every request, provided by your customer support.
ID of the market to update.
x > 0
Update a market in collection response
The response is of type object.
object