Hi Team, I’m looking to update the title of exist...
# gooddata-cloud
v
Hi Team, I’m looking to update the title of existing datasets via API. I was able to find the APIs for retrieving all datasets and fetching a specific dataset, but I couldn’t find any documentation or endpoint for updating a dataset. Could you please confirm if there’s an API available to update dataset properties, specifically the title? Thanks https://www.gooddata.com/docs/cloud/api-and-sdk/api/api_reference_all/#tag/Datasets
j
Hi Vivek, Could you try making a get call on your LDM as mentioned here: https://www.gooddata.com/docs/cloud/api-and-sdk/api/api_reference_all/#tag/LDM-Declarative-APIs Then you can make the changes to the body and update the name from there. The declarative api call should work to update the names of the datasets.