@epilot/entity-client 4.29.0 → 4.29.2

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,1248 +1,1248 @@
1
1
  {
2
- "openapi": "3.0.2",
3
- "info": {
4
- "title": "",
5
- "version": ""
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
+ }
6
19
  },
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
- }
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
+ }
19
49
  },
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
- }
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
- }
131
- },
132
- "responses": {}
133
- }
134
- },
135
- "/v1/entity:list": {
136
- "post": {
137
- "operationId": "listEntities",
138
- "requestBody": {
139
- "content": {
140
- "application/json": {}
141
- }
142
- },
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/FillActivityQueryParam"
158
- },
159
- {
160
- "$ref": "#/components/parameters/AsyncOperationQueryParam"
161
- }
162
- ],
163
- "requestBody": {
164
- "content": {
165
- "application/json": {}
166
- }
167
- },
168
- "responses": {}
169
- }
170
- },
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
- }
186
- },
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
- }
219
- },
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
- }
242
- },
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
- }
330
- },
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
- }
355
- },
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
- }
374
- },
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
- }
393
- },
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
- }
410
- },
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
- }
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
+ }
447
131
  },
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
- }
132
+ "responses": {}
133
+ }
134
+ },
135
+ "/v1/entity:list": {
136
+ "post": {
137
+ "operationId": "listEntities",
138
+ "requestBody": {
139
+ "content": {
140
+ "application/json": {}
141
+ }
524
142
  },
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
- }
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/FillActivityQueryParam"
158
+ },
159
+ {
160
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
161
+ }
162
+ ],
163
+ "requestBody": {
164
+ "content": {
165
+ "application/json": {}
166
+ }
559
167
  },
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
- }
168
+ "responses": {}
169
+ }
170
+ },
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
+ }
596
183
  },
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
- }
184
+ "responses": {}
185
+ }
186
+ },
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
+ }
613
216
  },
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
- }
217
+ "responses": {}
218
+ }
219
+ },
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
+ }
242
+ },
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
+ }
676
282
  },
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
- }
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
701
312
  },
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
- }
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
+ }
330
+ },
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
+ }
355
+ },
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
+ }
718
371
  },
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
- }
372
+ "responses": {}
373
+ }
374
+ },
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
+ }
393
+ },
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
+ }
410
+ },
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
+ }
447
+ },
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
+ }
751
501
  },
752
- "/v1/entity/view": {
753
- "post": {
754
- "operationId": "createSavedView",
755
- "requestBody": {
756
- "content": {
757
- "application/json": {}
758
- }
759
- },
760
- "responses": {}
761
- }
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
+ }
762
521
  },
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
- }
522
+ "responses": {}
523
+ }
524
+ },
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
+ }
559
+ },
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
+ }
596
+ },
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
+ }
613
+ },
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
+ }
796
645
  },
797
- "/v1/entity/views/favorites": {
798
- "get": {
799
- "operationId": "listFavoriteViewsForUser",
800
- "responses": {}
801
- }
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
+ }
676
+ },
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
+ }
802
698
  },
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
- }
699
+ "responses": {}
700
+ }
701
+ },
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
+ }
823
715
  },
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
- }
716
+ "responses": {}
717
+ }
718
+ },
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
+ }
751
+ },
752
+ "/v1/entity/view": {
753
+ "post": {
754
+ "operationId": "createSavedView",
755
+ "requestBody": {
756
+ "content": {
757
+ "application/json": {}
758
+ }
861
759
  },
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
- }
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
+ }
880
784
  },
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
- }
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
+ }
900
820
  },
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
- }
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
+ }
916
845
  },
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
- }
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
+ }
938
897
  },
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
- }
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
+ }
972
913
  },
973
- "/v1/entity/schemas/attributes": {
974
- "post": {
975
- "operationId": "createSchemaAttribute",
976
- "requestBody": {
977
- "content": {
978
- "application/json": {}
979
- }
980
- },
981
- "responses": {}
982
- }
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
+ }
983
960
  },
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
- }
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
+ }
1023
980
  },
1024
- "/v1/entity/schemas/capabilities": {
1025
- "post": {
1026
- "operationId": "createSchemaCapability",
1027
- "requestBody": {
1028
- "content": {
1029
- "application/json": {}
1030
- }
1031
- },
1032
- "responses": {}
1033
- }
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
+ }
1034
1009
  },
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
- }
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
+ }
1074
1031
  },
1075
- "/v1/entity/schemas/group": {
1076
- "post": {
1077
- "operationId": "createSchemaGroup",
1078
- "requestBody": {
1079
- "content": {
1080
- "application/json": {}
1081
- }
1082
- },
1083
- "responses": {}
1084
- }
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
+ }
1085
1060
  },
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
- }
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
+ }
1125
1082
  },
1126
- "/v1/entity/public/idp/.well-known/jwks.json": {
1127
- "get": {
1128
- "operationId": "getESPublicJwks",
1129
- "responses": {}
1130
- }
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
+ }
1131
1111
  },
1132
- "/v1/entity/public/idp/.well-known/openid-configuration": {
1133
- "get": {
1134
- "operationId": "getESTokenOIDC",
1135
- "responses": {}
1136
- }
1137
- }
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
+ }
1138
1125
  },
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
- }
1126
+ "/v1/entity/public/idp/.well-known/jwks.json": {
1127
+ "get": {
1128
+ "operationId": "getESPublicJwks",
1129
+ "responses": {}
1130
+ }
1242
1131
  },
1243
- "servers": [
1244
- {
1245
- "url": "https://entity.sls.epilot.io"
1246
- }
1247
- ]
1132
+ "/v1/entity/public/idp/.well-known/openid-configuration": {
1133
+ "get": {
1134
+ "operationId": "getESTokenOIDC",
1135
+ "responses": {}
1136
+ }
1137
+ }
1138
+ },
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
+ }
1242
+ },
1243
+ "servers": [
1244
+ {
1245
+ "url": "https://entity.sls.epilot.io"
1246
+ }
1247
+ ]
1248
1248
  }