diff --git a/api/registry/api/v1.py b/api/registry/api/v1.py index a532d8ad6..934b43820 100644 --- a/api/registry/api/v1.py +++ b/api/registry/api/v1.py @@ -130,8 +130,6 @@ def submit_passport(request, payload: SubmitPassportPayload) -> DetailedScoreRes If the status is **DONE** the final score is provided in this response.\n If the status is **PROCESSING**, this means that your passport is being pulled from storage and the scoring algorithm is run in the background. You need to check for the status of the operation by calling the `/score/{int:scorer_id}/{str:address}` API. The operation will have finished when the status returned is **DONE** """, - # Don't list in the docs for now - include_in_schema=False, ) async def a_submit_passport( request, payload: SubmitPassportPayload