Unable to update form-fields in Agreement from Rest API
Hi I am unable to update form-fields in Agreement from Rest API -
While updating the form field by using API - PUT /agreements/{agreementId}/formFields
it is giving below errors
{
"code": "AGREEMENT_NOT_IN_AUTHORING_STATE",
"message": "The agreement is not in authoring state. Hence, form fields cannot be updated."
}
But we have already updated the agreement state to AUTHORING_STATE using PUT /agreements/{agreementId}
Please let us know the solutions of how we can update form-fields using V6 Rest APIS
