@epilot/entity-client 4.27.5 → 4.29.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.
@@ -1,1228 +1,1248 @@
1
1
  {
2
- "openapi": "3.0.2",
3
- "info": {
4
- "title": "",
5
- "version": ""
6
- },
7
- "paths": {
8
- "/v1/entity/schemas": {
9
- "get": {
10
- "operationId": "listSchemas",
11
- "parameters": [
12
- {
13
- "in": "query",
14
- "name": "unpublished"
15
- }
16
- ],
17
- "responses": {}
18
- }
2
+ "openapi": "3.0.2",
3
+ "info": {
4
+ "title": "",
5
+ "version": ""
19
6
  },
20
- "/v1/entity/schemas/{slug}": {
21
- "get": {
22
- "operationId": "getSchema",
23
- "parameters": [
24
- {
25
- "$ref": "#/components/parameters/EntitySlugPathParam"
26
- },
27
- {
28
- "in": "query",
29
- "name": "id"
30
- }
31
- ],
32
- "responses": {}
33
- },
34
- "put": {
35
- "operationId": "putSchema",
36
- "parameters": [
37
- {
38
- "$ref": "#/components/parameters/EntitySlugPathParam"
39
- },
40
- {
41
- "in": "query",
42
- "name": "draft"
43
- }
44
- ],
45
- "requestBody": {
46
- "content": {
47
- "application/json": {}
48
- }
7
+ "paths": {
8
+ "/v1/entity/schemas": {
9
+ "get": {
10
+ "operationId": "listSchemas",
11
+ "parameters": [
12
+ {
13
+ "in": "query",
14
+ "name": "unpublished"
15
+ }
16
+ ],
17
+ "responses": {}
18
+ }
49
19
  },
50
- "responses": {}
51
- },
52
- "delete": {
53
- "operationId": "deleteSchema",
54
- "parameters": [
55
- {
56
- "$ref": "#/components/parameters/EntitySlugPathParam"
57
- }
58
- ],
59
- "responses": {}
60
- }
61
- },
62
- "/v1/entity/schemas/{slug}/json/schema": {
63
- "get": {
64
- "operationId": "getJsonSchema",
65
- "parameters": [
66
- {
67
- "$ref": "#/components/parameters/EntitySlugPathParam"
68
- }
69
- ],
70
- "responses": {}
71
- }
72
- },
73
- "/v1/entity/schemas/{slug}/json/example": {
74
- "get": {
75
- "operationId": "getSchemaExample",
76
- "parameters": [
77
- {
78
- "$ref": "#/components/parameters/EntitySlugPathParam"
79
- }
80
- ],
81
- "responses": {}
82
- }
83
- },
84
- "/v1/entity/schemas/{slug}/versions": {
85
- "get": {
86
- "operationId": "getSchemaVersions",
87
- "parameters": [
88
- {
89
- "$ref": "#/components/parameters/EntitySlugPathParam"
90
- },
91
- {
92
- "in": "query",
93
- "name": "versions_from"
94
- },
95
- {
96
- "in": "query",
97
- "name": "versions_size"
98
- },
99
- {
100
- "in": "query",
101
- "name": "drafts_from"
102
- },
103
- {
104
- "in": "query",
105
- "name": "drafts_size"
106
- },
107
- {
108
- "in": "query",
109
- "name": "fields",
110
- "required": false,
111
- "style": "form",
112
- "explode": false
113
- }
114
- ],
115
- "responses": {}
116
- }
117
- },
118
- "/v1/entity/schemas/blueprints": {
119
- "get": {
120
- "operationId": "listSchemaBlueprints",
121
- "responses": {}
122
- }
123
- },
124
- "/v1/entity:search": {
125
- "post": {
126
- "operationId": "searchEntities",
127
- "requestBody": {
128
- "content": {
129
- "application/json": {}
130
- }
20
+ "/v1/entity/schemas/{slug}": {
21
+ "get": {
22
+ "operationId": "getSchema",
23
+ "parameters": [
24
+ {
25
+ "$ref": "#/components/parameters/EntitySlugPathParam"
26
+ },
27
+ {
28
+ "in": "query",
29
+ "name": "id"
30
+ }
31
+ ],
32
+ "responses": {}
33
+ },
34
+ "put": {
35
+ "operationId": "putSchema",
36
+ "parameters": [
37
+ {
38
+ "$ref": "#/components/parameters/EntitySlugPathParam"
39
+ },
40
+ {
41
+ "in": "query",
42
+ "name": "draft"
43
+ }
44
+ ],
45
+ "requestBody": {
46
+ "content": {
47
+ "application/json": {}
48
+ }
49
+ },
50
+ "responses": {}
51
+ },
52
+ "delete": {
53
+ "operationId": "deleteSchema",
54
+ "parameters": [
55
+ {
56
+ "$ref": "#/components/parameters/EntitySlugPathParam"
57
+ }
58
+ ],
59
+ "responses": {}
60
+ }
131
61
  },
132
- "responses": {}
133
- }
134
- },
135
- "/v1/entity:list": {
136
- "post": {
137
- "operationId": "listEntities",
138
- "requestBody": {
139
- "content": {
140
- "application/json": {}
141
- }
62
+ "/v1/entity/schemas/{slug}/json/schema": {
63
+ "get": {
64
+ "operationId": "getJsonSchema",
65
+ "parameters": [
66
+ {
67
+ "$ref": "#/components/parameters/EntitySlugPathParam"
68
+ }
69
+ ],
70
+ "responses": {}
71
+ }
142
72
  },
143
- "responses": {}
144
- }
145
- },
146
- "/v1/entity/{slug}": {
147
- "post": {
148
- "operationId": "createEntity",
149
- "parameters": [
150
- {
151
- "$ref": "#/components/parameters/EntitySlugPathParam"
152
- },
153
- {
154
- "$ref": "#/components/parameters/ActivityIdQueryParam"
155
- },
156
- {
157
- "$ref": "#/components/parameters/AsyncOperationQueryParam"
158
- }
159
- ],
160
- "requestBody": {
161
- "content": {
162
- "application/json": {}
163
- }
73
+ "/v1/entity/schemas/{slug}/json/example": {
74
+ "get": {
75
+ "operationId": "getSchemaExample",
76
+ "parameters": [
77
+ {
78
+ "$ref": "#/components/parameters/EntitySlugPathParam"
79
+ }
80
+ ],
81
+ "responses": {}
82
+ }
164
83
  },
165
- "responses": {}
166
- }
167
- },
168
- "/v1/entity/{slug}:validate": {
169
- "post": {
170
- "operationId": "validateEntity",
171
- "parameters": [
172
- {
173
- "$ref": "#/components/parameters/EntitySlugPathPriceParam"
174
- }
175
- ],
176
- "requestBody": {
177
- "content": {
178
- "application/json": {}
179
- }
84
+ "/v1/entity/schemas/{slug}/versions": {
85
+ "get": {
86
+ "operationId": "getSchemaVersions",
87
+ "parameters": [
88
+ {
89
+ "$ref": "#/components/parameters/EntitySlugPathParam"
90
+ },
91
+ {
92
+ "in": "query",
93
+ "name": "versions_from"
94
+ },
95
+ {
96
+ "in": "query",
97
+ "name": "versions_size"
98
+ },
99
+ {
100
+ "in": "query",
101
+ "name": "drafts_from"
102
+ },
103
+ {
104
+ "in": "query",
105
+ "name": "drafts_size"
106
+ },
107
+ {
108
+ "in": "query",
109
+ "name": "fields",
110
+ "required": false,
111
+ "style": "form",
112
+ "explode": false
113
+ }
114
+ ],
115
+ "responses": {}
116
+ }
180
117
  },
181
- "responses": {}
182
- }
183
- },
184
- "/v1/entity/{slug}:upsert": {
185
- "patch": {
186
- "operationId": "upsertEntity",
187
- "parameters": [
188
- {
189
- "$ref": "#/components/parameters/EntitySlugPathParam"
190
- },
191
- {
192
- "$ref": "#/components/parameters/ActivityIdQueryParam"
193
- },
194
- {
195
- "$ref": "#/components/parameters/DryRunQueryParam"
196
- },
197
- {
198
- "$ref": "#/components/parameters/AsyncOperationQueryParam"
199
- },
200
- {
201
- "name": "strict",
202
- "in": "query",
203
- "required": false
204
- }
205
- ],
206
- "requestBody": {
207
- "content": {
208
- "application/json": {}
209
- }
118
+ "/v1/entity/schemas/blueprints": {
119
+ "get": {
120
+ "operationId": "listSchemaBlueprints",
121
+ "responses": {}
122
+ }
210
123
  },
211
- "responses": {}
212
- }
213
- },
214
- "/v2/entity/{slug}/{id}": {
215
- "get": {
216
- "operationId": "getEntityV2",
217
- "parameters": [
218
- {
219
- "$ref": "#/components/parameters/EntityIdPathParam"
220
- },
221
- {
222
- "$ref": "#/components/parameters/EntitySlugPathParam"
223
- },
224
- {
225
- "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
226
- },
227
- {
228
- "in": "query",
229
- "name": "fields",
230
- "style": "form",
231
- "explode": false
232
- }
233
- ],
234
- "responses": {}
235
- }
236
- },
237
- "/v1/entity/{slug}/{id}": {
238
- "get": {
239
- "operationId": "getEntity",
240
- "parameters": [
241
- {
242
- "$ref": "#/components/parameters/EntityIdPathParam"
243
- },
244
- {
245
- "$ref": "#/components/parameters/EntitySlugPathParam"
246
- },
247
- {
248
- "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
249
- }
250
- ],
251
- "responses": {}
252
- },
253
- "put": {
254
- "operationId": "updateEntity",
255
- "parameters": [
256
- {
257
- "$ref": "#/components/parameters/EntitySlugPathParam"
258
- },
259
- {
260
- "$ref": "#/components/parameters/EntityIdPathParam"
261
- },
262
- {
263
- "$ref": "#/components/parameters/ActivityIdQueryParam"
264
- },
265
- {
266
- "$ref": "#/components/parameters/AsyncOperationQueryParam"
267
- }
268
- ],
269
- "requestBody": {
270
- "content": {
271
- "application/json": {}
272
- }
124
+ "/v1/entity:search": {
125
+ "post": {
126
+ "operationId": "searchEntities",
127
+ "requestBody": {
128
+ "content": {
129
+ "application/json": {}
130
+ }
131
+ },
132
+ "responses": {}
133
+ }
273
134
  },
274
- "responses": {}
275
- },
276
- "patch": {
277
- "operationId": "patchEntity",
278
- "parameters": [
279
- {
280
- "$ref": "#/components/parameters/EntitySlugPathParam"
281
- },
282
- {
283
- "$ref": "#/components/parameters/EntityIdPathParam"
284
- },
285
- {
286
- "$ref": "#/components/parameters/ActivityIdQueryParam"
287
- },
288
- {
289
- "$ref": "#/components/parameters/DryRunQueryParam"
290
- },
291
- {
292
- "$ref": "#/components/parameters/AsyncOperationQueryParam"
293
- }
294
- ],
295
- "requestBody": {
296
- "content": {
297
- "application/json": {}
298
- },
299
- "required": true
135
+ "/v1/entity:list": {
136
+ "post": {
137
+ "operationId": "listEntities",
138
+ "requestBody": {
139
+ "content": {
140
+ "application/json": {}
141
+ }
142
+ },
143
+ "responses": {}
144
+ }
300
145
  },
301
- "responses": {}
302
- },
303
- "delete": {
304
- "operationId": "deleteEntity",
305
- "parameters": [
306
- {
307
- "$ref": "#/components/parameters/EntitySlugPathParam"
308
- },
309
- {
310
- "$ref": "#/components/parameters/EntityIdPathParam"
311
- },
312
- {
313
- "$ref": "#/components/parameters/ActivityIdQueryParam"
314
- }
315
- ],
316
- "responses": {}
317
- }
318
- },
319
- "/v1/entity:autocomplete": {
320
- "get": {
321
- "operationId": "autocomplete",
322
- "parameters": [
323
- {
324
- "name": "input",
325
- "in": "query"
326
- },
327
- {
328
- "name": "attribute",
329
- "in": "query",
330
- "required": true
331
- },
332
- {
333
- "name": "slug",
334
- "in": "query"
335
- },
336
- {
337
- "name": "size",
338
- "in": "query"
339
- }
340
- ],
341
- "responses": {}
342
- }
343
- },
344
- "/v1/entity/activity": {
345
- "post": {
346
- "operationId": "createActivity",
347
- "parameters": [
348
- {
349
- "in": "query",
350
- "name": "entities",
351
- "style": "form",
352
- "explode": false
353
- }
354
- ],
355
- "requestBody": {
356
- "content": {
357
- "application/json": {}
358
- }
146
+ "/v1/entity/{slug}": {
147
+ "post": {
148
+ "operationId": "createEntity",
149
+ "parameters": [
150
+ {
151
+ "$ref": "#/components/parameters/EntitySlugPathParam"
152
+ },
153
+ {
154
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
155
+ },
156
+ {
157
+ "$ref": "#/components/parameters/FillActivityQueryParam"
158
+ },
159
+ {
160
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
161
+ }
162
+ ],
163
+ "requestBody": {
164
+ "content": {
165
+ "application/json": {}
166
+ }
167
+ },
168
+ "responses": {}
169
+ }
359
170
  },
360
- "responses": {}
361
- }
362
- },
363
- "/v1/entity/activity/{id}": {
364
- "get": {
365
- "operationId": "getActivity",
366
- "parameters": [
367
- {
368
- "$ref": "#/components/parameters/ActivityIdPathParam"
369
- },
370
- {
371
- "in": "query",
372
- "name": "operations_size"
373
- },
374
- {
375
- "in": "query",
376
- "name": "operations_from"
377
- }
378
- ],
379
- "responses": {}
380
- }
381
- },
382
- "/v1/entity/activity/{id}:attach": {
383
- "post": {
384
- "operationId": "attachActivity",
385
- "parameters": [
386
- {
387
- "$ref": "#/components/parameters/ActivityIdPathParam"
388
- },
389
- {
390
- "in": "query",
391
- "name": "entities",
392
- "style": "form",
393
- "explode": false
394
- }
395
- ],
396
- "responses": {}
397
- }
398
- },
399
- "/v1/entity/{slug}/{id}/activity": {
400
- "get": {
401
- "operationId": "getEntityActivityFeed",
402
- "parameters": [
403
- {
404
- "$ref": "#/components/parameters/EntitySlugPathParam"
405
- },
406
- {
407
- "$ref": "#/components/parameters/EntityIdPathParam"
408
- },
409
- {
410
- "in": "query",
411
- "name": "after"
412
- },
413
- {
414
- "in": "query",
415
- "name": "before"
416
- },
417
- {
418
- "$ref": "#/components/parameters/FromPageQueryParam"
419
- },
420
- {
421
- "in": "query",
422
- "name": "size"
423
- },
424
- {
425
- "in": "query",
426
- "name": "type"
427
- },
428
- {
429
- "in": "query",
430
- "name": "include_relations"
431
- }
432
- ],
433
- "responses": {}
434
- }
435
- },
436
- "/v1/entity/{slug}/{id}/relations": {
437
- "get": {
438
- "operationId": "getRelations",
439
- "parameters": [
440
- {
441
- "$ref": "#/components/parameters/EntitySlugPathParam"
442
- },
443
- {
444
- "$ref": "#/components/parameters/EntityIdPathParam"
445
- },
446
- {
447
- "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
448
- },
449
- {
450
- "$ref": "#/components/parameters/IncludeReverseQueryParam"
451
- },
452
- {
453
- "$ref": "#/components/parameters/FromPageQueryParam"
454
- },
455
- {
456
- "in": "query",
457
- "name": "size",
458
- "required": false
459
- },
460
- {
461
- "$ref": "#/components/parameters/IncludeSchemasQueryParam"
462
- },
463
- {
464
- "$ref": "#/components/parameters/ExcludeSchemasQueryParam"
465
- }
466
- ],
467
- "responses": {}
468
- },
469
- "post": {
470
- "operationId": "addRelations",
471
- "parameters": [
472
- {
473
- "$ref": "#/components/parameters/EntitySlugPathParam"
474
- },
475
- {
476
- "$ref": "#/components/parameters/EntityIdPathParam"
477
- },
478
- {
479
- "$ref": "#/components/parameters/AsyncOperationQueryParam"
480
- }
481
- ],
482
- "requestBody": {
483
- "content": {
484
- "application/json": {}
485
- }
171
+ "/v1/entity/{slug}:validate": {
172
+ "post": {
173
+ "operationId": "validateEntity",
174
+ "parameters": [
175
+ {
176
+ "$ref": "#/components/parameters/EntitySlugPathPriceParam"
177
+ }
178
+ ],
179
+ "requestBody": {
180
+ "content": {
181
+ "application/json": {}
182
+ }
183
+ },
184
+ "responses": {}
185
+ }
486
186
  },
487
- "responses": {}
488
- },
489
- "delete": {
490
- "operationId": "removeRelations",
491
- "parameters": [
492
- {
493
- "$ref": "#/components/parameters/EntitySlugPathParam"
494
- },
495
- {
496
- "$ref": "#/components/parameters/EntityIdPathParam"
497
- },
498
- {
499
- "$ref": "#/components/parameters/AsyncOperationQueryParam"
500
- }
501
- ],
502
- "requestBody": {
503
- "content": {
504
- "application/json": {}
505
- }
187
+ "/v1/entity/{slug}:upsert": {
188
+ "patch": {
189
+ "operationId": "upsertEntity",
190
+ "parameters": [
191
+ {
192
+ "$ref": "#/components/parameters/EntitySlugPathParam"
193
+ },
194
+ {
195
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
196
+ },
197
+ {
198
+ "$ref": "#/components/parameters/FillActivityQueryParam"
199
+ },
200
+ {
201
+ "$ref": "#/components/parameters/DryRunQueryParam"
202
+ },
203
+ {
204
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
205
+ },
206
+ {
207
+ "name": "strict",
208
+ "in": "query",
209
+ "required": false
210
+ }
211
+ ],
212
+ "requestBody": {
213
+ "content": {
214
+ "application/json": {}
215
+ }
216
+ },
217
+ "responses": {}
218
+ }
506
219
  },
507
- "responses": {}
508
- }
509
- },
510
- "/v2/entity/{slug}/{id}/relations": {
511
- "get": {
512
- "operationId": "getRelationsV2",
513
- "parameters": [
514
- {
515
- "$ref": "#/components/parameters/EntitySlugPathParam"
516
- },
517
- {
518
- "$ref": "#/components/parameters/EntityIdPathParam"
519
- },
520
- {
521
- "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
522
- },
523
- {
524
- "in": "query",
525
- "name": "query"
526
- },
527
- {
528
- "$ref": "#/components/parameters/IncludeReverseQueryParam"
529
- },
530
- {
531
- "$ref": "#/components/parameters/FromPageQueryParam"
532
- },
533
- {
534
- "in": "query",
535
- "name": "size"
536
- },
537
- {
538
- "in": "query",
539
- "name": "fields"
540
- }
541
- ],
542
- "responses": {}
543
- }
544
- },
545
- "/v3/entity/{slug}/{id}/relations": {
546
- "get": {
547
- "operationId": "getRelationsV3",
548
- "parameters": [
549
- {
550
- "$ref": "#/components/parameters/EntitySlugPathParam"
551
- },
552
- {
553
- "$ref": "#/components/parameters/EntityIdPathParam"
554
- },
555
- {
556
- "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
557
- },
558
- {
559
- "$ref": "#/components/parameters/IncludeReverseDeprecatedQueryParam"
560
- },
561
- {
562
- "$ref": "#/components/parameters/FromPageQueryParam"
563
- },
564
- {
565
- "in": "query",
566
- "name": "size",
567
- "required": false
568
- },
569
- {
570
- "$ref": "#/components/parameters/IncludeSchemasQueryParam"
571
- },
572
- {
573
- "$ref": "#/components/parameters/ExcludeSchemasQueryParam"
574
- },
575
- {
576
- "$ref": "#/components/parameters/EntityRelationsModeQueryParam"
577
- }
578
- ],
579
- "responses": {}
580
- }
581
- },
582
- "/v2/entity/{slug}/{id}/relations/count": {
583
- "get": {
584
- "operationId": "getRelatedEntitiesCount",
585
- "parameters": [
586
- {
587
- "$ref": "#/components/parameters/EntitySlugPathParam"
588
- },
589
- {
590
- "$ref": "#/components/parameters/EntityIdPathParam"
591
- },
592
- {
593
- "$ref": "#/components/parameters/ExcludeSchemasQueryParam"
594
- }
595
- ],
596
- "responses": {}
597
- }
598
- },
599
- "/v1/entity/{slug}/{id}/relations/{attribute}/{entity_id}": {
600
- "put": {
601
- "operationId": "updateRelation",
602
- "parameters": [
603
- {
604
- "$ref": "#/components/parameters/EntitySlugPathParam"
605
- },
606
- {
607
- "$ref": "#/components/parameters/EntityIdPathParam"
608
- },
609
- {
610
- "in": "path",
611
- "name": "attribute",
612
- "required": true
613
- },
614
- {
615
- "in": "path",
616
- "name": "entity_id",
617
- "required": true
618
- },
619
- {
620
- "$ref": "#/components/parameters/AsyncOperationQueryParam"
621
- },
622
- {
623
- "$ref": "#/components/parameters/ActivityIdQueryParam"
624
- }
625
- ],
626
- "requestBody": {
627
- "content": {
628
- "application/json": {}
629
- }
220
+ "/v2/entity/{slug}/{id}": {
221
+ "get": {
222
+ "operationId": "getEntityV2",
223
+ "parameters": [
224
+ {
225
+ "$ref": "#/components/parameters/EntityIdPathParam"
226
+ },
227
+ {
228
+ "$ref": "#/components/parameters/EntitySlugPathParam"
229
+ },
230
+ {
231
+ "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
232
+ },
233
+ {
234
+ "in": "query",
235
+ "name": "fields",
236
+ "style": "form",
237
+ "explode": false
238
+ }
239
+ ],
240
+ "responses": {}
241
+ }
630
242
  },
631
- "responses": {}
632
- },
633
- "delete": {
634
- "operationId": "deleteRelation",
635
- "parameters": [
636
- {
637
- "$ref": "#/components/parameters/EntitySlugPathParam"
638
- },
639
- {
640
- "$ref": "#/components/parameters/EntityIdPathParam"
641
- },
642
- {
643
- "in": "path",
644
- "name": "attribute",
645
- "required": true
646
- },
647
- {
648
- "in": "path",
649
- "name": "entity_id",
650
- "required": true
651
- },
652
- {
653
- "$ref": "#/components/parameters/AsyncOperationQueryParam"
654
- },
655
- {
656
- "$ref": "#/components/parameters/ActivityIdQueryParam"
657
- }
658
- ],
659
- "responses": {}
660
- }
661
- },
662
- "/v1/entity:export": {
663
- "post": {
664
- "operationId": "exportEntities",
665
- "parameters": [
666
- {
667
- "in": "query",
668
- "name": "job_id"
669
- },
670
- {
671
- "in": "query",
672
- "name": "is_template"
673
- },
674
- {
675
- "in": "query",
676
- "name": "language"
677
- }
678
- ],
679
- "requestBody": {
680
- "content": {
681
- "application/json": {}
682
- }
243
+ "/v1/entity/{slug}/{id}": {
244
+ "get": {
245
+ "operationId": "getEntity",
246
+ "parameters": [
247
+ {
248
+ "$ref": "#/components/parameters/EntityIdPathParam"
249
+ },
250
+ {
251
+ "$ref": "#/components/parameters/EntitySlugPathParam"
252
+ },
253
+ {
254
+ "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
255
+ }
256
+ ],
257
+ "responses": {}
258
+ },
259
+ "put": {
260
+ "operationId": "updateEntity",
261
+ "parameters": [
262
+ {
263
+ "$ref": "#/components/parameters/EntitySlugPathParam"
264
+ },
265
+ {
266
+ "$ref": "#/components/parameters/EntityIdPathParam"
267
+ },
268
+ {
269
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
270
+ },
271
+ {
272
+ "$ref": "#/components/parameters/FillActivityQueryParam"
273
+ },
274
+ {
275
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
276
+ }
277
+ ],
278
+ "requestBody": {
279
+ "content": {
280
+ "application/json": {}
281
+ }
282
+ },
283
+ "responses": {}
284
+ },
285
+ "patch": {
286
+ "operationId": "patchEntity",
287
+ "parameters": [
288
+ {
289
+ "$ref": "#/components/parameters/EntitySlugPathParam"
290
+ },
291
+ {
292
+ "$ref": "#/components/parameters/EntityIdPathParam"
293
+ },
294
+ {
295
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
296
+ },
297
+ {
298
+ "$ref": "#/components/parameters/FillActivityQueryParam"
299
+ },
300
+ {
301
+ "$ref": "#/components/parameters/DryRunQueryParam"
302
+ },
303
+ {
304
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
305
+ }
306
+ ],
307
+ "requestBody": {
308
+ "content": {
309
+ "application/json": {}
310
+ },
311
+ "required": true
312
+ },
313
+ "responses": {}
314
+ },
315
+ "delete": {
316
+ "operationId": "deleteEntity",
317
+ "parameters": [
318
+ {
319
+ "$ref": "#/components/parameters/EntitySlugPathParam"
320
+ },
321
+ {
322
+ "$ref": "#/components/parameters/EntityIdPathParam"
323
+ },
324
+ {
325
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
326
+ }
327
+ ],
328
+ "responses": {}
329
+ }
683
330
  },
684
- "responses": {}
685
- }
686
- },
687
- "/v1/entity:import": {
688
- "post": {
689
- "operationId": "importEntities",
690
- "parameters": [
691
- {
692
- "in": "query",
693
- "name": "job_id"
694
- }
695
- ],
696
- "requestBody": {
697
- "content": {
698
- "application/json": {}
699
- }
331
+ "/v1/entity:autocomplete": {
332
+ "get": {
333
+ "operationId": "autocomplete",
334
+ "parameters": [
335
+ {
336
+ "name": "input",
337
+ "in": "query"
338
+ },
339
+ {
340
+ "name": "attribute",
341
+ "in": "query",
342
+ "required": true
343
+ },
344
+ {
345
+ "name": "slug",
346
+ "in": "query"
347
+ },
348
+ {
349
+ "name": "size",
350
+ "in": "query"
351
+ }
352
+ ],
353
+ "responses": {}
354
+ }
700
355
  },
701
- "responses": {}
702
- }
703
- },
704
- "/v1/entity/views": {
705
- "get": {
706
- "operationId": "listSavedViews",
707
- "parameters": [
708
- {
709
- "in": "query",
710
- "name": "slug",
711
- "required": false
712
- },
713
- {
714
- "in": "query",
715
- "name": "sort",
716
- "required": false
717
- },
718
- {
719
- "in": "query",
720
- "name": "from",
721
- "required": false
722
- },
723
- {
724
- "in": "query",
725
- "name": "size",
726
- "required": false
727
- },
728
- {
729
- "in": "query",
730
- "name": "fields",
731
- "required": false
732
- }
733
- ],
734
- "responses": {}
735
- }
736
- },
737
- "/v1/entity/view": {
738
- "post": {
739
- "operationId": "createSavedView",
740
- "requestBody": {
741
- "content": {
742
- "application/json": {}
743
- }
356
+ "/v1/entity/activity": {
357
+ "post": {
358
+ "operationId": "createActivity",
359
+ "parameters": [
360
+ {
361
+ "in": "query",
362
+ "name": "entities",
363
+ "style": "form",
364
+ "explode": false
365
+ }
366
+ ],
367
+ "requestBody": {
368
+ "content": {
369
+ "application/json": {}
370
+ }
371
+ },
372
+ "responses": {}
373
+ }
744
374
  },
745
- "responses": {}
746
- }
747
- },
748
- "/v1/entity/view/{id}": {
749
- "get": {
750
- "operationId": "getSavedView",
751
- "parameters": [
752
- {
753
- "$ref": "#/components/parameters/SavedViewIdPathParam"
754
- }
755
- ],
756
- "responses": {}
757
- },
758
- "put": {
759
- "operationId": "updateSavedView",
760
- "parameters": [
761
- {
762
- "$ref": "#/components/parameters/SavedViewIdPathParam"
763
- }
764
- ],
765
- "requestBody": {
766
- "content": {
767
- "application/json": {}
768
- }
375
+ "/v1/entity/activity/{id}": {
376
+ "get": {
377
+ "operationId": "getActivity",
378
+ "parameters": [
379
+ {
380
+ "$ref": "#/components/parameters/ActivityIdPathParam"
381
+ },
382
+ {
383
+ "in": "query",
384
+ "name": "operations_size"
385
+ },
386
+ {
387
+ "in": "query",
388
+ "name": "operations_from"
389
+ }
390
+ ],
391
+ "responses": {}
392
+ }
769
393
  },
770
- "responses": {}
771
- },
772
- "delete": {
773
- "operationId": "deleteSavedView",
774
- "parameters": [
775
- {
776
- "$ref": "#/components/parameters/SavedViewIdPathParam"
777
- }
778
- ],
779
- "responses": {}
780
- }
781
- },
782
- "/v1/entity/views/favorites": {
783
- "get": {
784
- "operationId": "listFavoriteViewsForUser",
785
- "responses": {}
786
- }
787
- },
788
- "/v1/entity/taxonomies": {
789
- "get": {
790
- "operationId": "listTaxonomies",
791
- "parameters": [
792
- {
793
- "in": "query",
794
- "name": "include_disabled"
795
- }
796
- ],
797
- "responses": {}
798
- },
799
- "post": {
800
- "operationId": "createTaxonomy",
801
- "requestBody": {
802
- "content": {
803
- "application/json": {}
804
- }
394
+ "/v1/entity/activity/{id}:attach": {
395
+ "post": {
396
+ "operationId": "attachActivity",
397
+ "parameters": [
398
+ {
399
+ "$ref": "#/components/parameters/ActivityIdPathParam"
400
+ },
401
+ {
402
+ "in": "query",
403
+ "name": "entities",
404
+ "style": "form",
405
+ "explode": false
406
+ }
407
+ ],
408
+ "responses": {}
409
+ }
805
410
  },
806
- "responses": {}
807
- }
808
- },
809
- "/v1/entity/taxonomies/{taxonomySlug}": {
810
- "get": {
811
- "operationId": "getTaxonomy",
812
- "parameters": [
813
- {
814
- "$ref": "#/components/parameters/TaxonomySlugPathParam"
815
- }
816
- ],
817
- "responses": {}
818
- },
819
- "put": {
820
- "operationId": "updateTaxonomy",
821
- "parameters": [
822
- {
823
- "$ref": "#/components/parameters/TaxonomySlugPathParam"
824
- }
825
- ],
826
- "requestBody": {
827
- "content": {
828
- "application/json": {}
829
- }
411
+ "/v1/entity/{slug}/{id}/activity": {
412
+ "get": {
413
+ "operationId": "getEntityActivityFeed",
414
+ "parameters": [
415
+ {
416
+ "$ref": "#/components/parameters/EntitySlugPathParam"
417
+ },
418
+ {
419
+ "$ref": "#/components/parameters/EntityIdPathParam"
420
+ },
421
+ {
422
+ "in": "query",
423
+ "name": "after"
424
+ },
425
+ {
426
+ "in": "query",
427
+ "name": "before"
428
+ },
429
+ {
430
+ "$ref": "#/components/parameters/FromPageQueryParam"
431
+ },
432
+ {
433
+ "in": "query",
434
+ "name": "size"
435
+ },
436
+ {
437
+ "in": "query",
438
+ "name": "type"
439
+ },
440
+ {
441
+ "in": "query",
442
+ "name": "include_relations"
443
+ }
444
+ ],
445
+ "responses": {}
446
+ }
830
447
  },
831
- "responses": {}
832
- },
833
- "delete": {
834
- "operationId": "deleteTaxonomy",
835
- "parameters": [
836
- {
837
- "$ref": "#/components/parameters/TaxonomySlugPathParam"
838
- },
839
- {
840
- "in": "query",
841
- "name": "permanent"
842
- }
843
- ],
844
- "responses": {}
845
- }
846
- },
847
- "/v1/entity/taxonomies/{taxonomySlug}:autocomplete": {
848
- "get": {
849
- "operationId": "taxonomyAutocomplete",
850
- "parameters": [
851
- {
852
- "$ref": "#/components/parameters/TaxonomySlugPathParam"
853
- },
854
- {
855
- "in": "query",
856
- "name": "query"
857
- },
858
- {
859
- "in": "query",
860
- "name": "size"
861
- }
862
- ],
863
- "responses": {}
864
- }
865
- },
866
- "/v1/entity/taxonomies/classifications:search": {
867
- "post": {
868
- "operationId": "taxonomiesClassificationsSearch",
869
- "parameters": [
870
- {
871
- "$ref": "#/components/parameters/TaxonomySlugQueryParamOptional"
872
- },
873
- {
874
- "in": "query",
875
- "name": "query"
876
- }
877
- ],
878
- "requestBody": {
879
- "content": {
880
- "application/json": {}
881
- }
448
+ "/v1/entity/{slug}/{id}/relations": {
449
+ "get": {
450
+ "operationId": "getRelations",
451
+ "parameters": [
452
+ {
453
+ "$ref": "#/components/parameters/EntitySlugPathParam"
454
+ },
455
+ {
456
+ "$ref": "#/components/parameters/EntityIdPathParam"
457
+ },
458
+ {
459
+ "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
460
+ },
461
+ {
462
+ "$ref": "#/components/parameters/IncludeReverseQueryParam"
463
+ },
464
+ {
465
+ "$ref": "#/components/parameters/FromPageQueryParam"
466
+ },
467
+ {
468
+ "in": "query",
469
+ "name": "size",
470
+ "required": false
471
+ },
472
+ {
473
+ "$ref": "#/components/parameters/IncludeSchemasQueryParam"
474
+ },
475
+ {
476
+ "$ref": "#/components/parameters/ExcludeSchemasQueryParam"
477
+ }
478
+ ],
479
+ "responses": {}
480
+ },
481
+ "post": {
482
+ "operationId": "addRelations",
483
+ "parameters": [
484
+ {
485
+ "$ref": "#/components/parameters/EntitySlugPathParam"
486
+ },
487
+ {
488
+ "$ref": "#/components/parameters/EntityIdPathParam"
489
+ },
490
+ {
491
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
492
+ },
493
+ {
494
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
495
+ }
496
+ ],
497
+ "requestBody": {
498
+ "content": {
499
+ "application/json": {}
500
+ }
501
+ },
502
+ "responses": {}
503
+ },
504
+ "delete": {
505
+ "operationId": "removeRelations",
506
+ "parameters": [
507
+ {
508
+ "$ref": "#/components/parameters/EntitySlugPathParam"
509
+ },
510
+ {
511
+ "$ref": "#/components/parameters/EntityIdPathParam"
512
+ },
513
+ {
514
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
515
+ }
516
+ ],
517
+ "requestBody": {
518
+ "content": {
519
+ "application/json": {}
520
+ }
521
+ },
522
+ "responses": {}
523
+ }
882
524
  },
883
- "responses": {}
884
- }
885
- },
886
- "/v1/entity/taxonomies/{taxonomySlug}/classifications": {
887
- "post": {
888
- "operationId": "updateClassificationsForTaxonomy",
889
- "parameters": [
890
- {
891
- "$ref": "#/components/parameters/TaxonomySlugPathParam"
892
- }
893
- ],
894
- "requestBody": {
895
- "content": {
896
- "application/json": {}
897
- }
525
+ "/v2/entity/{slug}/{id}/relations": {
526
+ "get": {
527
+ "operationId": "getRelationsV2",
528
+ "parameters": [
529
+ {
530
+ "$ref": "#/components/parameters/EntitySlugPathParam"
531
+ },
532
+ {
533
+ "$ref": "#/components/parameters/EntityIdPathParam"
534
+ },
535
+ {
536
+ "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
537
+ },
538
+ {
539
+ "in": "query",
540
+ "name": "query"
541
+ },
542
+ {
543
+ "$ref": "#/components/parameters/IncludeReverseQueryParam"
544
+ },
545
+ {
546
+ "$ref": "#/components/parameters/FromPageQueryParam"
547
+ },
548
+ {
549
+ "in": "query",
550
+ "name": "size"
551
+ },
552
+ {
553
+ "in": "query",
554
+ "name": "fields"
555
+ }
556
+ ],
557
+ "responses": {}
558
+ }
898
559
  },
899
- "responses": {}
900
- }
901
- },
902
- "/v1/entity/schemas/{slug}/taxonomy/{taxonomySlug}": {
903
- "get": {
904
- "operationId": "listTaxonomyClassificationsForSchema",
905
- "parameters": [
906
- {
907
- "$ref": "#/components/parameters/EntitySlugPathParam"
908
- },
909
- {
910
- "$ref": "#/components/parameters/TaxonomySlugPathParam"
911
- },
912
- {
913
- "in": "query",
914
- "name": "query"
915
- },
916
- {
917
- "in": "query",
918
- "name": "size"
919
- }
920
- ],
921
- "responses": {}
922
- }
923
- },
924
- "/v2/entity/taxonomies/classifications/{classificationSlug}": {
925
- "get": {
926
- "operationId": "getTaxonomyClassification",
927
- "parameters": [
928
- {
929
- "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
930
- }
931
- ],
932
- "responses": {}
933
- },
934
- "put": {
935
- "operationId": "updateTaxonomyClassification",
936
- "parameters": [
937
- {
938
- "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
939
- }
940
- ],
941
- "requestBody": {
942
- "content": {
943
- "application/json": {}
944
- }
560
+ "/v3/entity/{slug}/{id}/relations": {
561
+ "get": {
562
+ "operationId": "getRelationsV3",
563
+ "parameters": [
564
+ {
565
+ "$ref": "#/components/parameters/EntitySlugPathParam"
566
+ },
567
+ {
568
+ "$ref": "#/components/parameters/EntityIdPathParam"
569
+ },
570
+ {
571
+ "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
572
+ },
573
+ {
574
+ "$ref": "#/components/parameters/IncludeReverseDeprecatedQueryParam"
575
+ },
576
+ {
577
+ "$ref": "#/components/parameters/FromPageQueryParam"
578
+ },
579
+ {
580
+ "in": "query",
581
+ "name": "size",
582
+ "required": false
583
+ },
584
+ {
585
+ "$ref": "#/components/parameters/IncludeSchemasQueryParam"
586
+ },
587
+ {
588
+ "$ref": "#/components/parameters/ExcludeSchemasQueryParam"
589
+ },
590
+ {
591
+ "$ref": "#/components/parameters/EntityRelationsModeQueryParam"
592
+ }
593
+ ],
594
+ "responses": {}
595
+ }
945
596
  },
946
- "responses": {}
947
- },
948
- "delete": {
949
- "operationId": "deleteTaxonomyClassification",
950
- "parameters": [
951
- {
952
- "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
953
- }
954
- ],
955
- "responses": {}
956
- }
957
- },
958
- "/v1/entity/schemas/attributes": {
959
- "post": {
960
- "operationId": "createSchemaAttribute",
961
- "requestBody": {
962
- "content": {
963
- "application/json": {}
964
- }
597
+ "/v2/entity/{slug}/{id}/relations/count": {
598
+ "get": {
599
+ "operationId": "getRelatedEntitiesCount",
600
+ "parameters": [
601
+ {
602
+ "$ref": "#/components/parameters/EntitySlugPathParam"
603
+ },
604
+ {
605
+ "$ref": "#/components/parameters/EntityIdPathParam"
606
+ },
607
+ {
608
+ "$ref": "#/components/parameters/ExcludeSchemasQueryParam"
609
+ }
610
+ ],
611
+ "responses": {}
612
+ }
965
613
  },
966
- "responses": {}
967
- }
968
- },
969
- "/v1/entity/schemas/attributes/{composite_id}": {
970
- "get": {
971
- "operationId": "getSchemaAttribute",
972
- "parameters": [
973
- {
974
- "name": "composite_id",
975
- "in": "path",
976
- "required": true
977
- }
978
- ],
979
- "responses": {}
980
- },
981
- "put": {
982
- "operationId": "putSchemaAttribute",
983
- "parameters": [
984
- {
985
- "name": "composite_id",
986
- "in": "path",
987
- "required": true
988
- }
989
- ],
990
- "requestBody": {
991
- "content": {
992
- "application/json": {}
993
- }
614
+ "/v1/entity/{slug}/{id}/relations/{attribute}/{entity_id}": {
615
+ "put": {
616
+ "operationId": "updateRelation",
617
+ "parameters": [
618
+ {
619
+ "$ref": "#/components/parameters/EntitySlugPathParam"
620
+ },
621
+ {
622
+ "$ref": "#/components/parameters/EntityIdPathParam"
623
+ },
624
+ {
625
+ "in": "path",
626
+ "name": "attribute",
627
+ "required": true
628
+ },
629
+ {
630
+ "in": "path",
631
+ "name": "entity_id",
632
+ "required": true
633
+ },
634
+ {
635
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
636
+ },
637
+ {
638
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
639
+ }
640
+ ],
641
+ "requestBody": {
642
+ "content": {
643
+ "application/json": {}
644
+ }
645
+ },
646
+ "responses": {}
647
+ },
648
+ "delete": {
649
+ "operationId": "deleteRelation",
650
+ "parameters": [
651
+ {
652
+ "$ref": "#/components/parameters/EntitySlugPathParam"
653
+ },
654
+ {
655
+ "$ref": "#/components/parameters/EntityIdPathParam"
656
+ },
657
+ {
658
+ "in": "path",
659
+ "name": "attribute",
660
+ "required": true
661
+ },
662
+ {
663
+ "in": "path",
664
+ "name": "entity_id",
665
+ "required": true
666
+ },
667
+ {
668
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
669
+ },
670
+ {
671
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
672
+ }
673
+ ],
674
+ "responses": {}
675
+ }
994
676
  },
995
- "responses": {}
996
- },
997
- "delete": {
998
- "operationId": "deleteSchemaAttribute",
999
- "parameters": [
1000
- {
1001
- "name": "composite_id",
1002
- "in": "path",
1003
- "required": true
1004
- }
1005
- ],
1006
- "responses": {}
1007
- }
1008
- },
1009
- "/v1/entity/schemas/capabilities": {
1010
- "post": {
1011
- "operationId": "createSchemaCapability",
1012
- "requestBody": {
1013
- "content": {
1014
- "application/json": {}
1015
- }
677
+ "/v1/entity:export": {
678
+ "post": {
679
+ "operationId": "exportEntities",
680
+ "parameters": [
681
+ {
682
+ "in": "query",
683
+ "name": "job_id"
684
+ },
685
+ {
686
+ "in": "query",
687
+ "name": "is_template"
688
+ },
689
+ {
690
+ "in": "query",
691
+ "name": "language"
692
+ }
693
+ ],
694
+ "requestBody": {
695
+ "content": {
696
+ "application/json": {}
697
+ }
698
+ },
699
+ "responses": {}
700
+ }
1016
701
  },
1017
- "responses": {}
1018
- }
1019
- },
1020
- "/v1/entity/schemas/capabilities/{composite_id}": {
1021
- "get": {
1022
- "operationId": "getSchemaCapability",
1023
- "parameters": [
1024
- {
1025
- "name": "composite_id",
1026
- "in": "path",
1027
- "required": true
1028
- }
1029
- ],
1030
- "responses": {}
1031
- },
1032
- "put": {
1033
- "operationId": "putSchemaCapability",
1034
- "parameters": [
1035
- {
1036
- "name": "composite_id",
1037
- "in": "path",
1038
- "required": true
1039
- }
1040
- ],
1041
- "requestBody": {
1042
- "content": {
1043
- "application/json": {}
1044
- }
702
+ "/v1/entity:import": {
703
+ "post": {
704
+ "operationId": "importEntities",
705
+ "parameters": [
706
+ {
707
+ "in": "query",
708
+ "name": "job_id"
709
+ }
710
+ ],
711
+ "requestBody": {
712
+ "content": {
713
+ "application/json": {}
714
+ }
715
+ },
716
+ "responses": {}
717
+ }
1045
718
  },
1046
- "responses": {}
1047
- },
1048
- "delete": {
1049
- "operationId": "deleteSchemaCapability",
1050
- "parameters": [
1051
- {
1052
- "name": "composite_id",
1053
- "in": "path",
1054
- "required": true
1055
- }
1056
- ],
1057
- "responses": {}
1058
- }
1059
- },
1060
- "/v1/entity/schemas/group": {
1061
- "post": {
1062
- "operationId": "createSchemaGroup",
1063
- "requestBody": {
1064
- "content": {
1065
- "application/json": {}
1066
- }
719
+ "/v1/entity/views": {
720
+ "get": {
721
+ "operationId": "listSavedViews",
722
+ "parameters": [
723
+ {
724
+ "in": "query",
725
+ "name": "slug",
726
+ "required": false
727
+ },
728
+ {
729
+ "in": "query",
730
+ "name": "sort",
731
+ "required": false
732
+ },
733
+ {
734
+ "in": "query",
735
+ "name": "from",
736
+ "required": false
737
+ },
738
+ {
739
+ "in": "query",
740
+ "name": "size",
741
+ "required": false
742
+ },
743
+ {
744
+ "in": "query",
745
+ "name": "fields",
746
+ "required": false
747
+ }
748
+ ],
749
+ "responses": {}
750
+ }
1067
751
  },
1068
- "responses": {}
1069
- }
1070
- },
1071
- "/v1/entity/schemas/group/{composite_id}": {
1072
- "get": {
1073
- "operationId": "getSchemaGroup",
1074
- "parameters": [
1075
- {
1076
- "name": "composite_id",
1077
- "in": "path",
1078
- "required": true
1079
- }
1080
- ],
1081
- "responses": {}
1082
- },
1083
- "put": {
1084
- "operationId": "putSchemaGroup",
1085
- "parameters": [
1086
- {
1087
- "name": "composite_id",
1088
- "in": "path",
1089
- "required": true
1090
- }
1091
- ],
1092
- "requestBody": {
1093
- "content": {
1094
- "application/json": {}
1095
- }
752
+ "/v1/entity/view": {
753
+ "post": {
754
+ "operationId": "createSavedView",
755
+ "requestBody": {
756
+ "content": {
757
+ "application/json": {}
758
+ }
759
+ },
760
+ "responses": {}
761
+ }
762
+ },
763
+ "/v1/entity/view/{id}": {
764
+ "get": {
765
+ "operationId": "getSavedView",
766
+ "parameters": [
767
+ {
768
+ "$ref": "#/components/parameters/SavedViewIdPathParam"
769
+ }
770
+ ],
771
+ "responses": {}
772
+ },
773
+ "put": {
774
+ "operationId": "updateSavedView",
775
+ "parameters": [
776
+ {
777
+ "$ref": "#/components/parameters/SavedViewIdPathParam"
778
+ }
779
+ ],
780
+ "requestBody": {
781
+ "content": {
782
+ "application/json": {}
783
+ }
784
+ },
785
+ "responses": {}
786
+ },
787
+ "delete": {
788
+ "operationId": "deleteSavedView",
789
+ "parameters": [
790
+ {
791
+ "$ref": "#/components/parameters/SavedViewIdPathParam"
792
+ }
793
+ ],
794
+ "responses": {}
795
+ }
796
+ },
797
+ "/v1/entity/views/favorites": {
798
+ "get": {
799
+ "operationId": "listFavoriteViewsForUser",
800
+ "responses": {}
801
+ }
802
+ },
803
+ "/v1/entity/taxonomies": {
804
+ "get": {
805
+ "operationId": "listTaxonomies",
806
+ "parameters": [
807
+ {
808
+ "in": "query",
809
+ "name": "include_disabled"
810
+ }
811
+ ],
812
+ "responses": {}
813
+ },
814
+ "post": {
815
+ "operationId": "createTaxonomy",
816
+ "requestBody": {
817
+ "content": {
818
+ "application/json": {}
819
+ }
820
+ },
821
+ "responses": {}
822
+ }
823
+ },
824
+ "/v1/entity/taxonomies/{taxonomySlug}": {
825
+ "get": {
826
+ "operationId": "getTaxonomy",
827
+ "parameters": [
828
+ {
829
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
830
+ }
831
+ ],
832
+ "responses": {}
833
+ },
834
+ "put": {
835
+ "operationId": "updateTaxonomy",
836
+ "parameters": [
837
+ {
838
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
839
+ }
840
+ ],
841
+ "requestBody": {
842
+ "content": {
843
+ "application/json": {}
844
+ }
845
+ },
846
+ "responses": {}
847
+ },
848
+ "delete": {
849
+ "operationId": "deleteTaxonomy",
850
+ "parameters": [
851
+ {
852
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
853
+ },
854
+ {
855
+ "in": "query",
856
+ "name": "permanent"
857
+ }
858
+ ],
859
+ "responses": {}
860
+ }
861
+ },
862
+ "/v1/entity/taxonomies/{taxonomySlug}:autocomplete": {
863
+ "get": {
864
+ "operationId": "taxonomyAutocomplete",
865
+ "parameters": [
866
+ {
867
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
868
+ },
869
+ {
870
+ "in": "query",
871
+ "name": "query"
872
+ },
873
+ {
874
+ "in": "query",
875
+ "name": "size"
876
+ }
877
+ ],
878
+ "responses": {}
879
+ }
880
+ },
881
+ "/v1/entity/taxonomies/classifications:search": {
882
+ "post": {
883
+ "operationId": "taxonomiesClassificationsSearch",
884
+ "parameters": [
885
+ {
886
+ "$ref": "#/components/parameters/TaxonomySlugQueryParamOptional"
887
+ },
888
+ {
889
+ "in": "query",
890
+ "name": "query"
891
+ }
892
+ ],
893
+ "requestBody": {
894
+ "content": {
895
+ "application/json": {}
896
+ }
897
+ },
898
+ "responses": {}
899
+ }
900
+ },
901
+ "/v1/entity/taxonomies/{taxonomySlug}/classifications": {
902
+ "post": {
903
+ "operationId": "updateClassificationsForTaxonomy",
904
+ "parameters": [
905
+ {
906
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
907
+ }
908
+ ],
909
+ "requestBody": {
910
+ "content": {
911
+ "application/json": {}
912
+ }
913
+ },
914
+ "responses": {}
915
+ }
916
+ },
917
+ "/v1/entity/schemas/{slug}/taxonomy/{taxonomySlug}": {
918
+ "get": {
919
+ "operationId": "listTaxonomyClassificationsForSchema",
920
+ "parameters": [
921
+ {
922
+ "$ref": "#/components/parameters/EntitySlugPathParam"
923
+ },
924
+ {
925
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
926
+ },
927
+ {
928
+ "in": "query",
929
+ "name": "query"
930
+ },
931
+ {
932
+ "in": "query",
933
+ "name": "size"
934
+ }
935
+ ],
936
+ "responses": {}
937
+ }
938
+ },
939
+ "/v2/entity/taxonomies/classifications/{classificationSlug}": {
940
+ "get": {
941
+ "operationId": "getTaxonomyClassification",
942
+ "parameters": [
943
+ {
944
+ "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
945
+ }
946
+ ],
947
+ "responses": {}
948
+ },
949
+ "put": {
950
+ "operationId": "updateTaxonomyClassification",
951
+ "parameters": [
952
+ {
953
+ "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
954
+ }
955
+ ],
956
+ "requestBody": {
957
+ "content": {
958
+ "application/json": {}
959
+ }
960
+ },
961
+ "responses": {}
962
+ },
963
+ "delete": {
964
+ "operationId": "deleteTaxonomyClassification",
965
+ "parameters": [
966
+ {
967
+ "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
968
+ }
969
+ ],
970
+ "responses": {}
971
+ }
972
+ },
973
+ "/v1/entity/schemas/attributes": {
974
+ "post": {
975
+ "operationId": "createSchemaAttribute",
976
+ "requestBody": {
977
+ "content": {
978
+ "application/json": {}
979
+ }
980
+ },
981
+ "responses": {}
982
+ }
983
+ },
984
+ "/v1/entity/schemas/attributes/{composite_id}": {
985
+ "get": {
986
+ "operationId": "getSchemaAttribute",
987
+ "parameters": [
988
+ {
989
+ "name": "composite_id",
990
+ "in": "path",
991
+ "required": true
992
+ }
993
+ ],
994
+ "responses": {}
995
+ },
996
+ "put": {
997
+ "operationId": "putSchemaAttribute",
998
+ "parameters": [
999
+ {
1000
+ "name": "composite_id",
1001
+ "in": "path",
1002
+ "required": true
1003
+ }
1004
+ ],
1005
+ "requestBody": {
1006
+ "content": {
1007
+ "application/json": {}
1008
+ }
1009
+ },
1010
+ "responses": {}
1011
+ },
1012
+ "delete": {
1013
+ "operationId": "deleteSchemaAttribute",
1014
+ "parameters": [
1015
+ {
1016
+ "name": "composite_id",
1017
+ "in": "path",
1018
+ "required": true
1019
+ }
1020
+ ],
1021
+ "responses": {}
1022
+ }
1023
+ },
1024
+ "/v1/entity/schemas/capabilities": {
1025
+ "post": {
1026
+ "operationId": "createSchemaCapability",
1027
+ "requestBody": {
1028
+ "content": {
1029
+ "application/json": {}
1030
+ }
1031
+ },
1032
+ "responses": {}
1033
+ }
1034
+ },
1035
+ "/v1/entity/schemas/capabilities/{composite_id}": {
1036
+ "get": {
1037
+ "operationId": "getSchemaCapability",
1038
+ "parameters": [
1039
+ {
1040
+ "name": "composite_id",
1041
+ "in": "path",
1042
+ "required": true
1043
+ }
1044
+ ],
1045
+ "responses": {}
1046
+ },
1047
+ "put": {
1048
+ "operationId": "putSchemaCapability",
1049
+ "parameters": [
1050
+ {
1051
+ "name": "composite_id",
1052
+ "in": "path",
1053
+ "required": true
1054
+ }
1055
+ ],
1056
+ "requestBody": {
1057
+ "content": {
1058
+ "application/json": {}
1059
+ }
1060
+ },
1061
+ "responses": {}
1062
+ },
1063
+ "delete": {
1064
+ "operationId": "deleteSchemaCapability",
1065
+ "parameters": [
1066
+ {
1067
+ "name": "composite_id",
1068
+ "in": "path",
1069
+ "required": true
1070
+ }
1071
+ ],
1072
+ "responses": {}
1073
+ }
1074
+ },
1075
+ "/v1/entity/schemas/group": {
1076
+ "post": {
1077
+ "operationId": "createSchemaGroup",
1078
+ "requestBody": {
1079
+ "content": {
1080
+ "application/json": {}
1081
+ }
1082
+ },
1083
+ "responses": {}
1084
+ }
1085
+ },
1086
+ "/v1/entity/schemas/group/{composite_id}": {
1087
+ "get": {
1088
+ "operationId": "getSchemaGroup",
1089
+ "parameters": [
1090
+ {
1091
+ "name": "composite_id",
1092
+ "in": "path",
1093
+ "required": true
1094
+ }
1095
+ ],
1096
+ "responses": {}
1097
+ },
1098
+ "put": {
1099
+ "operationId": "putSchemaGroup",
1100
+ "parameters": [
1101
+ {
1102
+ "name": "composite_id",
1103
+ "in": "path",
1104
+ "required": true
1105
+ }
1106
+ ],
1107
+ "requestBody": {
1108
+ "content": {
1109
+ "application/json": {}
1110
+ }
1111
+ },
1112
+ "responses": {}
1113
+ },
1114
+ "delete": {
1115
+ "operationId": "deleteSchemaGroup",
1116
+ "parameters": [
1117
+ {
1118
+ "name": "composite_id",
1119
+ "in": "path",
1120
+ "required": true
1121
+ }
1122
+ ],
1123
+ "responses": {}
1124
+ }
1125
+ },
1126
+ "/v1/entity/public/idp/.well-known/jwks.json": {
1127
+ "get": {
1128
+ "operationId": "getESPublicJwks",
1129
+ "responses": {}
1130
+ }
1096
1131
  },
1097
- "responses": {}
1098
- },
1099
- "delete": {
1100
- "operationId": "deleteSchemaGroup",
1101
- "parameters": [
1102
- {
1103
- "name": "composite_id",
1104
- "in": "path",
1105
- "required": true
1106
- }
1107
- ],
1108
- "responses": {}
1109
- }
1132
+ "/v1/entity/public/idp/.well-known/openid-configuration": {
1133
+ "get": {
1134
+ "operationId": "getESTokenOIDC",
1135
+ "responses": {}
1136
+ }
1137
+ }
1110
1138
  },
1111
- "/v1/entity/public/idp/.well-known/jwks.json": {
1112
- "get": {
1113
- "operationId": "getESPublicJwks",
1114
- "responses": {}
1115
- }
1139
+ "components": {
1140
+ "parameters": {
1141
+ "EntityIdPathParam": {
1142
+ "name": "id",
1143
+ "in": "path",
1144
+ "required": true
1145
+ },
1146
+ "EntitySlugPathParam": {
1147
+ "name": "slug",
1148
+ "in": "path",
1149
+ "required": true
1150
+ },
1151
+ "EntitySlugPathPriceParam": {
1152
+ "name": "slug",
1153
+ "in": "path",
1154
+ "required": true
1155
+ },
1156
+ "TaxonomySlugQueryParam": {
1157
+ "name": "taxonomySlug",
1158
+ "in": "query",
1159
+ "required": true
1160
+ },
1161
+ "TaxonomySlugPathParam": {
1162
+ "name": "taxonomySlug",
1163
+ "in": "path",
1164
+ "required": true
1165
+ },
1166
+ "TaxonomySlugQueryParamOptional": {
1167
+ "name": "taxonomySlug",
1168
+ "in": "query"
1169
+ },
1170
+ "TaxonomyClassificationSlugPathParam": {
1171
+ "name": "classificationSlug",
1172
+ "in": "path",
1173
+ "required": true
1174
+ },
1175
+ "SavedViewIdPathParam": {
1176
+ "name": "id",
1177
+ "in": "path",
1178
+ "required": true
1179
+ },
1180
+ "AsyncOperationQueryParam": {
1181
+ "name": "async",
1182
+ "in": "query",
1183
+ "required": false
1184
+ },
1185
+ "HydrateEntitiesQueryParam": {
1186
+ "name": "hydrate",
1187
+ "in": "query"
1188
+ },
1189
+ "ActivityIdQueryParam": {
1190
+ "name": "activity_id",
1191
+ "in": "query",
1192
+ "required": false
1193
+ },
1194
+ "ActivityIdPathParam": {
1195
+ "name": "id",
1196
+ "in": "path",
1197
+ "required": true
1198
+ },
1199
+ "FromPageQueryParam": {
1200
+ "name": "from",
1201
+ "in": "query"
1202
+ },
1203
+ "IncludeReverseDeprecatedQueryParam": {
1204
+ "name": "include_reverse",
1205
+ "in": "query",
1206
+ "deprecated": true
1207
+ },
1208
+ "IncludeReverseQueryParam": {
1209
+ "name": "include_reverse",
1210
+ "in": "query"
1211
+ },
1212
+ "IncludeSchemasQueryParam": {
1213
+ "name": "include_schemas",
1214
+ "in": "query",
1215
+ "required": false,
1216
+ "style": "form",
1217
+ "explode": false
1218
+ },
1219
+ "ExcludeSchemasQueryParam": {
1220
+ "name": "exclude_schemas",
1221
+ "in": "query",
1222
+ "required": false,
1223
+ "style": "form",
1224
+ "explode": false
1225
+ },
1226
+ "EntityRelationsModeQueryParam": {
1227
+ "name": "mode",
1228
+ "in": "query",
1229
+ "required": false
1230
+ },
1231
+ "DryRunQueryParam": {
1232
+ "name": "dry_run",
1233
+ "in": "query",
1234
+ "required": false
1235
+ },
1236
+ "FillActivityQueryParam": {
1237
+ "name": "fill_activity",
1238
+ "in": "query",
1239
+ "required": false
1240
+ }
1241
+ }
1116
1242
  },
1117
- "/v1/entity/public/idp/.well-known/openid-configuration": {
1118
- "get": {
1119
- "operationId": "getESTokenOIDC",
1120
- "responses": {}
1121
- }
1122
- }
1123
- },
1124
- "components": {
1125
- "parameters": {
1126
- "EntityIdPathParam": {
1127
- "name": "id",
1128
- "in": "path",
1129
- "required": true
1130
- },
1131
- "EntitySlugPathParam": {
1132
- "name": "slug",
1133
- "in": "path",
1134
- "required": true
1135
- },
1136
- "EntitySlugPathPriceParam": {
1137
- "name": "slug",
1138
- "in": "path",
1139
- "required": true
1140
- },
1141
- "TaxonomySlugQueryParam": {
1142
- "name": "taxonomySlug",
1143
- "in": "query",
1144
- "required": true
1145
- },
1146
- "TaxonomySlugPathParam": {
1147
- "name": "taxonomySlug",
1148
- "in": "path",
1149
- "required": true
1150
- },
1151
- "TaxonomySlugQueryParamOptional": {
1152
- "name": "taxonomySlug",
1153
- "in": "query"
1154
- },
1155
- "TaxonomyClassificationSlugPathParam": {
1156
- "name": "classificationSlug",
1157
- "in": "path",
1158
- "required": true
1159
- },
1160
- "SavedViewIdPathParam": {
1161
- "name": "id",
1162
- "in": "path",
1163
- "required": true
1164
- },
1165
- "AsyncOperationQueryParam": {
1166
- "name": "async",
1167
- "in": "query",
1168
- "required": false
1169
- },
1170
- "HydrateEntitiesQueryParam": {
1171
- "name": "hydrate",
1172
- "in": "query"
1173
- },
1174
- "ActivityIdQueryParam": {
1175
- "name": "activity_id",
1176
- "in": "query",
1177
- "required": false
1178
- },
1179
- "ActivityIdPathParam": {
1180
- "name": "id",
1181
- "in": "path",
1182
- "required": true
1183
- },
1184
- "FromPageQueryParam": {
1185
- "name": "from",
1186
- "in": "query"
1187
- },
1188
- "IncludeReverseDeprecatedQueryParam": {
1189
- "name": "include_reverse",
1190
- "in": "query",
1191
- "deprecated": true
1192
- },
1193
- "IncludeReverseQueryParam": {
1194
- "name": "include_reverse",
1195
- "in": "query"
1196
- },
1197
- "IncludeSchemasQueryParam": {
1198
- "name": "include_schemas",
1199
- "in": "query",
1200
- "required": false,
1201
- "style": "form",
1202
- "explode": false
1203
- },
1204
- "ExcludeSchemasQueryParam": {
1205
- "name": "exclude_schemas",
1206
- "in": "query",
1207
- "required": false,
1208
- "style": "form",
1209
- "explode": false
1210
- },
1211
- "EntityRelationsModeQueryParam": {
1212
- "name": "mode",
1213
- "in": "query",
1214
- "required": false
1215
- },
1216
- "DryRunQueryParam": {
1217
- "name": "dry_run",
1218
- "in": "query",
1219
- "required": false
1220
- }
1221
- }
1222
- },
1223
- "servers": [
1224
- {
1225
- "url": "https://entity.sls.epilot.io"
1226
- }
1227
- ]
1243
+ "servers": [
1244
+ {
1245
+ "url": "https://entity.sls.epilot.io"
1246
+ }
1247
+ ]
1228
1248
  }