Skip to content

Commit c032079

Browse files
committed
PUI-710
Signed-off-by: Christian Pleintinger <christian.pleintinger@intranetx.com>
1 parent d441c7b commit c032079

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

pc_domains.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,41 @@ paths:
107107
description: Too many requests; Quota limit reached
108108
schema:
109109
$ref: '#/definitions/ApiEstimationErrorResponse'
110+
'/v1/smu_check/{username}':
111+
get:
112+
tags:
113+
- social media
114+
summary: Check if usernames are available on different social media plattforms
115+
description: Check if usernames are available on different social media plattform
116+
produces:
117+
- application/json
118+
parameters:
119+
- name: username
120+
in: path
121+
description: Username to check
122+
required: true
123+
type: string
124+
responses:
125+
'200':
126+
description: successful operation
127+
schema:
128+
$ref: '#/definitions/ApiSocialMediaResponse'
129+
'400':
130+
description: Bad Request
131+
schema:
132+
$ref: '#/definitions/ApiEstimationErrorResponse'
133+
'401':
134+
description: Unauthorized; Invalid or missing JWT
135+
schema:
136+
$ref: '#/definitions/ApiEstimationErrorResponse'
137+
'422':
138+
description: Invalid request
139+
schema:
140+
$ref: '#/definitions/ApiEstimationErrorResponse'
141+
'429':
142+
description: Too many requests; Quota limit reached
143+
schema:
144+
$ref: '#/definitions/ApiEstimationErrorResponse'
110145
'/domainstudio/suggest/{keyword}':
111146
get:
112147
tags:

swagger-codegen-cli.jar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)