Skip to content

Commit

Permalink
Add OperationId to Frame APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Mar 1, 2024
1 parent f5474e8 commit 780818a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2126,6 +2126,7 @@ paths:
- Frame
summary: Retrieve a frame by UUID
description: Retrieve a frame by UUID, if it was made by the developer (identified by API key)
operationId: get-neynar-frame
parameters:
- $ref: "#/components/parameters/ApiKey"
- name: uuid
Expand All @@ -2149,6 +2150,7 @@ paths:
- Frame
summary: Create a new frame
description: Create a new frame with a list of pages.
operationId: publish-neynar-frame
parameters:
- $ref: "#/components/parameters/ApiKey"
requestBody:
Expand All @@ -2171,6 +2173,7 @@ paths:
- Frame
summary: Update an existing frame
description: Update an existing frame with a list of pages, if it was made by the developer (identified by API key)
operationId: update-neynar-frame
parameters:
- $ref: "#/components/parameters/ApiKey"
requestBody:
Expand All @@ -2195,6 +2198,7 @@ paths:
- Frame
summary: Delete a frame
description: Delete an existing frame, if it was made by the developer (identified by API key)
operationId: delete-neynar-frame
parameters:
- $ref: "#/components/parameters/ApiKey"
requestBody:
Expand Down Expand Up @@ -2222,6 +2226,7 @@ paths:
- Frame
summary: Retrieve a list of frames
description: Retrieve a list of frames made by the developer (identified by API key)
operationId: get-neynar-frames
parameters:
- $ref: "#/components/parameters/ApiKey"
responses:
Expand Down

0 comments on commit 780818a

Please sign in to comment.