Editing values in /pap/secrets with PHP API

Hi,

I would like to ask you is there any way to “edit” entries without giving it’s ID.
For ex just by username? At this moment I can edit values in pap/secrets only by getting list of all (getall) parsing resoults (username that i’m looking for) and giving it id.

MJ

The only way is to getall, parse and get the ID of an entry you want to edit.