Skip to content

Commit

Permalink
Check XExperimentsEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Nov 7, 2024
1 parent eb75414 commit 3fe9851
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ components:
description: "API key to authorize requests"
x-default: "NEYNAR_API_DOCS"

parameters:
XExperimentsEnabled:
name: x-experiments-enabled
in: header
required: true
default: false
schema:
type: string
description: Enable experimental features

schemas:
Address:
type: string
Expand Down Expand Up @@ -3982,6 +3992,8 @@ paths:
externalDocs:
url: https://docs.neynar.com/reference/get-fresh-account-fid
operationId: get-fresh-account-FID
parameters:
$ref: "#/components/parameters/XExperimentsEnabled"
responses:
"200":
description: Successful operation.
Expand All @@ -4001,6 +4013,7 @@ paths:
url: https://docs.neynar.com/reference/lookup-developer-managed-signer
operationId: lookup-developer-managed-signer
parameters:
$ref: "#/components/parameters/XExperimentsEnabled"
- name: public_key
required: true
in: query
Expand Down

0 comments on commit 3fe9851

Please sign in to comment.