From 6acb1b7893c502055e433af80ca2bd5e6f9c3af3 Mon Sep 17 00:00:00 2001 From: Tim Schultz Date: Tue, 20 Jun 2023 15:17:03 -0600 Subject: [PATCH] fix(api): show submit passport in docs (#287) --- api/registry/api/v1.py | 2 -- 1 file changed, 2 deletions(-) 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