Updating OAuth server credentials?

Is it possible to update a published plugin’s client_secret without having to remove and resubmit it the plugin store?

Some OAuth services/implementations prefer to rotate the client_secret after a certain timeframe. e.g. Apple does this (and we were planning on doing the same). Generate and validate tokens | Apple Developer Documentation

If not, I’d recommend doing it on a friday morning. I think updates have been on saturdays.