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
Updated name of the market.
Updated description of the market.
Updated URL to the market's header image.
Update a market in collection response
Indicates whether the update operation was successful.
Optional message providing additional information about the update operation.