Skip to main content
POST
/
v1
/
models
/
{id}
/
refresh
Refresh schema
curl --request POST \
  --url https://{instance}.omniapp.co/api/v1/models/{id}/refresh \
  --header 'Authorization: Bearer <token>'
{
  "modelId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "running"
}

Authorizations

Authorization
string
header
required

Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

id
string<uuid>
required

Model ID

Response

Model refresh started

modelId
string<uuid>
status
string
Example:

"running"