Add a page property using curl command
Hi All,
I have a aem page(/content/xyz/page1) under page properties under advanced tab there is a searchable checkbox field, its unchecked, I want to make it as checked.

But in crxd I didnt see this property(searchable)


Actually I have so many pages and I need to update it to all page, I tried using curl command
curl -u admin:admin -Fsearchable="true" http://localhost:4502/content/xyz/page1
but its not updated, I didnt see that property in crxd.

Can anyone help me to fix this.