Skip to main content
POST /vendor/{org_token}/screens/{screen_id}
Send only the fields you want to change. Omitted fields are left unchanged.

Path parameters

ParameterTypeRequiredDescription
org_tokenstringYesYour organization token (find it here)
screen_idstringYesThe screen ID

Request body

FieldTypeNotes
titlestring
venue_type_idstringMust still satisfy the parent-child constraint
location_idstringMoving a screen to a new location resets that location’s status to REVIEW
widthint
heightint
loop_durationintIn seconds
archivedboolean
available_for_adsboolean
amountint
imps_weeklyint
Changing a screen’s location_id resets the new location’s status to REVIEW, even if it was previously APPROVED. This may temporarily disrupt ad delivery at the destination location.

Example request

curl -X POST "https://api.framen.com/vendor/Org_9WeJxcVrRnM/screens/d3c8dbb6-c21b-4b26-8f35-d73260c95fa1" \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Entrance Display Left (Updated)",
    "available_for_ads": false
  }'

Response

Returns the updated screen object.