-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi.yaml
More file actions
33 lines (33 loc) · 781 Bytes
/
openapi.yaml
File metadata and controls
33 lines (33 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
openapi: 3.0.0
info:
title: 'NKCS CRM API'
version: 0.2.1
paths:
'/api/contact/{_locale}/add':
get:
operationId: ba56c5c3636b1c3430195ee542254e4e
parameters:
-
name: _locale
in: path
description: language
example: de
responses:
'200':
description: 'init add form successfully'
content:
application/json:
schema:
default:
form: []
sections: []
'402':
description: 'no valid license found'
'404':
description: 'form not found found'
security:
-
securityScheme: token
type: apiKey
name: Authorization
in: header