Agreement broken after signer replaced using API
My case is like this.
We have a functionality that allows use to replace last signer (3rd).
I'm using API to get participantSetId where Order equals 3. All is working when agreement is on step 1 and 2 but when we get to step 3 (last signer) it breaks:
I'm using `PUT /agreements/{agreementId}/members/participantSets/{participantSetId}` endpoint after which API is returning: `AGREEMENT_NOT_EXPOSED The agreement has not yet been exposed to the requested participant` every time I'm trying to get `GET /agreements/{agreementId}/signingUrls`.
Is there any explanation to that?
