Skip to main content
PUT
/
contest
/
cache-update
Update Legacy Contest Cache
curl --request PUT \
  --url https://backend-global.gains.trade/contest/cache-update \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Endpoint

PUT /contest/cache-update Updates legacy contest cache data.

Request Body

Send JSON matching the schema shown in the generated API panel.

Usage Example

curl -X PUT "https://backend-arbitrum.gains.trade/contest/cache-update"

Response Structure

The generated API panel lists the response schema for status codes: 200. Error responses generally return an error or message field.

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response

The response is of type object.