Update Dataset Data

Dataset Upload Response

The data upload can be performed using the following structure:

Response Structure

Response Object

Example Request

curl --request PUT \
     --url https://data-api.foursquare.com/v1/datasets/dataset_id/data \
     --header 'accept: application/json' \
     --header 'content-type: application/json'

Example Response

{
  "name": "string",
  "description": "string",
  "id": "string",
  "type": "managed",
  "privacy": "private",
  "permission": "viewer",
  "isValid": true,
  "createdAt": "2026-07-25T03:52:15.244Z",
  "updatedAt": "2026-07-25T03:52:15.244Z",
  "metadata": {
    "contentType": "string",
    "size": 0
  }
}