Skip to content

Commit

Permalink
Mark v1 APIs deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Feb 29, 2024
1 parent 08a7759 commit ecf6674
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/v1/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ paths:
$ref: "#/components/responses/404Response"
"400":
$ref: "#/components/responses/400Response"
deprecated: false
deprecated: true
/farcaster/user-by-username:
get:
tags:
Expand Down Expand Up @@ -910,6 +910,7 @@ paths:
$ref: "#/components/schemas/UserCastLikeResponse"
"400":
$ref: "#/components/responses/400Response"
deprecated: true
/farcaster/recent-users:
get:
tags:
Expand Down Expand Up @@ -1013,6 +1014,7 @@ paths:
$ref: "#/components/schemas/CastResponse"
"400":
$ref: "#/components/responses/400Response"
deprecated: true
/farcaster/all-casts-in-thread:
get:
tags:
Expand Down Expand Up @@ -1171,6 +1173,7 @@ paths:
$ref: "#/components/schemas/VerificationResponse"
"400":
$ref: "#/components/responses/400Response"
deprecated: true
/farcaster/user-by-verification:
get:
tags:
Expand All @@ -1197,6 +1200,7 @@ paths:
$ref: "#/components/schemas/UserResponse"
"400":
$ref: "#/components/responses/400Response"
deprecated: true
/farcaster/mentions-and-replies:
get:
tags:
Expand Down

0 comments on commit ecf6674

Please sign in to comment.