abbieschenk | Posts: 8

Possible to update signers from PUT /packages/{packageId} ?

0 votes

Hello,

I'm wondering if it's possible to update the signers from a call to the PUT /packages/{packageId} endpoint. The signers are listed as part of the payload, as they are for package creation in the POST request. However, after sending the new names, emails, and phone numbers in this payload, the signers are unchanged from before.

I am able to update the package status and to change the package document via this endpoint.

Do I need to individually update them using the PUT /api/packages/{packageId}/roles/{roleId} endpoint instead?

Thank you,

Abbie


Duo_Liang | Posts: 3776

Reply to: Possible to update signers from PUT /packages/{packageId} ?

1 votes

Hi Abbie,

 

Thanks for your post!

Like you assumed, in order to update signer information, you'd invoke additional API(s) "PUT /api/packages/{packageId}/roles/{roleId}" and update each individual signers.

Updating package call will only update package level attributes, e.g. package settings, name, status, etc.

 

Duo


abbieschenk | Posts: 8

Reply to: Possible to update signers from PUT /packages/{packageId} ?

0 votes

Thank you for clarifying!


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off