Skip to content

Commit

Permalink
rename twitter to x/twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastedDev committed Nov 19, 2023
1 parent 2715f8e commit f9546d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ paths:
/twitter/user/{username}:
get:
tags:
- Twitter
summary: Get a Twitter user
- X/Twitter
summary: Get a X/Twitter user
parameters:
- name: key
in: query
Expand All @@ -314,7 +314,7 @@ paths:
required: true
schema:
type: string
description: The username of the Twitter user.
description: The username of the X/Twitter user.
example: elonmusk
- name: fields
in: query
Expand Down

0 comments on commit f9546d4

Please sign in to comment.