Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Error raised Method not allowed with edit_document_recipient API #30

New issue

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

Closed
sealed-rayboutotte opened this issue Jul 15, 2024 · 1 comment
Closed

Comments

@sealed-rayboutotte
Copy link

When trying to call the api edit_document_recipient, I get 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.

@sealed-rayboutotte
Copy link
Author

Looks like this is fixed in v6.2.0, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant