Skip to content

Commit b68b30f

Browse files
committed
saving modified files
1 parent 6ede0ec commit b68b30f

1 file changed

Lines changed: 44 additions & 16 deletions

File tree

restlet_studio/swagger.yaml

Lines changed: 44 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,6 +1783,50 @@ paths:
17831783
description: Status 204
17841784
x-restlet:
17851785
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
17861830
/postings/{posting_type}:
17871831
get:
17881832
tags:
@@ -1803,10 +1847,6 @@ paths:
18031847
- private_trucks
18041848
- test_loads
18051849
- test_trucks
1806-
- live_loads_temp
1807-
- test_loads_temp
1808-
- live_trucks_temp
1809-
- test_trucks_temp
18101850
- name: posting_id
18111851
in: query
18121852
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:
18901930
- private_trucks
18911931
- test_loads
18921932
- test_trucks
1893-
- live_loads_temp
1894-
- test_loads_temp
1895-
- live_trucks_temp
1896-
- test_trucks_temp
18971933
- name: end-user-token
18981934
in: header
18991935
required: true
@@ -1935,10 +1971,6 @@ paths:
19351971
- private_trucks
19361972
- test_loads
19371973
- test_trucks
1938-
- live_loads_temp
1939-
- test_loads_temp
1940-
- live_trucks_temp
1941-
- test_trucks_temp
19421974
- name: posting_id
19431975
in: query
19441976
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."
@@ -1983,10 +2015,6 @@ paths:
19832015
- private_trucks
19842016
- test_loads
19852017
- test_trucks
1986-
- live_loads_temp
1987-
- test_loads_temp
1988-
- live_trucks_temp
1989-
- test_trucks_temp
19902018
- name: end-user-token
19912019
in: header
19922020
required: true

0 commit comments

Comments
 (0)