Skip to content

Commit

Permalink
Deprecated upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavmukherji committed Feb 24, 2024
1 parent a8d11ae commit 846cac9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/v1/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ paths:
get:
tags:
- User
summary: Deprecated - Get User Information by FID
summary: DEPRECATED - Get User Information by FID
description: Now deprecated, use [v2/user/bulk](https://docs.neynar.com/reference/user-bulk). Returns metadata about a specific user
externalDocs:
url: https://docs.neynar.com/reference/user-v1
Expand Down Expand Up @@ -868,7 +868,7 @@ paths:
get:
tags:
- User
summary: Deprecated -- Get User Cast Likes
summary: DEPRECATED -- Get User Cast Likes
description: Now deprecated. use [/v2/reactions/user](https://docs.neynar.com/reference/reactions-user). Fetch all the liked cast of a User
externalDocs:
url: https://docs.neynar.com/reference/user-cast-likes-v1
Expand Down Expand Up @@ -956,8 +956,8 @@ paths:
get:
tags:
- User
summary: Get the custody address for a given FID
description: Returns the custody address for a given FID
summary: DEPRECATED - Get the custody address for a given FID
description: Now deprecated, use [v2/user/bulk](https://docs.neynar.com/reference/user-bulk), find custody address in user obj. Returns the custody address for a given FID
externalDocs:
url: https://docs.neynar.com/reference/custody-address-v1
operationId: custody-address
Expand All @@ -983,7 +983,7 @@ paths:
get:
tags:
- Cast
summary: Deprecated - Retrieve cast for a given hash
summary: DEPRECATED - Retrieve cast for a given hash
description: Now deprecated, use [v2/cast](https://docs.neynar.com/reference/cast). Gets information about an individual cast
externalDocs:
url: https://docs.neynar.com/reference/cast-v1
Expand Down Expand Up @@ -1175,7 +1175,7 @@ paths:
get:
tags:
- Verification
summary: Deprecated - Retrieve user for a given ethereum address
summary: DEPRECATED - Retrieve user for a given ethereum address
description: >-
Now deprecated. Use [v2/user/bulk-by-address](https://docs.neynar.com/reference/user-bulk-by-address). Checks if a given Ethereum address has a Farcaster user associated with it. Note: if an address is associated with multiple users, the API will return the user who most recently published a verification with the address (based on when Warpcast received the proof, not a self-reported timestamp).
externalDocs:
Expand Down

0 comments on commit 846cac9

Please sign in to comment.