Modeling-Manage Attribute Objects-Update Attribute's advanced properties-Update property value with null (set value back to default)

Number of APIs: 7

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

  2. Update property value with null (set value back to default) PATCH {{baseUrl}}/api/model/attributes/:attributeId?showAdvancedProperties=true

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

  4. Reload (update) the schema POST {{baseUrl}}/api/model/schema/reload

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

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

  7. Create a changeset POST {{baseUrl}}/api/model/changesets?schemaEdit=true