@epilot/entity-client 4.16.2 → 4.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +0 -0
- package/dist/client.js +0 -0
- package/dist/definition.d.ts +0 -0
- package/dist/definition.js +1 -1
- package/dist/index.d.ts +0 -0
- package/dist/index.js +0 -0
- package/dist/openapi-runtime.json +149 -222
- package/dist/openapi.d.ts +189 -451
- package/dist/openapi.json +218 -556
- package/dist/schema-model.d.ts +0 -0
- package/dist/schema-model.js +0 -0
- package/package.json +3 -3
|
@@ -21,9 +21,7 @@
|
|
|
21
21
|
"operationId": "getSchema",
|
|
22
22
|
"parameters": [
|
|
23
23
|
{
|
|
24
|
-
"
|
|
25
|
-
"name": "slug",
|
|
26
|
-
"required": true
|
|
24
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
27
25
|
},
|
|
28
26
|
{
|
|
29
27
|
"in": "query",
|
|
@@ -35,9 +33,7 @@
|
|
|
35
33
|
"operationId": "putSchema",
|
|
36
34
|
"parameters": [
|
|
37
35
|
{
|
|
38
|
-
"
|
|
39
|
-
"name": "slug",
|
|
40
|
-
"required": true
|
|
36
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
41
37
|
},
|
|
42
38
|
{
|
|
43
39
|
"in": "query",
|
|
@@ -54,9 +50,7 @@
|
|
|
54
50
|
"operationId": "deleteSchema",
|
|
55
51
|
"parameters": [
|
|
56
52
|
{
|
|
57
|
-
"
|
|
58
|
-
"name": "slug",
|
|
59
|
-
"required": true
|
|
53
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
60
54
|
}
|
|
61
55
|
]
|
|
62
56
|
}
|
|
@@ -66,9 +60,7 @@
|
|
|
66
60
|
"operationId": "getSchemaVersions",
|
|
67
61
|
"parameters": [
|
|
68
62
|
{
|
|
69
|
-
"
|
|
70
|
-
"name": "slug",
|
|
71
|
-
"required": true
|
|
63
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
72
64
|
},
|
|
73
65
|
{
|
|
74
66
|
"in": "query",
|
|
@@ -99,14 +91,10 @@
|
|
|
99
91
|
"operationId": "listTaxonomyClassificationsForSchema",
|
|
100
92
|
"parameters": [
|
|
101
93
|
{
|
|
102
|
-
"
|
|
103
|
-
"name": "slug",
|
|
104
|
-
"required": true
|
|
94
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
105
95
|
},
|
|
106
96
|
{
|
|
107
|
-
"
|
|
108
|
-
"name": "taxonomySlug",
|
|
109
|
-
"required": true
|
|
97
|
+
"$ref": "#/components/parameters/TaxonomySlugPathParam"
|
|
110
98
|
},
|
|
111
99
|
{
|
|
112
100
|
"in": "query",
|
|
@@ -134,19 +122,13 @@
|
|
|
134
122
|
"operationId": "createEntity",
|
|
135
123
|
"parameters": [
|
|
136
124
|
{
|
|
137
|
-
"
|
|
138
|
-
"name": "slug",
|
|
139
|
-
"required": true
|
|
125
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
140
126
|
},
|
|
141
127
|
{
|
|
142
|
-
"
|
|
143
|
-
"name": "activity_id",
|
|
144
|
-
"required": false
|
|
128
|
+
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
145
129
|
},
|
|
146
130
|
{
|
|
147
|
-
"
|
|
148
|
-
"name": "async",
|
|
149
|
-
"required": false
|
|
131
|
+
"$ref": "#/components/parameters/AsyncOperationQueryParam"
|
|
150
132
|
}
|
|
151
133
|
],
|
|
152
134
|
"requestBody": {
|
|
@@ -161,24 +143,16 @@
|
|
|
161
143
|
"operationId": "upsertEntity",
|
|
162
144
|
"parameters": [
|
|
163
145
|
{
|
|
164
|
-
"
|
|
165
|
-
"name": "slug",
|
|
166
|
-
"required": true
|
|
146
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
167
147
|
},
|
|
168
148
|
{
|
|
169
|
-
"
|
|
170
|
-
"name": "activity_id",
|
|
171
|
-
"required": false
|
|
149
|
+
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
172
150
|
},
|
|
173
151
|
{
|
|
174
|
-
"
|
|
175
|
-
"name": "dry_run",
|
|
176
|
-
"required": false
|
|
152
|
+
"$ref": "#/components/parameters/DryRunQueryParam"
|
|
177
153
|
},
|
|
178
154
|
{
|
|
179
|
-
"
|
|
180
|
-
"name": "async",
|
|
181
|
-
"required": false
|
|
155
|
+
"$ref": "#/components/parameters/AsyncOperationQueryParam"
|
|
182
156
|
}
|
|
183
157
|
],
|
|
184
158
|
"requestBody": {
|
|
@@ -193,18 +167,13 @@
|
|
|
193
167
|
"operationId": "getEntity",
|
|
194
168
|
"parameters": [
|
|
195
169
|
{
|
|
196
|
-
"
|
|
197
|
-
"name": "slug",
|
|
198
|
-
"required": true
|
|
170
|
+
"$ref": "#/components/parameters/EntityIdPathParam"
|
|
199
171
|
},
|
|
200
172
|
{
|
|
201
|
-
"
|
|
202
|
-
"name": "id",
|
|
203
|
-
"required": true
|
|
173
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
204
174
|
},
|
|
205
175
|
{
|
|
206
|
-
"
|
|
207
|
-
"name": "hydrate"
|
|
176
|
+
"$ref": "#/components/parameters/HydrateEntitiesQueryParam"
|
|
208
177
|
}
|
|
209
178
|
]
|
|
210
179
|
},
|
|
@@ -212,24 +181,16 @@
|
|
|
212
181
|
"operationId": "updateEntity",
|
|
213
182
|
"parameters": [
|
|
214
183
|
{
|
|
215
|
-
"
|
|
216
|
-
"name": "slug",
|
|
217
|
-
"required": true
|
|
184
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
218
185
|
},
|
|
219
186
|
{
|
|
220
|
-
"
|
|
221
|
-
"name": "id",
|
|
222
|
-
"required": true
|
|
187
|
+
"$ref": "#/components/parameters/EntityIdPathParam"
|
|
223
188
|
},
|
|
224
189
|
{
|
|
225
|
-
"
|
|
226
|
-
"name": "activity_id",
|
|
227
|
-
"required": false
|
|
190
|
+
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
228
191
|
},
|
|
229
192
|
{
|
|
230
|
-
"
|
|
231
|
-
"name": "async",
|
|
232
|
-
"required": false
|
|
193
|
+
"$ref": "#/components/parameters/AsyncOperationQueryParam"
|
|
233
194
|
}
|
|
234
195
|
],
|
|
235
196
|
"requestBody": {
|
|
@@ -242,29 +203,19 @@
|
|
|
242
203
|
"operationId": "patchEntity",
|
|
243
204
|
"parameters": [
|
|
244
205
|
{
|
|
245
|
-
"
|
|
246
|
-
"name": "slug",
|
|
247
|
-
"required": true
|
|
206
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
248
207
|
},
|
|
249
208
|
{
|
|
250
|
-
"
|
|
251
|
-
"name": "id",
|
|
252
|
-
"required": true
|
|
209
|
+
"$ref": "#/components/parameters/EntityIdPathParam"
|
|
253
210
|
},
|
|
254
211
|
{
|
|
255
|
-
"
|
|
256
|
-
"name": "activity_id",
|
|
257
|
-
"required": false
|
|
212
|
+
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
258
213
|
},
|
|
259
214
|
{
|
|
260
|
-
"
|
|
261
|
-
"name": "dry_run",
|
|
262
|
-
"required": false
|
|
215
|
+
"$ref": "#/components/parameters/DryRunQueryParam"
|
|
263
216
|
},
|
|
264
217
|
{
|
|
265
|
-
"
|
|
266
|
-
"name": "async",
|
|
267
|
-
"required": false
|
|
218
|
+
"$ref": "#/components/parameters/AsyncOperationQueryParam"
|
|
268
219
|
}
|
|
269
220
|
],
|
|
270
221
|
"requestBody": {
|
|
@@ -278,19 +229,13 @@
|
|
|
278
229
|
"operationId": "deleteEntity",
|
|
279
230
|
"parameters": [
|
|
280
231
|
{
|
|
281
|
-
"
|
|
282
|
-
"name": "slug",
|
|
283
|
-
"required": true
|
|
232
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
284
233
|
},
|
|
285
234
|
{
|
|
286
|
-
"
|
|
287
|
-
"name": "id",
|
|
288
|
-
"required": true
|
|
235
|
+
"$ref": "#/components/parameters/EntityIdPathParam"
|
|
289
236
|
},
|
|
290
237
|
{
|
|
291
|
-
"
|
|
292
|
-
"name": "activity_id",
|
|
293
|
-
"required": false
|
|
238
|
+
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
294
239
|
}
|
|
295
240
|
]
|
|
296
241
|
}
|
|
@@ -342,9 +287,7 @@
|
|
|
342
287
|
"operationId": "getActivity",
|
|
343
288
|
"parameters": [
|
|
344
289
|
{
|
|
345
|
-
"
|
|
346
|
-
"name": "id",
|
|
347
|
-
"required": true
|
|
290
|
+
"$ref": "#/components/parameters/ActivityIdPathParam"
|
|
348
291
|
},
|
|
349
292
|
{
|
|
350
293
|
"in": "query",
|
|
@@ -362,9 +305,7 @@
|
|
|
362
305
|
"operationId": "attachActivity",
|
|
363
306
|
"parameters": [
|
|
364
307
|
{
|
|
365
|
-
"
|
|
366
|
-
"name": "id",
|
|
367
|
-
"required": true
|
|
308
|
+
"$ref": "#/components/parameters/ActivityIdPathParam"
|
|
368
309
|
},
|
|
369
310
|
{
|
|
370
311
|
"in": "query",
|
|
@@ -380,14 +321,10 @@
|
|
|
380
321
|
"operationId": "getEntityActivityFeed",
|
|
381
322
|
"parameters": [
|
|
382
323
|
{
|
|
383
|
-
"
|
|
384
|
-
"name": "slug",
|
|
385
|
-
"required": true
|
|
324
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
386
325
|
},
|
|
387
326
|
{
|
|
388
|
-
"
|
|
389
|
-
"name": "id",
|
|
390
|
-
"required": true
|
|
327
|
+
"$ref": "#/components/parameters/EntityIdPathParam"
|
|
391
328
|
},
|
|
392
329
|
{
|
|
393
330
|
"in": "query",
|
|
@@ -398,8 +335,7 @@
|
|
|
398
335
|
"name": "before"
|
|
399
336
|
},
|
|
400
337
|
{
|
|
401
|
-
"
|
|
402
|
-
"name": "from"
|
|
338
|
+
"$ref": "#/components/parameters/FromPageQueryParam"
|
|
403
339
|
},
|
|
404
340
|
{
|
|
405
341
|
"in": "query",
|
|
@@ -421,26 +357,19 @@
|
|
|
421
357
|
"operationId": "getRelations",
|
|
422
358
|
"parameters": [
|
|
423
359
|
{
|
|
424
|
-
"
|
|
425
|
-
"name": "slug",
|
|
426
|
-
"required": true
|
|
360
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
427
361
|
},
|
|
428
362
|
{
|
|
429
|
-
"
|
|
430
|
-
"name": "id",
|
|
431
|
-
"required": true
|
|
363
|
+
"$ref": "#/components/parameters/EntityIdPathParam"
|
|
432
364
|
},
|
|
433
365
|
{
|
|
434
|
-
"
|
|
435
|
-
"name": "hydrate"
|
|
366
|
+
"$ref": "#/components/parameters/HydrateEntitiesQueryParam"
|
|
436
367
|
},
|
|
437
368
|
{
|
|
438
|
-
"
|
|
439
|
-
"name": "include_reverse"
|
|
369
|
+
"$ref": "#/components/parameters/IncludeReverseQueryParam"
|
|
440
370
|
},
|
|
441
371
|
{
|
|
442
|
-
"
|
|
443
|
-
"name": "from"
|
|
372
|
+
"$ref": "#/components/parameters/FromPageQueryParam"
|
|
444
373
|
},
|
|
445
374
|
{
|
|
446
375
|
"in": "query",
|
|
@@ -448,18 +377,10 @@
|
|
|
448
377
|
"required": false
|
|
449
378
|
},
|
|
450
379
|
{
|
|
451
|
-
"
|
|
452
|
-
"name": "include_schemas",
|
|
453
|
-
"required": false,
|
|
454
|
-
"style": "form",
|
|
455
|
-
"explode": false
|
|
380
|
+
"$ref": "#/components/parameters/IncludeSchemasQueryParam"
|
|
456
381
|
},
|
|
457
382
|
{
|
|
458
|
-
"
|
|
459
|
-
"name": "exclude_schemas",
|
|
460
|
-
"required": false,
|
|
461
|
-
"style": "form",
|
|
462
|
-
"explode": false
|
|
383
|
+
"$ref": "#/components/parameters/ExcludeSchemasQueryParam"
|
|
463
384
|
}
|
|
464
385
|
]
|
|
465
386
|
},
|
|
@@ -467,24 +388,16 @@
|
|
|
467
388
|
"operationId": "addRelations",
|
|
468
389
|
"parameters": [
|
|
469
390
|
{
|
|
470
|
-
"
|
|
471
|
-
"name": "slug",
|
|
472
|
-
"required": true
|
|
391
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
473
392
|
},
|
|
474
393
|
{
|
|
475
|
-
"
|
|
476
|
-
"name": "id",
|
|
477
|
-
"required": true
|
|
394
|
+
"$ref": "#/components/parameters/EntityIdPathParam"
|
|
478
395
|
},
|
|
479
396
|
{
|
|
480
|
-
"
|
|
481
|
-
"name": "async",
|
|
482
|
-
"required": false
|
|
397
|
+
"$ref": "#/components/parameters/AsyncOperationQueryParam"
|
|
483
398
|
},
|
|
484
399
|
{
|
|
485
|
-
"
|
|
486
|
-
"name": "activity_id",
|
|
487
|
-
"required": false
|
|
400
|
+
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
488
401
|
}
|
|
489
402
|
],
|
|
490
403
|
"requestBody": {
|
|
@@ -499,30 +412,23 @@
|
|
|
499
412
|
"operationId": "getRelationsV2",
|
|
500
413
|
"parameters": [
|
|
501
414
|
{
|
|
502
|
-
"
|
|
503
|
-
"name": "slug",
|
|
504
|
-
"required": true
|
|
415
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
505
416
|
},
|
|
506
417
|
{
|
|
507
|
-
"
|
|
508
|
-
"name": "id",
|
|
509
|
-
"required": true
|
|
418
|
+
"$ref": "#/components/parameters/EntityIdPathParam"
|
|
510
419
|
},
|
|
511
420
|
{
|
|
512
|
-
"
|
|
513
|
-
"name": "hydrate"
|
|
421
|
+
"$ref": "#/components/parameters/HydrateEntitiesQueryParam"
|
|
514
422
|
},
|
|
515
423
|
{
|
|
516
424
|
"in": "query",
|
|
517
425
|
"name": "query"
|
|
518
426
|
},
|
|
519
427
|
{
|
|
520
|
-
"
|
|
521
|
-
"name": "include_reverse"
|
|
428
|
+
"$ref": "#/components/parameters/IncludeReverseQueryParam"
|
|
522
429
|
},
|
|
523
430
|
{
|
|
524
|
-
"
|
|
525
|
-
"name": "from"
|
|
431
|
+
"$ref": "#/components/parameters/FromPageQueryParam"
|
|
526
432
|
},
|
|
527
433
|
{
|
|
528
434
|
"in": "query",
|
|
@@ -540,26 +446,19 @@
|
|
|
540
446
|
"operationId": "getRelationsV3",
|
|
541
447
|
"parameters": [
|
|
542
448
|
{
|
|
543
|
-
"
|
|
544
|
-
"name": "slug",
|
|
545
|
-
"required": true
|
|
449
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
546
450
|
},
|
|
547
451
|
{
|
|
548
|
-
"
|
|
549
|
-
"name": "id",
|
|
550
|
-
"required": true
|
|
452
|
+
"$ref": "#/components/parameters/EntityIdPathParam"
|
|
551
453
|
},
|
|
552
454
|
{
|
|
553
|
-
"
|
|
554
|
-
"name": "hydrate"
|
|
455
|
+
"$ref": "#/components/parameters/HydrateEntitiesQueryParam"
|
|
555
456
|
},
|
|
556
457
|
{
|
|
557
|
-
"
|
|
558
|
-
"name": "include_reverse"
|
|
458
|
+
"$ref": "#/components/parameters/IncludeReverseQueryParam"
|
|
559
459
|
},
|
|
560
460
|
{
|
|
561
|
-
"
|
|
562
|
-
"name": "from"
|
|
461
|
+
"$ref": "#/components/parameters/FromPageQueryParam"
|
|
563
462
|
},
|
|
564
463
|
{
|
|
565
464
|
"in": "query",
|
|
@@ -567,18 +466,10 @@
|
|
|
567
466
|
"required": false
|
|
568
467
|
},
|
|
569
468
|
{
|
|
570
|
-
"
|
|
571
|
-
"name": "include_schemas",
|
|
572
|
-
"required": false,
|
|
573
|
-
"style": "form",
|
|
574
|
-
"explode": false
|
|
469
|
+
"$ref": "#/components/parameters/IncludeSchemasQueryParam"
|
|
575
470
|
},
|
|
576
471
|
{
|
|
577
|
-
"
|
|
578
|
-
"name": "exclude_schemas",
|
|
579
|
-
"required": false,
|
|
580
|
-
"style": "form",
|
|
581
|
-
"explode": false
|
|
472
|
+
"$ref": "#/components/parameters/ExcludeSchemasQueryParam"
|
|
582
473
|
}
|
|
583
474
|
]
|
|
584
475
|
}
|
|
@@ -588,21 +479,13 @@
|
|
|
588
479
|
"operationId": "getRelatedEntitiesCount",
|
|
589
480
|
"parameters": [
|
|
590
481
|
{
|
|
591
|
-
"
|
|
592
|
-
"name": "slug",
|
|
593
|
-
"required": true
|
|
482
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
594
483
|
},
|
|
595
484
|
{
|
|
596
|
-
"
|
|
597
|
-
"name": "id",
|
|
598
|
-
"required": true
|
|
485
|
+
"$ref": "#/components/parameters/EntityIdPathParam"
|
|
599
486
|
},
|
|
600
487
|
{
|
|
601
|
-
"
|
|
602
|
-
"name": "exclude_schemas",
|
|
603
|
-
"required": false,
|
|
604
|
-
"style": "form",
|
|
605
|
-
"explode": false
|
|
488
|
+
"$ref": "#/components/parameters/ExcludeSchemasQueryParam"
|
|
606
489
|
}
|
|
607
490
|
]
|
|
608
491
|
}
|
|
@@ -612,14 +495,10 @@
|
|
|
612
495
|
"operationId": "updateRelation",
|
|
613
496
|
"parameters": [
|
|
614
497
|
{
|
|
615
|
-
"
|
|
616
|
-
"name": "slug",
|
|
617
|
-
"required": true
|
|
498
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
618
499
|
},
|
|
619
500
|
{
|
|
620
|
-
"
|
|
621
|
-
"name": "id",
|
|
622
|
-
"required": true
|
|
501
|
+
"$ref": "#/components/parameters/EntityIdPathParam"
|
|
623
502
|
},
|
|
624
503
|
{
|
|
625
504
|
"in": "path",
|
|
@@ -632,14 +511,10 @@
|
|
|
632
511
|
"required": true
|
|
633
512
|
},
|
|
634
513
|
{
|
|
635
|
-
"
|
|
636
|
-
"name": "async",
|
|
637
|
-
"required": false
|
|
514
|
+
"$ref": "#/components/parameters/AsyncOperationQueryParam"
|
|
638
515
|
},
|
|
639
516
|
{
|
|
640
|
-
"
|
|
641
|
-
"name": "activity_id",
|
|
642
|
-
"required": false
|
|
517
|
+
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
643
518
|
}
|
|
644
519
|
],
|
|
645
520
|
"requestBody": {
|
|
@@ -652,14 +527,10 @@
|
|
|
652
527
|
"operationId": "deleteRelation",
|
|
653
528
|
"parameters": [
|
|
654
529
|
{
|
|
655
|
-
"
|
|
656
|
-
"name": "slug",
|
|
657
|
-
"required": true
|
|
530
|
+
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
658
531
|
},
|
|
659
532
|
{
|
|
660
|
-
"
|
|
661
|
-
"name": "id",
|
|
662
|
-
"required": true
|
|
533
|
+
"$ref": "#/components/parameters/EntityIdPathParam"
|
|
663
534
|
},
|
|
664
535
|
{
|
|
665
536
|
"in": "path",
|
|
@@ -672,14 +543,10 @@
|
|
|
672
543
|
"required": true
|
|
673
544
|
},
|
|
674
545
|
{
|
|
675
|
-
"
|
|
676
|
-
"name": "async",
|
|
677
|
-
"required": false
|
|
546
|
+
"$ref": "#/components/parameters/AsyncOperationQueryParam"
|
|
678
547
|
},
|
|
679
548
|
{
|
|
680
|
-
"
|
|
681
|
-
"name": "activity_id",
|
|
682
|
-
"required": false
|
|
549
|
+
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
683
550
|
}
|
|
684
551
|
]
|
|
685
552
|
}
|
|
@@ -744,9 +611,7 @@
|
|
|
744
611
|
"operationId": "getSavedView",
|
|
745
612
|
"parameters": [
|
|
746
613
|
{
|
|
747
|
-
"
|
|
748
|
-
"name": "id",
|
|
749
|
-
"required": true
|
|
614
|
+
"$ref": "#/components/parameters/SavedViewIdPathParam"
|
|
750
615
|
}
|
|
751
616
|
]
|
|
752
617
|
},
|
|
@@ -754,9 +619,7 @@
|
|
|
754
619
|
"operationId": "updateSavedView",
|
|
755
620
|
"parameters": [
|
|
756
621
|
{
|
|
757
|
-
"
|
|
758
|
-
"name": "id",
|
|
759
|
-
"required": true
|
|
622
|
+
"$ref": "#/components/parameters/SavedViewIdPathParam"
|
|
760
623
|
}
|
|
761
624
|
],
|
|
762
625
|
"requestBody": {
|
|
@@ -769,9 +632,7 @@
|
|
|
769
632
|
"operationId": "deleteSavedView",
|
|
770
633
|
"parameters": [
|
|
771
634
|
{
|
|
772
|
-
"
|
|
773
|
-
"name": "id",
|
|
774
|
-
"required": true
|
|
635
|
+
"$ref": "#/components/parameters/SavedViewIdPathParam"
|
|
775
636
|
}
|
|
776
637
|
]
|
|
777
638
|
}
|
|
@@ -791,9 +652,7 @@
|
|
|
791
652
|
"operationId": "getTaxonomy",
|
|
792
653
|
"parameters": [
|
|
793
654
|
{
|
|
794
|
-
"
|
|
795
|
-
"name": "taxonomySlug",
|
|
796
|
-
"required": true
|
|
655
|
+
"$ref": "#/components/parameters/TaxonomySlugPathParam"
|
|
797
656
|
}
|
|
798
657
|
]
|
|
799
658
|
}
|
|
@@ -803,9 +662,7 @@
|
|
|
803
662
|
"operationId": "taxonomyAutocomplete",
|
|
804
663
|
"parameters": [
|
|
805
664
|
{
|
|
806
|
-
"
|
|
807
|
-
"name": "taxonomySlug",
|
|
808
|
-
"required": true
|
|
665
|
+
"$ref": "#/components/parameters/TaxonomySlugPathParam"
|
|
809
666
|
},
|
|
810
667
|
{
|
|
811
668
|
"in": "query",
|
|
@@ -823,9 +680,7 @@
|
|
|
823
680
|
"operationId": "taxonomiesClassificationsSearch",
|
|
824
681
|
"parameters": [
|
|
825
682
|
{
|
|
826
|
-
"
|
|
827
|
-
"name": "taxonomySlug",
|
|
828
|
-
"required": true
|
|
683
|
+
"$ref": "#/components/parameters/TaxonomySlugQueryParam"
|
|
829
684
|
}
|
|
830
685
|
],
|
|
831
686
|
"requestBody": {
|
|
@@ -840,9 +695,7 @@
|
|
|
840
695
|
"operationId": "updateClassificationsForTaxonomy",
|
|
841
696
|
"parameters": [
|
|
842
697
|
{
|
|
843
|
-
"
|
|
844
|
-
"name": "taxonomySlug",
|
|
845
|
-
"required": true
|
|
698
|
+
"$ref": "#/components/parameters/TaxonomySlugPathParam"
|
|
846
699
|
}
|
|
847
700
|
],
|
|
848
701
|
"requestBody": {
|
|
@@ -853,7 +706,81 @@
|
|
|
853
706
|
}
|
|
854
707
|
}
|
|
855
708
|
},
|
|
856
|
-
"components": {
|
|
709
|
+
"components": {
|
|
710
|
+
"parameters": {
|
|
711
|
+
"EntityIdPathParam": {
|
|
712
|
+
"name": "id",
|
|
713
|
+
"in": "path",
|
|
714
|
+
"required": true
|
|
715
|
+
},
|
|
716
|
+
"EntitySlugPathParam": {
|
|
717
|
+
"name": "slug",
|
|
718
|
+
"in": "path",
|
|
719
|
+
"required": true
|
|
720
|
+
},
|
|
721
|
+
"TaxonomySlugQueryParam": {
|
|
722
|
+
"name": "taxonomySlug",
|
|
723
|
+
"in": "query",
|
|
724
|
+
"required": true
|
|
725
|
+
},
|
|
726
|
+
"TaxonomySlugPathParam": {
|
|
727
|
+
"name": "taxonomySlug",
|
|
728
|
+
"in": "path",
|
|
729
|
+
"required": true
|
|
730
|
+
},
|
|
731
|
+
"SavedViewIdPathParam": {
|
|
732
|
+
"name": "id",
|
|
733
|
+
"in": "path",
|
|
734
|
+
"required": true
|
|
735
|
+
},
|
|
736
|
+
"AsyncOperationQueryParam": {
|
|
737
|
+
"name": "async",
|
|
738
|
+
"in": "query",
|
|
739
|
+
"required": false
|
|
740
|
+
},
|
|
741
|
+
"HydrateEntitiesQueryParam": {
|
|
742
|
+
"name": "hydrate",
|
|
743
|
+
"in": "query"
|
|
744
|
+
},
|
|
745
|
+
"ActivityIdQueryParam": {
|
|
746
|
+
"name": "activity_id",
|
|
747
|
+
"in": "query",
|
|
748
|
+
"required": false
|
|
749
|
+
},
|
|
750
|
+
"ActivityIdPathParam": {
|
|
751
|
+
"name": "id",
|
|
752
|
+
"in": "path",
|
|
753
|
+
"required": true
|
|
754
|
+
},
|
|
755
|
+
"FromPageQueryParam": {
|
|
756
|
+
"name": "from",
|
|
757
|
+
"in": "query"
|
|
758
|
+
},
|
|
759
|
+
"IncludeReverseQueryParam": {
|
|
760
|
+
"name": "include_reverse",
|
|
761
|
+
"in": "query"
|
|
762
|
+
},
|
|
763
|
+
"IncludeSchemasQueryParam": {
|
|
764
|
+
"name": "include_schemas",
|
|
765
|
+
"in": "query",
|
|
766
|
+
"required": false,
|
|
767
|
+
"style": "form",
|
|
768
|
+
"explode": false
|
|
769
|
+
},
|
|
770
|
+
"ExcludeSchemasQueryParam": {
|
|
771
|
+
"name": "exclude_schemas",
|
|
772
|
+
"in": "query",
|
|
773
|
+
"required": false,
|
|
774
|
+
"style": "form",
|
|
775
|
+
"explode": false
|
|
776
|
+
},
|
|
777
|
+
"DryRunQueryParam": {
|
|
778
|
+
"name": "dry_run",
|
|
779
|
+
"in": "query",
|
|
780
|
+
"required": false
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
},
|
|
857
784
|
"servers": [
|
|
858
785
|
{
|
|
859
786
|
"url": "https://entity.sls.epilot.io"
|