Documentation Index
Fetch the complete documentation index at: https://docs.framen.com/llms.txt
Use this file to discover all available pages before exploring further.
Update a Screen
Update an existing screen’s details. All body parameters are optional — only include the fields you want to change.
Your organization token (e.g., Org_4KmTqZnWpLx).
The unique identifier of the screen to update.
Display name of the screen.
Must be the same as or a child of the parent Location’s venue_type_id.
Must reference an existing Location.
Pixel width of the screen.
Pixel height of the screen.
Loop duration in seconds.
Whether the screen is archived.
Whether the screen is available for ad campaigns.
Number of physical screens this entry represents.
Estimated weekly impressions.
Changing location_id will set the Location’s status to REVIEW, even if it was previously APPROVED.
Example Request
curl -X POST https://api.framen.com/vendor/Org_4KmTqZnWpLx/screens/Scr_xYz789 \
-H "Content-Type: application/json" \
-d '{
"title": "Lobby Display A - Updated",
"width": 3840,
"height": 2160
}'