Analytics-Project management-Manage Project Settings-Put Project's advanced properties-Update property value with null (set value back to default)

Number of APIs: 6

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

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

  3. Update property value with null (set value back to default) PUT {{baseUrl}}/api/model/projects/:projectId?showAdvancedProperties=true

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

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

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