Skip to main content
POST
Spec Reindex

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

api_name
string
required

Body

application/json

Payload model for reindexing a specific spec.

drop
boolean
default:false

Flag indicating whether to drop existing indices before reindexing.

force
boolean
default:false

When true, revoke any active reindex task for this spec and start a new one. If no task is running, behaves like a normal reindex.

Response

Successful Response