a84d4905fdbb
latestOpenAPI 3.1.02026-08-143874115.7 MBBounties
Update Bounty
Updates a bounty. A published bounty accepts title, description, and country targeting while it is still open with nothing under review. A scheduled (not-yet-published) draft additionally accepts the reward, winner slots, and schedule.
patch/bounties/{id}
Request body
Example request
{
"accepted_submissions_limit": 3,
"allowed_country_codes": [
"US"
],
"business_goal_type": "data_capture",
"description": "Record one continuous pass of a full interior detail, dash to trunk, on a customer vehicle.",
"frequency": "weekly",
"gross_reward_amount": 40,
"publish_at": "2026-01-01T12:00:00.000Z",
"publish_at_timezone": "America/Chicago",
"title": "Record interior detailing passes"
}Response
bounty updated
Example response
{
"accepted_deliverable_types": [
"data_capture"
],
"accepted_submissions_limit": 3,
"affiliate_share_amount": 5.6,
"allowed_country_codes": [
"US"
],
"budget_amount": 120,
"business_goal_type": "data_capture",
"cancel_requested_at": "2026-01-01T12:00:00.000Z",
"capture_spec": {
"filename_pattern": "Country_City_Site_Station_Operator",
"imu": {
"device_motion_units": "ua=m/s²,gv=g,r=rad/s,q=unit",
"magnetometer_units": "µT",
"min_rate_hz": 90,
"target_rate_hz": 100,
"warmup_min_rate_hz": 45,
"warmup_ns": 3000000000
},
"manifest_schema_version": 2,
"min_clip_duration_seconds": 120,
"min_total_verified_duration_seconds": 14400,
"required_metadata_fields": [
"country"
],
"single_continuous_take": true,
"video": {
"bitrate_ceiling_mbps": 50,
"bitrate_floor_mbps": 4,
"bitrate_target_mbps": 12,
"camera_lens": "ultra_wide",
"codecs": [
"h264"
],
"fps": 30,
"frame_gap_tolerance_ms": 1000,
"height": 1080,
"min_fov_degrees": 130,
"orientation": "landscapeRight",
"preferred_fov_degrees": 140,
"stabilization_mode": "off",
"width": 1920
}
},
"created_at": "2026-01-01T12:00:00.000Z",
"currency": "usd",
"description": "Record one continuous pass of a full interior detail, dash to trunk, on a customer vehicle.",
"experience_id": "exp_xxxxxxxxxxxxxx",
"funding_account": {
"id": "biz_xxxxxxxxxxxxxx",
"title": "Shine Time Auto Detailing"
},
"gross_reward_amount": 40,
"id": "bnty_xxxxxxxxxxxxxx",
"net_reward_amount": 28,
"poster": {
"id": "user_xxxxxxxxxxxxxx",
"name": "Dana Whitfield",
"profile_picture": {
"url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
},
"username": "danawhitfield"
},
"scheduled_frequency": "weekly",
"scheduled_publish_at": "2026-01-01T12:00:00.000Z",
"spots_remaining": 3,
"status": "scheduled",
"submissions_closed_at": "2026-01-01T12:00:00.000Z",
"title": "Record interior detailing passes",
"updated_at": "2026-01-01T12:00:00.000Z"
}