Skip to content

Commit

Permalink
Revert "active users OAS spec (#39)"
Browse files Browse the repository at this point in the history
This reverts commit df4099c.
  • Loading branch information
rishavmukherji committed Feb 12, 2024
1 parent df4099c commit aa08c57
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1259,39 +1259,6 @@ paths:
$ref: "#/components/schemas/BulkUsersResponse"
"400":
$ref: "#/components/responses/400Response"
/farcaster/user/active:
get:
tags:
- User
summary: Fetches active users based on Warpcast active algorithm
description: Fetches active users, information is updated every 12 hours
externalDocs:
url: https://docs.neynar.com/reference/active-users
operationId: active-users
parameters:
- $ref: "#/components/parameters/ApiKey"
- name: limit
in: query
required: false
example: 10
schema:
type: integer
format: int32
default: 25
- name: cursor
in: query
description: Pagination cursor.
schema:
type: string
responses:
"200":
description: Successful operation.
content:
application/json:
schema:
$ref: "#/components/schemas/BulkUsersResponse"
"400":
$ref: "#/components/responses/400Response"
/farcaster/user/bulk-by-address:
get:
tags:
Expand Down

0 comments on commit aa08c57

Please sign in to comment.