Update multiple secrets via API

Is there a way to update a worker once instead of multiple times when updating multiple secrets? Like a bulk secrets endpoint or something? Or should I move those secrets into an object like
{
secret1: 'abc'
secret2: '123'
}
{
secret1: 'abc'
secret2: '123'
}
2 Replies
Kaylee
KayleeOP2w ago
Thanks! ah not availble on the TS SDK yet ;-;

Did you find this page helpful?