Closed sealed-rayboutotte closed 3 months ago
When trying to call the api edit_document_recipient, I get Method \"PATCH\" not allowed.
edit_document_recipient
Method \"PATCH\" not allowed.
api_instance = document_recipients_api.DocumentRecipientsApi(api_client) document_recipient_edit_request = DocumentRecipientEditRequest(email=email) document_response = api_instance.edit_document_recipient(document_id, recipient_id, document_recipient_edit_request)
Here is the error I get:
HTTP response body: {"type":"request_error","detail":"Method \"PATCH\" not allowed."}
This is on v6.1.0. Docs state that this API is PATCH.
PATCH
Looks like this is fixed in v6.2.0, closing.
When trying to call the api
edit_document_recipient
, I getMethod \"PATCH\" not allowed.
Here is the error I get:
This is on v6.1.0. Docs state that this API is
PATCH
.