Skip to content

Commit

Permalink
fix: titles (#234)
Browse files Browse the repository at this point in the history
Co-authored-by: Ty Book <[email protected]>
Co-authored-by: Valerie Coffman <[email protected]>
Co-authored-by: Rishav Mukherji <[email protected]>
Co-authored-by: Emilee <[email protected]>
Co-authored-by: Shreyaschorge <[email protected]>
  • Loading branch information
6 people authored Oct 24, 2024
1 parent 70965bf commit e510972
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 229 deletions.
8 changes: 4 additions & 4 deletions src/hub-rest-api/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ paths:
post:
tags:
- Message
summary: Submit a signed protobuf-serialized message to the Hub
summary: Submit signed message
operationId: SubmitMessage
requestBody:
description:
Expand All @@ -816,7 +816,7 @@ paths:
post:
tags:
- Message
summary: Validate a signed protobuf-serialized message with the Hub
summary: Validate signed message
operationId: ValidateMessage
requestBody:
description:
Expand Down Expand Up @@ -844,7 +844,7 @@ paths:
tags:
- HubEvents
operationId: ListEvents
summary: Fetch a page of Hub events
summary: Page of events
parameters:
- name: from_event_id
in: query
Expand Down Expand Up @@ -880,7 +880,7 @@ paths:
tags:
- HubEvents
operationId: GetEventById
summary: Fetch an event by its ID
summary: Event by ID
parameters:
- name: event_id
in: query
Expand Down
6 changes: 3 additions & 3 deletions src/v1/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ paths:
get:
tags:
- Cast
summary: DEPRECATED - Fetch casts for a given user
summary: DEPRECATED - Casts by user
description: Now deprecated, use [/v2/farcaster/feed/user/casts](https://docs.neynar.com/reference/feed-user-casts) instead
deprecated: true
externalDocs:
Expand Down Expand Up @@ -1286,7 +1286,7 @@ paths:
tags:
- Follows
summary: Gets all followers for a given FID
description: Gets a list of users who follow a given user in reverse chronological order.
description: Gets a list of users who follow a user in reverse chronological order.
externalDocs:
url: https://docs.neynar.com/reference/followers-v1
operationId: followers
Expand Down Expand Up @@ -1336,7 +1336,7 @@ paths:
tags:
- Follows
summary: Gets all following users of a FID
description: Gets a list of users who is following a given user in reverse chronological order.
description: Gets a list of users who is following a user in reverse chronological order.
externalDocs:
url: https://docs.neynar.com/reference/following-v1
operationId: following
Expand Down
Loading

0 comments on commit e510972

Please sign in to comment.