Hi there. I successfully created a card through the API. But when I try to update the metadata of the card, the changes on metadata do not get done.
I am doing /api/card/{id} and I recieve HTTP 200, and in the response body I see the updated metadata successfully but when I go to the details of the card on Metabase website(i have it self-hosted) the columns of the models are the same , so the metadata chages I tried to do, did not work. I also tried to fetch the card through the API doing GET /api/card/{id} but I also see the metadata without changes.
What is the correct way to update a card?