Skip to main content
POST
/
api
/
semantic-models
/
{model_id}
/
refresh
Refresh Model
curl --request POST \
  --url https://api.example.com/api/semantic-models/{model_id}/refresh \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

model_id
string<uuid>
required

Response

View refreshed

The response is of type boolean.