cURL
curl --request PUT \ --url https://api.neynar.com/v2/farcaster/frame/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "pages": [ { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "version": "vNext", "title": "Welcome to Neynar", "image": { "url": "https://i.imgur.com/qo2AzBf.jpeg", "aspect_ratio": "1.91:1" }, "buttons": [ { "title": "<string>", "index": 123, "action_type": "post", "next_page": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } } ], "input": { "text": { "enabled": false, "placeholder": "<string>" } } } ] }'
{ "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "link": "<string>", "pages": [ { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "version": "vNext", "title": "Welcome to Neynar", "image": { "url": "https://i.imgur.com/qo2AzBf.jpeg", "aspect_ratio": "1.91:1" }, "buttons": [ { "title": "<string>", "index": 123, "action_type": "post", "next_page": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } } ], "input": { "text": { "enabled": false, "placeholder": "<string>" } } } ], "valid": true }
Update an existing mini app with a list of pages, if it was made by the developer (identified by API key)
API key to authorize requests
The UUID of the mini app to update.
Show child attributes
The name of the mini app.
Success
Unique identifier for the mini app.
Name of the mini app.
Generated link for the mini app's first page.
Indicates if the mini app is valid.
Was this page helpful?