DEV Community · Example Payload

Put_Api_Billboards_{Id} Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Put_Api_Billboards_{Id} Response 200 is an example object payload from DEV Community, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusresponse

Example Payload

Raw ↑
{
  "operationId": "put_api_billboards_{id}",
  "method": "PUT",
  "path": "/api/billboards/{id}",
  "status": "200",
  "response": {
    "approved": false,
    "body_markdown": "Hello _hey_ Hey hey 3",
    "creator_id": null,
    "display_to": "all",
    "page_id": null,
    "browser_context": "all_browsers",
    "name": "Billboard 102",
    "organization_id": 563,
    "placement_area": "sidebar_left",
    "published": false,
    "dismissal_sku": null,
    "type_of": "in_house",
    "exclude_article_ids": "",
    "weight": 1.0,
    "requires_cookies": false,
    "color": null,
    "audience_segment_id": null,
    "priority": false,
    "special_behavior": "nothing",
    "custom_display_label": null,
    "template": "authorship_box",
    "render_mode": "forem_markdown",
    "prefer_paired_with_billboard_id": null,
    "expires_at": null,
    "exclude_survey_completions": false,
    "exclude_survey_ids": "",
    "cached_tag_list": "",
    "id": 102,
    "clicks_count": 0,
    "content_updated_at": "2026-05-28T12:45:23.227-06:00",
    "counts_tabulated_at": null,
    "created_at": "2026-05-28T12:45:23.224-06:00",
    "event_id": null,
    "exclude_role_names": [],
    "impressions_count": 0,
    "include_subforem_ids": [],
    "preferred_article_ids": [],
    "processed_html": "<p>Hello <em>hey</em> Hey hey 3</p>",
    "success_rate": 0.0,
    "tags_array": [],
    "target_role_names": [],
    "updated_at": "2026-05-28T12:45:23.227-06:00",
    "audience_segment_type": null,
    "tag_list": "",
    "target_geolocations": []
  }
}