File tree 1 file changed +33
-35
lines changed
1 file changed +33
-35
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,15 @@ paths:
217
217
get :
218
218
operationId : identityServiceInstance
219
219
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
220
229
responses :
221
230
' 200 ' :
222
231
description : OK
@@ -242,12 +251,10 @@ paths:
242
251
- $ref : ' #/parameters/page'
243
252
- $ref : ' #/parameters/perPage'
244
253
- name : sort
245
- schema :
246
- type : string
254
+ type : string
247
255
in : query
248
256
- name : filter
249
- schema :
250
- type : string
257
+ type : string
251
258
in : query
252
259
responses :
253
260
' 200 ' :
@@ -300,36 +307,27 @@ paths:
300
307
type : string
301
308
in : path
302
309
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
326
311
in : body
327
312
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'
333
331
responses :
334
332
' 200 ' :
335
333
description : OK
@@ -356,9 +354,6 @@ paths:
356
354
responses :
357
355
' 200 ' :
358
356
description : OK
359
- schema :
360
- type : object
361
- properties : []
362
357
default :
363
358
$ref : ' #/responses/error'
364
359
/sites/{site_id}/submissions :
@@ -2326,6 +2321,9 @@ definitions:
2326
2321
type : string
2327
2322
prerender :
2328
2323
type : string
2324
+ identity_instance_id :
2325
+ type : string
2326
+ nullable : true
2329
2327
siteSetup :
2330
2328
allOf :
2331
2329
- $ref : ' #/definitions/site'
You can’t perform that action at this time.
0 commit comments