cURL
curl --request POST \ --url https://api.example.com/api/semantic-models/{model_id}/refresh \ --header 'Authorization: Bearer <token>'
true
Refresh a deployed model’s materialized view.
Required Role: nx1_semantic_modeller or nx1_semantic_admin
The access token received from the authorization server in the OAuth 2.0 flow.
View refreshed
The response is of type boolean.
boolean
Was this page helpful?