Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Looks like this is fixed in v6.2.0, closing.
Sorry, something went wrong.
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: