I have a dataset which i am trying to refresh by using rest API
doesnt work => /api/v3/catalog/{id}/refresh
gives me =>{“errorMessage”:“Something went wrong”,“moreInfo”:“HTTP 405 Method Not Allowed”}
all other API for catalog is working fine.
I have a dataset which i am trying to refresh by using rest API
doesnt work => /api/v3/catalog/{id}/refresh
gives me =>{“errorMessage”:“Something went wrong”,“moreInfo”:“HTTP 405 Method Not Allowed”}
all other API for catalog is working fine.
Hi,
Since refresh is a action you need to POST to the endpoint (no body is needed), it looks like you are performing a GET and getting an error.
Also worth noting that refresh will only refresh reflections currently.