Skip to content

Commit 8debc26

Browse files
committed
Add site.identity_instance_id
1 parent 1456629 commit 8debc26

File tree

1 file changed

+33
-35
lines changed

1 file changed

+33
-35
lines changed

swagger.yml

+33-35
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,15 @@ paths:
217217
get:
218218
operationId: identityServiceInstance
219219
tags: [identity]
220+
parameters:
221+
- name: site_id
222+
type: string
223+
in: path
224+
required: true
225+
- name: identity_instance_id
226+
type: string
227+
in: path
228+
required: true
220229
responses:
221230
'200':
222231
description: OK
@@ -242,12 +251,10 @@ paths:
242251
- $ref: '#/parameters/page'
243252
- $ref: '#/parameters/perPage'
244253
- name: sort
245-
schema:
246-
type: string
254+
type: string
247255
in: query
248256
- name: filter
249-
schema:
250-
type: string
257+
type: string
251258
in: query
252259
responses:
253260
'200':
@@ -300,36 +307,27 @@ paths:
300307
type: string
301308
in: path
302309
required: true
303-
- name: aud
304-
in: body
305-
schema:
306-
type: string
307-
- name: role
308-
in: body
309-
schema:
310-
type: string
311-
- name: email
312-
in: body
313-
schema:
314-
type: string
315-
format: email
316-
- name: password
317-
in: body
318-
schema:
319-
type: string
320-
format: password
321-
- name: confirm
322-
in: body
323-
schema:
324-
type: boolean
325-
- name: user_metadata
310+
- name: identity
326311
in: body
327312
schema:
328-
$ref: '#/definitions/identityAppMetadata'
329-
- name: app_metadata
330-
in: body
331-
schema:
332-
$ref: '#/definitions/identityUserMetadata'
313+
type: object
314+
properties:
315+
aud:
316+
type: string
317+
role:
318+
type: string
319+
email:
320+
type: string
321+
format: email
322+
password:
323+
type: string
324+
format: password
325+
confirm:
326+
type: boolean
327+
user_metadata:
328+
$ref: '#/definitions/identityAppMetadata'
329+
app_metadata:
330+
$ref: '#/definitions/identityUserMetadata'
333331
responses:
334332
'200':
335333
description: OK
@@ -356,9 +354,6 @@ paths:
356354
responses:
357355
'200':
358356
description: OK
359-
schema:
360-
type: object
361-
properties: []
362357
default:
363358
$ref: '#/responses/error'
364359
/sites/{site_id}/submissions:
@@ -2326,6 +2321,9 @@ definitions:
23262321
type: string
23272322
prerender:
23282323
type: string
2324+
identity_instance_id:
2325+
type: string
2326+
nullable: true
23292327
siteSetup:
23302328
allOf:
23312329
- $ref: '#/definitions/site'

0 commit comments

Comments
 (0)