Update the value of plugin meta programmatically

Hi,
Can we update the value of plugin meta programmatically?
For example, if we have an API key with an expiry time, we may need to update it programmatically instead of manually updating its value periodically.

1 Like

It would be a bit tricky since it involves exchange admin flow. The plugin can currently only be updated using the admin bearer token so it would require you to have admin token to do that which is a sensitive process.

Whats the use case you have in mind for this feature?

1 Like