Skip to content

Commit

Permalink
fix(api): show submit passport in docs (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Schultz authored Jun 20, 2023
1 parent 3713705 commit 6acb1b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/registry/api/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6acb1b7

Please sign in to comment.