Administration-Datasource Management-Put Datasource's advanced properties-Update property value on object level

Number of APIs: 7

  1. Login POST {{baseUrl}}/api/auth/login

  2. Get test datasource GET {{baseUrl}}/api/datasources

  3. Create a changeset POST {{baseUrl}}/api/model/changesets?schemaEdit=false

  4. Delete the changeset DELETE {{baseUrl}}/api/model/changesets/:changesetId

  5. Logout POST {{baseUrl}}/api/auth/logout

  6. Update property value on object level PUT {{baseUrl}}/api/model/datasources/:datasourceId?showAdvancedProperties=true

  7. Commit the changeset changes to the metadata POST {{baseUrl}}/api/model/changesets/:changesetId/commit