dataspurce
1 TopicData source is not getting Updated using patch method
Hello, For a pbi with datasource mode Import, I'am able to change the Username and Password but not able to change ConnectionString. For my test If I only change DataModelDataSource\Username and DataModelDataSource\Password its OK (200) If I change ConnectionString its 400 Bad Request I have to change others attributes in my Body? Here the body: [ { "Id": "uid", "Name": null, "Description": null, "Path": null, "Type": "DataSource", "Hidden": false, "Size": 0, "ModifiedBy": "me", "ModifiedDate": "2022-01-21T12:07:41.557+01:00", "CreatedBy": "me", "CreatedDate": "2022-01-21T09:31:56.927+01:00", "ParentFolderId": null, "IsFavorite": false, "IsEnabled": true, "ConnectionString": "XXXservernameXXX;XXXdatabasenameXXX", "DataSourceType": "SQL", "IsConnectionStringOverridden": true, "IsReference": false, "DataSourceSubType": "DataModel", "CredentialsByUser": null, "CredentialsInServer": null, "DataModelDataSource": { "Type": "Import", "Kind": "SQL", "AuthType": "UsernamePassword", "SupportedAuthTypes": [ "Windows", "UsernamePassword" ], "Username": "xxx", "Secret": "xxx", "ModelConnectionName": "" } } ]Solved758Views0likes1Comment