Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in error message for unimplemented endpoints (#669)
## Motivation While testing, I noticed the following response for unimplemented endpoints ```json {"code":"not_implemented","detail":"This API endpoint is not yet implented."} ``` That's a typo. Should be "implemented" ## Solution Fix the typo.
- Loading branch information