Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 204 as a valid status code for DELETE operation in api.py (#82)
As per the 1Password Connect Server API reference, the expected status code for DELETE operation is 204. api.py would always expect a 200 status code, so a successful DELETE operation incorrectly register as a failure. This commit adds 204 as a success status code. Ref: https://developer.1password.com/docs/connect/connect-api-reference/#delete-an-item Co-authored-by: Eddy Filip <eddy.filip@agilebits.com>
- Loading branch information