Skip to content

Commit

Permalink
Revert previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Oct 20, 2023
1 parent 80db5f1 commit d3aa94e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/v1/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -733,12 +733,12 @@ components:
$ref: "#/components/schemas/ErrorRes"

tags:
- name: Users
- name: User
description: Operations related to user
externalDocs:
description: More info about user
url: https://docs.neynar.com/reference/get-user-information-by-fid
- name: Casts
- name: Cast
description: Operations related to cast
externalDocs:
description: More info about cast
Expand Down Expand Up @@ -768,7 +768,7 @@ paths:
/farcaster/user:
get:
tags:
- Users
- User
summary: Get User Information by FID
description: Returns metadata about a specific user
operationId: user
Expand Down Expand Up @@ -798,7 +798,7 @@ paths:
/farcaster/user-by-username:
get:
tags:
- Users
- User
summary: Get User Information by username
description: Returns metadata about a specific user
operationId: user-by-username
Expand Down Expand Up @@ -829,7 +829,7 @@ paths:
/farcaster/user-cast-likes:
get:
tags:
- Users
- User
summary: Get User Cast Likes
description: Fetch all the liked cast of a User
operationId: user-cast-likes
Expand Down Expand Up @@ -873,7 +873,7 @@ paths:
/farcaster/recent-users:
get:
tags:
- Users
- User
summary: Get Recent Users
description: Get a list of casts from the protocol in reverse chronological order based on timestamp
operationId: recent-users
Expand Down Expand Up @@ -913,7 +913,7 @@ paths:
/farcaster/custody-address:
get:
tags:
- Users
- User
summary: Get the custody address for a given FID
description: Returns the custody address for a given FID
operationId: custody-address
Expand All @@ -938,7 +938,7 @@ paths:
/farcaster/cast:
get:
tags:
- Casts
- Cast
summary: Retrieve cast for a given hash
description: Gets information about an individual cast
operationId: cast
Expand Down Expand Up @@ -970,7 +970,7 @@ paths:
/farcaster/all-casts-in-thread:
get:
tags:
- Casts
- Cast
summary: Retrieve all casts in a given thread hash
description: Gets the most recent casts for a user in reverse-chronological order
operationId: all-casts-in-thread
Expand Down Expand Up @@ -1000,7 +1000,7 @@ paths:
/farcaster/casts:
get:
tags:
- Casts
- Cast
summary: Retrieve casts for a given user
description: Gets the most recent casts for a user
operationId: casts
Expand Down Expand Up @@ -1055,7 +1055,7 @@ paths:
/farcaster/recent-casts:
get:
tags:
- Casts
- Cast
summary: Get Recent Casts
description: Get a list of casts from the protocol in reverse chronological order based on timestamp
operationId: recent-casts
Expand Down

0 comments on commit d3aa94e

Please sign in to comment.