Skip to content

Commit

Permalink
fix: add 200 response to '/v2/farcaster/user/by_username' (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
eurbs authored Oct 8, 2024
1 parent b33ee37 commit 6277f29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5625,6 +5625,12 @@ paths:
schema:
$ref: "#/components/schemas/Fid"
responses:
"200":
description: Successful operation.
content:
application/json:
schema:
$ref: "#/components/schemas/UserResponse"
"400":
$ref: "#/components/responses/400Response"
"404":
Expand Down

0 comments on commit 6277f29

Please sign in to comment.