{ "operationId": "publish-farcaster-action", "method": "POST", "path": "/v2/farcaster/action/", "summary": "User actions across apps", "description": "Securely communicate and perform actions on behalf of users across different apps. It enables an app to send data or trigger actions in another app on behalf of a mutual user by signing messages using the user's Farcaster signer.", "tags": [ "Action" ], "parameters": [], "requestBody": { "required": true, "schema": { "$ref": "#/components/schemas/FarcasterActionReqBody" }, "example": null }, "responses": { "200": { "description": "Success", "schema": { "additionalProperties": true, "type": "object" }, "example": null } } }