From 4296288ec919840d3de09378e76a05c7bf04870c Mon Sep 17 00:00:00 2001 From: Manan Date: Mon, 4 Nov 2024 13:46:14 -0800 Subject: [PATCH] feat: add 2 frame button action types + disclaimer on where it can't be used --- src/v2/spec.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/v2/spec.yaml b/src/v2/spec.yaml index 05ebe9b..6f7d529 100644 --- a/src/v2/spec.yaml +++ b/src/v2/spec.yaml @@ -1198,10 +1198,13 @@ components: description: URL of the post to get the next frame FrameButtonActionType: type: string + description: The action type of a frame button. Action types "mint" & "link" are to be handled on the client side only and so they will produce a no/op for POST /farcaster/frame/action. enum: - post - post_redirect - tx + - link + - mint FrameInput: type: object properties: