File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ get :
2+ parameters :
3+ - in : header
4+ name : end-user-token
5+ required : true
6+ type : string
7+ responses :
8+ ' 200 ' :
9+ description : Status 200
10+ schema :
11+ properties :
12+ enabled :
13+ type : boolean
14+ type : object
15+ summary : STAGE=UNK Check if a user has enabled search data opt in.
16+ tags :
17+ - optins
18+ patch :
19+ description : Toggle search data opt in.
20+ parameters :
21+ - in : header
22+ name : end-user-token
23+ required : true
24+ type : string
25+ - in : body
26+ name : body
27+ required : true
28+ schema :
29+ properties :
30+ enabled :
31+ description : true/false
32+ type : boolean
33+ required :
34+ - enabled
35+ type : object
36+ responses :
37+ ' 204 ' :
38+ description : Status 204
39+ summary : STAGE=UNK Toggle search data opt in.
40+ tags :
41+ - optins
42+ x-restlet :
43+ section : Optins
Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ delete:
1111 - private_trucks
1212 - test_loads
1313 - test_trucks
14- - live_loads_temp
15- - test_loads_temp
16- - live_trucks_temp
17- - test_trucks_temp
1814 in : path
1915 name : posting_type
2016 required : true
6864 - private_trucks
6965 - test_loads
7066 - test_trucks
71- - live_loads_temp
72- - test_loads_temp
73- - live_trucks_temp
74- - test_trucks_temp
7567 in : path
7668 name : posting_type
7769 required : true
@@ -167,10 +159,6 @@ patch:
167159 - private_trucks
168160 - test_loads
169161 - test_trucks
170- - live_loads_temp
171- - test_loads_temp
172- - live_trucks_temp
173- - test_trucks_temp
174162 in : path
175163 name : posting_type
176164 required : true
@@ -217,10 +205,6 @@ post:
217205 - private_trucks
218206 - test_loads
219207 - test_trucks
220- - live_loads_temp
221- - test_loads_temp
222- - live_trucks_temp
223- - test_trucks_temp
224208 in : path
225209 name : posting_type
226210 required : true
You can’t perform that action at this time.
0 commit comments