File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4635,6 +4635,50 @@ paths:
46354635 - optins
46364636 x-restlet :
46374637 section : Optins
4638+ /optins/search_data :
4639+ get :
4640+ parameters :
4641+ - in : header
4642+ name : end-user-token
4643+ required : true
4644+ type : string
4645+ responses :
4646+ ' 200 ' :
4647+ description : Status 200
4648+ schema :
4649+ properties :
4650+ enabled :
4651+ type : boolean
4652+ type : object
4653+ summary : STAGE=UNK Check if a user has enabled search data opt in.
4654+ tags :
4655+ - optins
4656+ patch :
4657+ description : Toggle search data opt in.
4658+ parameters :
4659+ - in : header
4660+ name : end-user-token
4661+ required : true
4662+ type : string
4663+ - in : body
4664+ name : body
4665+ required : true
4666+ schema :
4667+ properties :
4668+ enabled :
4669+ description : true/false
4670+ type : boolean
4671+ required :
4672+ - enabled
4673+ type : object
4674+ responses :
4675+ ' 204 ' :
4676+ description : Status 204
4677+ summary : STAGE=UNK Toggle search data opt in.
4678+ tags :
4679+ - optins
4680+ x-restlet :
4681+ section : Optins
46384682 /optins/web_push :
46394683 delete :
46404684 description : Opt Out of web push notifications.
@@ -4922,10 +4966,6 @@ paths:
49224966 - private_trucks
49234967 - test_loads
49244968 - test_trucks
4925- - live_loads_temp
4926- - test_loads_temp
4927- - live_trucks_temp
4928- - test_trucks_temp
49294969 in : path
49304970 name : posting_type
49314971 required : true
@@ -4970,10 +5010,6 @@ paths:
49705010 - private_trucks
49715011 - test_loads
49725012 - test_trucks
4973- - live_loads_temp
4974- - test_loads_temp
4975- - live_trucks_temp
4976- - test_trucks_temp
49775013 in : path
49785014 name : posting_type
49795015 required : true
@@ -5057,10 +5093,6 @@ paths:
50575093 - private_trucks
50585094 - test_loads
50595095 - test_trucks
5060- - live_loads_temp
5061- - test_loads_temp
5062- - live_trucks_temp
5063- - test_trucks_temp
50645096 in : path
50655097 name : posting_type
50665098 required : true
@@ -5107,10 +5139,6 @@ paths:
51075139 - private_trucks
51085140 - test_loads
51095141 - test_trucks
5110- - live_loads_temp
5111- - test_loads_temp
5112- - live_trucks_temp
5113- - test_trucks_temp
51145142 in : path
51155143 name : posting_type
51165144 required : true
You can’t perform that action at this time.
0 commit comments