You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: restlet_studio/swagger.yaml
+44-16Lines changed: 44 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1783,6 +1783,50 @@ paths:
1783
1783
description: Status 204
1784
1784
x-restlet:
1785
1785
section: Optins
1786
+
/optins/search_data:
1787
+
get:
1788
+
tags:
1789
+
- optins
1790
+
summary: STAGE=UNK Check if a user has enabled search data opt in.
1791
+
parameters:
1792
+
- name: end-user-token
1793
+
in: header
1794
+
required: true
1795
+
type: string
1796
+
responses:
1797
+
"200":
1798
+
description: Status 200
1799
+
schema:
1800
+
type: object
1801
+
properties:
1802
+
enabled:
1803
+
type: boolean
1804
+
patch:
1805
+
tags:
1806
+
- optins
1807
+
summary: STAGE=UNK Toggle search data opt in.
1808
+
description: Toggle search data opt in.
1809
+
parameters:
1810
+
- name: end-user-token
1811
+
in: header
1812
+
required: true
1813
+
type: string
1814
+
- in: body
1815
+
name: body
1816
+
required: true
1817
+
schema:
1818
+
type: object
1819
+
required:
1820
+
- enabled
1821
+
properties:
1822
+
enabled:
1823
+
type: boolean
1824
+
description: true/false
1825
+
responses:
1826
+
"204":
1827
+
description: Status 204
1828
+
x-restlet:
1829
+
section: Optins
1786
1830
/postings/{posting_type}:
1787
1831
get:
1788
1832
tags:
@@ -1803,10 +1847,6 @@ paths:
1803
1847
- private_trucks
1804
1848
- test_loads
1805
1849
- test_trucks
1806
-
- live_loads_temp
1807
-
- test_loads_temp
1808
-
- live_trucks_temp
1809
-
- test_trucks_temp
1810
1850
- name: posting_id
1811
1851
in: query
1812
1852
description: To retrieve only a subset of entries owned by the user specify one or more posting_id(s) or custom_id(s).
@@ -1890,10 +1930,6 @@ paths:
1890
1930
- private_trucks
1891
1931
- test_loads
1892
1932
- test_trucks
1893
-
- live_loads_temp
1894
-
- test_loads_temp
1895
-
- live_trucks_temp
1896
-
- test_trucks_temp
1897
1933
- name: end-user-token
1898
1934
in: header
1899
1935
required: true
@@ -1935,10 +1971,6 @@ paths:
1935
1971
- private_trucks
1936
1972
- test_loads
1937
1973
- test_trucks
1938
-
- live_loads_temp
1939
-
- test_loads_temp
1940
-
- live_trucks_temp
1941
-
- test_trucks_temp
1942
1974
- name: posting_id
1943
1975
in: query
1944
1976
description: "This parameter will be ignored if delete_all is specified, otherwise posting_id or custom_id must be specified. The 100 maximum is split between posting_id & custom_id."
0 commit comments