Skip to main content
POST
/
api
/
datasets
/
{dataset_id}
/
structure
/
reanalyze
Reanalyze Dataset Structure
curl --request POST \
  --url https://api.example.com/api/datasets/{dataset_id}/structure/reanalyze \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "force": true
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

dataset_id
string
required

Cookies

antidote_session
string | null

Body

application/json
force
boolean
default:true

Response

Successful Response

The response is of type Response Reanalyze Dataset Structure Api Datasets Dataset Id Structure Reanalyze Post · object.