@epilot/entity-client 4.43.3 → 4.43.4

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.
@@ -0,0 +1,1480 @@
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
+ }
19
+ },
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
+ "in": "query",
71
+ "name": "dereference"
72
+ }
73
+ ],
74
+ "responses": {}
75
+ }
76
+ },
77
+ "/v1/entity/schemas/{slug}/json/example": {
78
+ "get": {
79
+ "operationId": "getSchemaExample",
80
+ "parameters": [
81
+ {
82
+ "$ref": "#/components/parameters/EntitySlugPathParam"
83
+ }
84
+ ],
85
+ "responses": {}
86
+ }
87
+ },
88
+ "/v1/entity/schemas/{slug}/versions": {
89
+ "get": {
90
+ "operationId": "getSchemaVersions",
91
+ "parameters": [
92
+ {
93
+ "$ref": "#/components/parameters/EntitySlugPathParam"
94
+ },
95
+ {
96
+ "in": "query",
97
+ "name": "versions_from"
98
+ },
99
+ {
100
+ "in": "query",
101
+ "name": "versions_size"
102
+ },
103
+ {
104
+ "in": "query",
105
+ "name": "drafts_from"
106
+ },
107
+ {
108
+ "in": "query",
109
+ "name": "drafts_size"
110
+ },
111
+ {
112
+ "in": "query",
113
+ "name": "fields",
114
+ "required": false,
115
+ "style": "form",
116
+ "explode": false
117
+ }
118
+ ],
119
+ "responses": {}
120
+ }
121
+ },
122
+ "/v1/entity/schemas/blueprints": {
123
+ "get": {
124
+ "operationId": "listSchemaBlueprints",
125
+ "responses": {}
126
+ }
127
+ },
128
+ "/v1/entity:search": {
129
+ "post": {
130
+ "operationId": "searchEntities",
131
+ "requestBody": {
132
+ "content": {
133
+ "application/json": {}
134
+ }
135
+ },
136
+ "responses": {}
137
+ }
138
+ },
139
+ "/v1/entity:list": {
140
+ "post": {
141
+ "operationId": "listEntities",
142
+ "requestBody": {
143
+ "content": {
144
+ "application/json": {}
145
+ }
146
+ },
147
+ "responses": {}
148
+ }
149
+ },
150
+ "/v1/entity/{slug}": {
151
+ "post": {
152
+ "operationId": "createEntity",
153
+ "parameters": [
154
+ {
155
+ "$ref": "#/components/parameters/EntitySlugPathParam"
156
+ },
157
+ {
158
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
159
+ },
160
+ {
161
+ "$ref": "#/components/parameters/FillActivityQueryParam"
162
+ },
163
+ {
164
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
165
+ },
166
+ {
167
+ "$ref": "#/components/parameters/ValidateEntityQueryParam"
168
+ }
169
+ ],
170
+ "requestBody": {
171
+ "content": {
172
+ "application/json": {}
173
+ }
174
+ },
175
+ "responses": {}
176
+ }
177
+ },
178
+ "/v1/entity/{slug}:validate": {
179
+ "post": {
180
+ "operationId": "validateEntity",
181
+ "parameters": [
182
+ {
183
+ "$ref": "#/components/parameters/EntitySlugPathPriceParam"
184
+ }
185
+ ],
186
+ "requestBody": {
187
+ "content": {
188
+ "application/json": {}
189
+ }
190
+ },
191
+ "responses": {}
192
+ }
193
+ },
194
+ "/v2/entity/{slug}:validate": {
195
+ "post": {
196
+ "operationId": "validateEntityV2",
197
+ "parameters": [
198
+ {
199
+ "$ref": "#/components/parameters/EntitySlugPathPriceParam"
200
+ }
201
+ ],
202
+ "requestBody": {
203
+ "content": {
204
+ "application/json": {}
205
+ }
206
+ },
207
+ "responses": {}
208
+ }
209
+ },
210
+ "/v1/entity/{slug}:upsert": {
211
+ "patch": {
212
+ "operationId": "upsertEntity",
213
+ "parameters": [
214
+ {
215
+ "$ref": "#/components/parameters/EntitySlugPathParam"
216
+ },
217
+ {
218
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
219
+ },
220
+ {
221
+ "$ref": "#/components/parameters/FillActivityQueryParam"
222
+ },
223
+ {
224
+ "$ref": "#/components/parameters/DryRunQueryParam"
225
+ },
226
+ {
227
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
228
+ },
229
+ {
230
+ "$ref": "#/components/parameters/ValidateEntityQueryParam"
231
+ },
232
+ {
233
+ "name": "strict",
234
+ "in": "query",
235
+ "required": false
236
+ }
237
+ ],
238
+ "requestBody": {
239
+ "content": {
240
+ "application/json": {}
241
+ }
242
+ },
243
+ "responses": {}
244
+ }
245
+ },
246
+ "/v2/entity/{slug}/{id}": {
247
+ "get": {
248
+ "operationId": "getEntityV2",
249
+ "parameters": [
250
+ {
251
+ "$ref": "#/components/parameters/EntityIdPathParam"
252
+ },
253
+ {
254
+ "$ref": "#/components/parameters/EntitySlugPathParam"
255
+ },
256
+ {
257
+ "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
258
+ },
259
+ {
260
+ "in": "query",
261
+ "name": "fields",
262
+ "style": "form",
263
+ "explode": false
264
+ }
265
+ ],
266
+ "responses": {}
267
+ }
268
+ },
269
+ "/v1/entity/{slug}/{id}:restore": {
270
+ "patch": {
271
+ "operationId": "restoreEntity",
272
+ "parameters": [
273
+ {
274
+ "$ref": "#/components/parameters/EntityIdPathParam"
275
+ },
276
+ {
277
+ "$ref": "#/components/parameters/EntitySlugPathParam"
278
+ },
279
+ {
280
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
281
+ }
282
+ ],
283
+ "requestBody": {
284
+ "content": {
285
+ "application/json": {}
286
+ }
287
+ },
288
+ "responses": {}
289
+ }
290
+ },
291
+ "/v1/entity/{slug}/{id}:reindex": {
292
+ "post": {
293
+ "operationId": "reindexEntity",
294
+ "parameters": [
295
+ {
296
+ "$ref": "#/components/parameters/EntityIdPathParam"
297
+ },
298
+ {
299
+ "$ref": "#/components/parameters/EntitySlugPathParam"
300
+ }
301
+ ],
302
+ "requestBody": {
303
+ "content": {
304
+ "application/json": {}
305
+ }
306
+ },
307
+ "responses": {}
308
+ }
309
+ },
310
+ "/v1/entity/{slug}/{id}": {
311
+ "get": {
312
+ "operationId": "getEntity",
313
+ "parameters": [
314
+ {
315
+ "$ref": "#/components/parameters/EntityIdPathParam"
316
+ },
317
+ {
318
+ "$ref": "#/components/parameters/EntitySlugPathParam"
319
+ },
320
+ {
321
+ "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
322
+ }
323
+ ],
324
+ "responses": {}
325
+ },
326
+ "put": {
327
+ "operationId": "updateEntity",
328
+ "parameters": [
329
+ {
330
+ "$ref": "#/components/parameters/EntitySlugPathParam"
331
+ },
332
+ {
333
+ "$ref": "#/components/parameters/EntityIdPathParam"
334
+ },
335
+ {
336
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
337
+ },
338
+ {
339
+ "$ref": "#/components/parameters/FillActivityQueryParam"
340
+ },
341
+ {
342
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
343
+ },
344
+ {
345
+ "$ref": "#/components/parameters/ValidateEntityQueryParam"
346
+ }
347
+ ],
348
+ "requestBody": {
349
+ "content": {
350
+ "application/json": {}
351
+ }
352
+ },
353
+ "responses": {}
354
+ },
355
+ "patch": {
356
+ "operationId": "patchEntity",
357
+ "parameters": [
358
+ {
359
+ "$ref": "#/components/parameters/EntitySlugPathParam"
360
+ },
361
+ {
362
+ "$ref": "#/components/parameters/EntityIdPathParam"
363
+ },
364
+ {
365
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
366
+ },
367
+ {
368
+ "$ref": "#/components/parameters/FillActivityQueryParam"
369
+ },
370
+ {
371
+ "$ref": "#/components/parameters/DryRunQueryParam"
372
+ },
373
+ {
374
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
375
+ },
376
+ {
377
+ "$ref": "#/components/parameters/ValidateEntityQueryParam"
378
+ }
379
+ ],
380
+ "requestBody": {
381
+ "content": {
382
+ "application/json": {}
383
+ },
384
+ "required": true
385
+ },
386
+ "responses": {}
387
+ },
388
+ "delete": {
389
+ "operationId": "deleteEntity",
390
+ "parameters": [
391
+ {
392
+ "$ref": "#/components/parameters/EntitySlugPathParam"
393
+ },
394
+ {
395
+ "$ref": "#/components/parameters/EntityIdPathParam"
396
+ },
397
+ {
398
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
399
+ },
400
+ {
401
+ "in": "query",
402
+ "name": "purge"
403
+ }
404
+ ],
405
+ "responses": {}
406
+ }
407
+ },
408
+ "/v1/entity:autocomplete": {
409
+ "get": {
410
+ "operationId": "autocomplete",
411
+ "parameters": [
412
+ {
413
+ "name": "input",
414
+ "in": "query"
415
+ },
416
+ {
417
+ "name": "attribute",
418
+ "in": "query",
419
+ "required": true
420
+ },
421
+ {
422
+ "name": "slug",
423
+ "in": "query"
424
+ },
425
+ {
426
+ "name": "size",
427
+ "in": "query"
428
+ }
429
+ ],
430
+ "responses": {}
431
+ }
432
+ },
433
+ "/v1/entity/activity": {
434
+ "post": {
435
+ "operationId": "createActivity",
436
+ "parameters": [
437
+ {
438
+ "in": "query",
439
+ "name": "entities",
440
+ "style": "form",
441
+ "explode": false
442
+ }
443
+ ],
444
+ "requestBody": {
445
+ "content": {
446
+ "application/json": {}
447
+ }
448
+ },
449
+ "responses": {}
450
+ }
451
+ },
452
+ "/v1/entity/activity/{id}": {
453
+ "get": {
454
+ "operationId": "getActivity",
455
+ "parameters": [
456
+ {
457
+ "$ref": "#/components/parameters/ActivityIdPathParam"
458
+ },
459
+ {
460
+ "in": "query",
461
+ "name": "operations_size"
462
+ },
463
+ {
464
+ "in": "query",
465
+ "name": "operations_from"
466
+ }
467
+ ],
468
+ "responses": {}
469
+ }
470
+ },
471
+ "/v1/entity/activity/{id}:attach": {
472
+ "post": {
473
+ "operationId": "attachActivity",
474
+ "parameters": [
475
+ {
476
+ "$ref": "#/components/parameters/ActivityIdPathParam"
477
+ },
478
+ {
479
+ "in": "query",
480
+ "name": "entities",
481
+ "style": "form",
482
+ "explode": false
483
+ }
484
+ ],
485
+ "responses": {}
486
+ }
487
+ },
488
+ "/v1/entity/{slug}/{id}/activity": {
489
+ "get": {
490
+ "operationId": "getEntityActivityFeed",
491
+ "parameters": [
492
+ {
493
+ "$ref": "#/components/parameters/EntitySlugPathParam"
494
+ },
495
+ {
496
+ "$ref": "#/components/parameters/EntityIdPathParam"
497
+ },
498
+ {
499
+ "in": "query",
500
+ "name": "after"
501
+ },
502
+ {
503
+ "in": "query",
504
+ "name": "before"
505
+ },
506
+ {
507
+ "in": "query",
508
+ "name": "start_date"
509
+ },
510
+ {
511
+ "in": "query",
512
+ "name": "end_date"
513
+ },
514
+ {
515
+ "in": "query",
516
+ "name": "preset_range"
517
+ },
518
+ {
519
+ "$ref": "#/components/parameters/FromPageQueryParam"
520
+ },
521
+ {
522
+ "in": "query",
523
+ "name": "size"
524
+ },
525
+ {
526
+ "in": "query",
527
+ "name": "type"
528
+ },
529
+ {
530
+ "in": "query",
531
+ "name": "include_relations"
532
+ }
533
+ ],
534
+ "responses": {}
535
+ }
536
+ },
537
+ "/v1/entity/{slug}/{id}/relations": {
538
+ "get": {
539
+ "operationId": "getRelations",
540
+ "parameters": [
541
+ {
542
+ "$ref": "#/components/parameters/EntitySlugPathParam"
543
+ },
544
+ {
545
+ "$ref": "#/components/parameters/EntityIdPathParam"
546
+ },
547
+ {
548
+ "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
549
+ },
550
+ {
551
+ "$ref": "#/components/parameters/IncludeReverseQueryParam"
552
+ },
553
+ {
554
+ "$ref": "#/components/parameters/FromPageQueryParam"
555
+ },
556
+ {
557
+ "in": "query",
558
+ "name": "size",
559
+ "required": false
560
+ },
561
+ {
562
+ "$ref": "#/components/parameters/IncludeSchemasQueryParam"
563
+ },
564
+ {
565
+ "$ref": "#/components/parameters/ExcludeSchemasQueryParam"
566
+ }
567
+ ],
568
+ "responses": {}
569
+ },
570
+ "post": {
571
+ "operationId": "addRelations",
572
+ "parameters": [
573
+ {
574
+ "$ref": "#/components/parameters/EntitySlugPathParam"
575
+ },
576
+ {
577
+ "$ref": "#/components/parameters/EntityIdPathParam"
578
+ },
579
+ {
580
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
581
+ },
582
+ {
583
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
584
+ }
585
+ ],
586
+ "requestBody": {
587
+ "content": {
588
+ "application/json": {}
589
+ }
590
+ },
591
+ "responses": {}
592
+ },
593
+ "delete": {
594
+ "operationId": "removeRelations",
595
+ "parameters": [
596
+ {
597
+ "$ref": "#/components/parameters/EntitySlugPathParam"
598
+ },
599
+ {
600
+ "$ref": "#/components/parameters/EntityIdPathParam"
601
+ },
602
+ {
603
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
604
+ },
605
+ {
606
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
607
+ }
608
+ ],
609
+ "requestBody": {
610
+ "content": {
611
+ "application/json": {}
612
+ }
613
+ },
614
+ "responses": {}
615
+ }
616
+ },
617
+ "/v2/entity/{slug}/{id}/relations": {
618
+ "get": {
619
+ "operationId": "getRelationsV2",
620
+ "parameters": [
621
+ {
622
+ "$ref": "#/components/parameters/EntitySlugPathParam"
623
+ },
624
+ {
625
+ "$ref": "#/components/parameters/EntityIdPathParam"
626
+ },
627
+ {
628
+ "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
629
+ },
630
+ {
631
+ "in": "query",
632
+ "name": "query"
633
+ },
634
+ {
635
+ "$ref": "#/components/parameters/IncludeReverseQueryParam"
636
+ },
637
+ {
638
+ "$ref": "#/components/parameters/FromPageQueryParam"
639
+ },
640
+ {
641
+ "in": "query",
642
+ "name": "size"
643
+ },
644
+ {
645
+ "in": "query",
646
+ "name": "fields"
647
+ }
648
+ ],
649
+ "responses": {}
650
+ }
651
+ },
652
+ "/v3/entity/{slug}/{id}/relations": {
653
+ "get": {
654
+ "operationId": "getRelationsV3",
655
+ "parameters": [
656
+ {
657
+ "$ref": "#/components/parameters/EntitySlugPathParam"
658
+ },
659
+ {
660
+ "$ref": "#/components/parameters/EntityIdPathParam"
661
+ },
662
+ {
663
+ "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
664
+ },
665
+ {
666
+ "$ref": "#/components/parameters/IncludeReverseDeprecatedQueryParam"
667
+ },
668
+ {
669
+ "$ref": "#/components/parameters/FromPageQueryParam"
670
+ },
671
+ {
672
+ "in": "query",
673
+ "name": "size",
674
+ "required": false
675
+ },
676
+ {
677
+ "$ref": "#/components/parameters/IncludeSchemasQueryParam"
678
+ },
679
+ {
680
+ "$ref": "#/components/parameters/ExcludeSchemasQueryParam"
681
+ },
682
+ {
683
+ "$ref": "#/components/parameters/EntityRelationsModeQueryParam"
684
+ },
685
+ {
686
+ "in": "query",
687
+ "name": "fields"
688
+ }
689
+ ],
690
+ "responses": {}
691
+ }
692
+ },
693
+ "/v2/entity/{slug}/{id}/relations/count": {
694
+ "get": {
695
+ "operationId": "getRelatedEntitiesCount",
696
+ "parameters": [
697
+ {
698
+ "$ref": "#/components/parameters/EntitySlugPathParam"
699
+ },
700
+ {
701
+ "$ref": "#/components/parameters/EntityIdPathParam"
702
+ },
703
+ {
704
+ "$ref": "#/components/parameters/ExcludeSchemasQueryParam"
705
+ }
706
+ ],
707
+ "responses": {}
708
+ }
709
+ },
710
+ "/v1/entity/{slug}/{id}/relations/{attribute}/{entity_id}": {
711
+ "put": {
712
+ "operationId": "updateRelation",
713
+ "parameters": [
714
+ {
715
+ "$ref": "#/components/parameters/EntitySlugPathParam"
716
+ },
717
+ {
718
+ "$ref": "#/components/parameters/EntityIdPathParam"
719
+ },
720
+ {
721
+ "in": "path",
722
+ "name": "attribute",
723
+ "required": true
724
+ },
725
+ {
726
+ "in": "path",
727
+ "name": "entity_id",
728
+ "required": true
729
+ },
730
+ {
731
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
732
+ },
733
+ {
734
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
735
+ }
736
+ ],
737
+ "requestBody": {
738
+ "content": {
739
+ "application/json": {}
740
+ }
741
+ },
742
+ "responses": {}
743
+ },
744
+ "delete": {
745
+ "operationId": "deleteRelation",
746
+ "parameters": [
747
+ {
748
+ "$ref": "#/components/parameters/EntitySlugPathParam"
749
+ },
750
+ {
751
+ "$ref": "#/components/parameters/EntityIdPathParam"
752
+ },
753
+ {
754
+ "in": "path",
755
+ "name": "attribute",
756
+ "required": true
757
+ },
758
+ {
759
+ "in": "path",
760
+ "name": "entity_id",
761
+ "required": true
762
+ },
763
+ {
764
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
765
+ },
766
+ {
767
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
768
+ }
769
+ ],
770
+ "responses": {}
771
+ }
772
+ },
773
+ "/v1/entity:export": {
774
+ "post": {
775
+ "operationId": "exportEntities",
776
+ "parameters": [
777
+ {
778
+ "in": "query",
779
+ "name": "job_id"
780
+ },
781
+ {
782
+ "in": "query",
783
+ "name": "is_template"
784
+ },
785
+ {
786
+ "in": "query",
787
+ "name": "language"
788
+ }
789
+ ],
790
+ "requestBody": {
791
+ "content": {
792
+ "application/json": {}
793
+ }
794
+ },
795
+ "responses": {}
796
+ }
797
+ },
798
+ "/v1/entity:import": {
799
+ "post": {
800
+ "operationId": "importEntities",
801
+ "parameters": [
802
+ {
803
+ "in": "query",
804
+ "name": "job_id"
805
+ }
806
+ ],
807
+ "requestBody": {
808
+ "content": {
809
+ "application/json": {}
810
+ }
811
+ },
812
+ "responses": {}
813
+ }
814
+ },
815
+ "/v1/entity/views": {
816
+ "get": {
817
+ "operationId": "listSavedViews",
818
+ "parameters": [
819
+ {
820
+ "in": "query",
821
+ "name": "slug",
822
+ "required": false
823
+ },
824
+ {
825
+ "in": "query",
826
+ "name": "sort",
827
+ "required": false
828
+ },
829
+ {
830
+ "in": "query",
831
+ "name": "from",
832
+ "required": false
833
+ },
834
+ {
835
+ "in": "query",
836
+ "name": "size",
837
+ "required": false
838
+ },
839
+ {
840
+ "in": "query",
841
+ "name": "fields",
842
+ "required": false
843
+ }
844
+ ],
845
+ "responses": {}
846
+ }
847
+ },
848
+ "/v1/entity/view": {
849
+ "post": {
850
+ "operationId": "createSavedView",
851
+ "requestBody": {
852
+ "content": {
853
+ "application/json": {}
854
+ }
855
+ },
856
+ "responses": {}
857
+ }
858
+ },
859
+ "/v1/entity/view/{id}": {
860
+ "get": {
861
+ "operationId": "getSavedView",
862
+ "parameters": [
863
+ {
864
+ "$ref": "#/components/parameters/SavedViewIdPathParam"
865
+ }
866
+ ],
867
+ "responses": {}
868
+ },
869
+ "put": {
870
+ "operationId": "updateSavedView",
871
+ "parameters": [
872
+ {
873
+ "$ref": "#/components/parameters/SavedViewIdPathParam"
874
+ }
875
+ ],
876
+ "requestBody": {
877
+ "content": {
878
+ "application/json": {}
879
+ }
880
+ },
881
+ "responses": {}
882
+ },
883
+ "patch": {
884
+ "operationId": "patchSavedView",
885
+ "parameters": [
886
+ {
887
+ "$ref": "#/components/parameters/SavedViewIdPathParam"
888
+ }
889
+ ],
890
+ "requestBody": {
891
+ "content": {
892
+ "application/json": {}
893
+ }
894
+ },
895
+ "responses": {}
896
+ },
897
+ "delete": {
898
+ "operationId": "deleteSavedView",
899
+ "parameters": [
900
+ {
901
+ "$ref": "#/components/parameters/SavedViewIdPathParam"
902
+ }
903
+ ],
904
+ "responses": {}
905
+ }
906
+ },
907
+ "/v1/entity/views/favorites": {
908
+ "get": {
909
+ "operationId": "listFavoriteViewsForUser",
910
+ "responses": {}
911
+ }
912
+ },
913
+ "/v1/entity/taxonomies": {
914
+ "get": {
915
+ "operationId": "listTaxonomies",
916
+ "parameters": [
917
+ {
918
+ "in": "query",
919
+ "name": "include_disabled"
920
+ }
921
+ ],
922
+ "responses": {}
923
+ },
924
+ "post": {
925
+ "operationId": "createTaxonomy",
926
+ "requestBody": {
927
+ "content": {
928
+ "application/json": {}
929
+ }
930
+ },
931
+ "responses": {}
932
+ }
933
+ },
934
+ "/v1/entity/taxonomies/{taxonomySlug}": {
935
+ "get": {
936
+ "operationId": "getTaxonomy",
937
+ "parameters": [
938
+ {
939
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
940
+ }
941
+ ],
942
+ "responses": {}
943
+ },
944
+ "put": {
945
+ "operationId": "updateTaxonomy",
946
+ "parameters": [
947
+ {
948
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
949
+ }
950
+ ],
951
+ "requestBody": {
952
+ "content": {
953
+ "application/json": {}
954
+ }
955
+ },
956
+ "responses": {}
957
+ },
958
+ "delete": {
959
+ "operationId": "deleteTaxonomy",
960
+ "parameters": [
961
+ {
962
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
963
+ },
964
+ {
965
+ "in": "query",
966
+ "name": "permanent"
967
+ }
968
+ ],
969
+ "responses": {}
970
+ }
971
+ },
972
+ "/v1/entity/taxonomies/{taxonomySlug}/classifications": {
973
+ "post": {
974
+ "operationId": "updateClassificationsForTaxonomy",
975
+ "parameters": [
976
+ {
977
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
978
+ }
979
+ ],
980
+ "requestBody": {
981
+ "content": {
982
+ "application/json": {}
983
+ }
984
+ },
985
+ "responses": {}
986
+ }
987
+ },
988
+ "/v2/entity/taxonomies/classifications/{classificationSlug}": {
989
+ "get": {
990
+ "operationId": "getTaxonomyClassification",
991
+ "parameters": [
992
+ {
993
+ "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
994
+ }
995
+ ],
996
+ "responses": {}
997
+ },
998
+ "put": {
999
+ "operationId": "updateTaxonomyClassification",
1000
+ "parameters": [
1001
+ {
1002
+ "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
1003
+ }
1004
+ ],
1005
+ "requestBody": {
1006
+ "content": {
1007
+ "application/json": {}
1008
+ }
1009
+ },
1010
+ "responses": {}
1011
+ },
1012
+ "delete": {
1013
+ "operationId": "deleteTaxonomyClassification",
1014
+ "parameters": [
1015
+ {
1016
+ "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
1017
+ }
1018
+ ],
1019
+ "responses": {}
1020
+ }
1021
+ },
1022
+ "/v1/entity/taxonomies/{taxonomySlug}:autocomplete": {
1023
+ "get": {
1024
+ "operationId": "taxonomyAutocomplete",
1025
+ "parameters": [
1026
+ {
1027
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
1028
+ },
1029
+ {
1030
+ "in": "query",
1031
+ "name": "query"
1032
+ },
1033
+ {
1034
+ "in": "query",
1035
+ "name": "size"
1036
+ }
1037
+ ],
1038
+ "responses": {}
1039
+ }
1040
+ },
1041
+ "/v1/entity/taxonomies/classifications:search": {
1042
+ "post": {
1043
+ "operationId": "taxonomiesClassificationsSearch",
1044
+ "parameters": [
1045
+ {
1046
+ "in": "query",
1047
+ "name": "taxonomySlug"
1048
+ },
1049
+ {
1050
+ "in": "query",
1051
+ "name": "query"
1052
+ },
1053
+ {
1054
+ "in": "query",
1055
+ "name": "archived",
1056
+ "deprecated": true
1057
+ },
1058
+ {
1059
+ "in": "query",
1060
+ "name": "include_archived"
1061
+ }
1062
+ ],
1063
+ "requestBody": {
1064
+ "content": {
1065
+ "application/json": {}
1066
+ }
1067
+ },
1068
+ "responses": {}
1069
+ }
1070
+ },
1071
+ "/v1/entity/schemas/{slug}/taxonomy/{taxonomySlug}": {
1072
+ "get": {
1073
+ "operationId": "listTaxonomyClassificationsForSchema",
1074
+ "parameters": [
1075
+ {
1076
+ "$ref": "#/components/parameters/EntitySlugPathParam"
1077
+ },
1078
+ {
1079
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
1080
+ },
1081
+ {
1082
+ "in": "query",
1083
+ "name": "query"
1084
+ },
1085
+ {
1086
+ "in": "query",
1087
+ "name": "size"
1088
+ }
1089
+ ],
1090
+ "responses": {}
1091
+ }
1092
+ },
1093
+ "/v1/entity/taxonomies/bulk-jobs": {
1094
+ "get": {
1095
+ "operationId": "getTaxonomyBulkActionJobs",
1096
+ "parameters": [
1097
+ {
1098
+ "in": "query",
1099
+ "name": "status"
1100
+ },
1101
+ {
1102
+ "in": "query",
1103
+ "name": "size"
1104
+ }
1105
+ ],
1106
+ "responses": {}
1107
+ }
1108
+ },
1109
+ "/v1/entity/taxonomies/bulk-jobs/{job_id}": {
1110
+ "get": {
1111
+ "operationId": "getTaxonomyBulkActionJobById",
1112
+ "parameters": [
1113
+ {
1114
+ "in": "path",
1115
+ "name": "job_id",
1116
+ "required": true
1117
+ }
1118
+ ],
1119
+ "responses": {}
1120
+ }
1121
+ },
1122
+ "/v1/entity/taxonomies/classifications:move": {
1123
+ "post": {
1124
+ "operationId": "bulkMoveClassifications",
1125
+ "requestBody": {
1126
+ "content": {
1127
+ "application/json": {}
1128
+ }
1129
+ },
1130
+ "responses": {}
1131
+ }
1132
+ },
1133
+ "/v1/entity/taxonomies/classifications:merge": {
1134
+ "post": {
1135
+ "operationId": "bulkMergeClassifications",
1136
+ "requestBody": {
1137
+ "content": {
1138
+ "application/json": {}
1139
+ }
1140
+ },
1141
+ "responses": {}
1142
+ }
1143
+ },
1144
+ "/v1/entity/taxonomies/classifications:delete": {
1145
+ "post": {
1146
+ "operationId": "bulkDeleteClassifications",
1147
+ "requestBody": {
1148
+ "content": {
1149
+ "application/json": {}
1150
+ }
1151
+ },
1152
+ "responses": {}
1153
+ }
1154
+ },
1155
+ "/v1/entity/schemas/attributes": {
1156
+ "post": {
1157
+ "operationId": "createSchemaAttribute",
1158
+ "requestBody": {
1159
+ "content": {
1160
+ "application/json": {}
1161
+ }
1162
+ },
1163
+ "responses": {}
1164
+ }
1165
+ },
1166
+ "/v1/entity/schemas/attributes/{composite_id}": {
1167
+ "get": {
1168
+ "operationId": "getSchemaAttribute",
1169
+ "parameters": [
1170
+ {
1171
+ "name": "composite_id",
1172
+ "in": "path",
1173
+ "required": true
1174
+ }
1175
+ ],
1176
+ "responses": {}
1177
+ },
1178
+ "put": {
1179
+ "operationId": "putSchemaAttribute",
1180
+ "parameters": [
1181
+ {
1182
+ "name": "composite_id",
1183
+ "in": "path",
1184
+ "required": true
1185
+ }
1186
+ ],
1187
+ "requestBody": {
1188
+ "content": {
1189
+ "application/json": {}
1190
+ }
1191
+ },
1192
+ "responses": {}
1193
+ },
1194
+ "delete": {
1195
+ "operationId": "deleteSchemaAttribute",
1196
+ "parameters": [
1197
+ {
1198
+ "name": "composite_id",
1199
+ "in": "path",
1200
+ "required": true
1201
+ }
1202
+ ],
1203
+ "responses": {}
1204
+ }
1205
+ },
1206
+ "/v1/entity/schemas/capabilities": {
1207
+ "post": {
1208
+ "operationId": "createSchemaCapability",
1209
+ "requestBody": {
1210
+ "content": {
1211
+ "application/json": {}
1212
+ }
1213
+ },
1214
+ "responses": {}
1215
+ }
1216
+ },
1217
+ "/v1/entity/schemas/capabilities/{composite_id}": {
1218
+ "get": {
1219
+ "operationId": "getSchemaCapability",
1220
+ "parameters": [
1221
+ {
1222
+ "name": "composite_id",
1223
+ "in": "path",
1224
+ "required": true
1225
+ }
1226
+ ],
1227
+ "responses": {}
1228
+ },
1229
+ "put": {
1230
+ "operationId": "putSchemaCapability",
1231
+ "parameters": [
1232
+ {
1233
+ "name": "composite_id",
1234
+ "in": "path",
1235
+ "required": true
1236
+ }
1237
+ ],
1238
+ "requestBody": {
1239
+ "content": {
1240
+ "application/json": {}
1241
+ }
1242
+ },
1243
+ "responses": {}
1244
+ },
1245
+ "delete": {
1246
+ "operationId": "deleteSchemaCapability",
1247
+ "parameters": [
1248
+ {
1249
+ "name": "composite_id",
1250
+ "in": "path",
1251
+ "required": true
1252
+ }
1253
+ ],
1254
+ "responses": {}
1255
+ }
1256
+ },
1257
+ "/v1/entity/schemas/group": {
1258
+ "post": {
1259
+ "operationId": "createSchemaGroup",
1260
+ "requestBody": {
1261
+ "content": {
1262
+ "application/json": {}
1263
+ }
1264
+ },
1265
+ "responses": {}
1266
+ }
1267
+ },
1268
+ "/v1/entity/schemas/group/{composite_id}": {
1269
+ "get": {
1270
+ "operationId": "getSchemaGroup",
1271
+ "parameters": [
1272
+ {
1273
+ "name": "composite_id",
1274
+ "in": "path",
1275
+ "required": true
1276
+ }
1277
+ ],
1278
+ "responses": {}
1279
+ },
1280
+ "put": {
1281
+ "operationId": "putSchemaGroup",
1282
+ "parameters": [
1283
+ {
1284
+ "name": "composite_id",
1285
+ "in": "path",
1286
+ "required": true
1287
+ }
1288
+ ],
1289
+ "requestBody": {
1290
+ "content": {
1291
+ "application/json": {}
1292
+ }
1293
+ },
1294
+ "responses": {}
1295
+ },
1296
+ "delete": {
1297
+ "operationId": "deleteSchemaGroup",
1298
+ "parameters": [
1299
+ {
1300
+ "name": "composite_id",
1301
+ "in": "path",
1302
+ "required": true
1303
+ }
1304
+ ],
1305
+ "responses": {}
1306
+ }
1307
+ },
1308
+ "/v1/entity/schemas/headline": {
1309
+ "post": {
1310
+ "operationId": "createSchemaGroupHeadline",
1311
+ "requestBody": {
1312
+ "content": {
1313
+ "application/json": {}
1314
+ }
1315
+ },
1316
+ "responses": {}
1317
+ }
1318
+ },
1319
+ "/v1/entity/schemas/headline/{composite_id}": {
1320
+ "get": {
1321
+ "operationId": "getSchemaGroupHeadline",
1322
+ "parameters": [
1323
+ {
1324
+ "name": "composite_id",
1325
+ "in": "path",
1326
+ "required": true
1327
+ }
1328
+ ],
1329
+ "responses": {}
1330
+ },
1331
+ "put": {
1332
+ "operationId": "putSchemaGroupHeadline",
1333
+ "parameters": [
1334
+ {
1335
+ "name": "composite_id",
1336
+ "in": "path",
1337
+ "required": true
1338
+ }
1339
+ ],
1340
+ "requestBody": {
1341
+ "content": {
1342
+ "application/json": {}
1343
+ }
1344
+ },
1345
+ "responses": {}
1346
+ },
1347
+ "delete": {
1348
+ "operationId": "deleteSchemaGroupHeadline",
1349
+ "parameters": [
1350
+ {
1351
+ "name": "composite_id",
1352
+ "in": "path",
1353
+ "required": true
1354
+ }
1355
+ ],
1356
+ "responses": {}
1357
+ }
1358
+ }
1359
+ },
1360
+ "components": {
1361
+ "parameters": {
1362
+ "EntityIdPathParam": {
1363
+ "name": "id",
1364
+ "in": "path",
1365
+ "required": true
1366
+ },
1367
+ "EntitySlugPathParam": {
1368
+ "name": "slug",
1369
+ "in": "path",
1370
+ "required": true
1371
+ },
1372
+ "EntitySlugPathPriceParam": {
1373
+ "name": "slug",
1374
+ "in": "path",
1375
+ "required": true
1376
+ },
1377
+ "TaxonomySlugQueryParam": {
1378
+ "name": "taxonomySlug",
1379
+ "in": "query",
1380
+ "required": true
1381
+ },
1382
+ "TaxonomySlugPathParam": {
1383
+ "name": "taxonomySlug",
1384
+ "in": "path",
1385
+ "required": true
1386
+ },
1387
+ "TaxonomySlugQueryParamOptional": {
1388
+ "name": "taxonomySlug",
1389
+ "in": "query"
1390
+ },
1391
+ "TaxonomyClassificationSlugPathParam": {
1392
+ "name": "classificationSlug",
1393
+ "in": "path",
1394
+ "required": true
1395
+ },
1396
+ "SavedViewIdPathParam": {
1397
+ "name": "id",
1398
+ "in": "path",
1399
+ "required": true
1400
+ },
1401
+ "AsyncOperationQueryParam": {
1402
+ "name": "async",
1403
+ "in": "query",
1404
+ "required": false
1405
+ },
1406
+ "HydrateEntitiesQueryParam": {
1407
+ "name": "hydrate",
1408
+ "in": "query"
1409
+ },
1410
+ "ActivityIdQueryParam": {
1411
+ "name": "activity_id",
1412
+ "in": "query",
1413
+ "required": false
1414
+ },
1415
+ "ActivityIdPathParam": {
1416
+ "name": "id",
1417
+ "in": "path",
1418
+ "required": true
1419
+ },
1420
+ "FromPageQueryParam": {
1421
+ "name": "from",
1422
+ "in": "query"
1423
+ },
1424
+ "IncludeReverseDeprecatedQueryParam": {
1425
+ "name": "include_reverse",
1426
+ "in": "query",
1427
+ "deprecated": true
1428
+ },
1429
+ "IncludeReverseQueryParam": {
1430
+ "name": "include_reverse",
1431
+ "in": "query"
1432
+ },
1433
+ "IncludeSchemasQueryParam": {
1434
+ "name": "include_schemas",
1435
+ "in": "query",
1436
+ "required": false,
1437
+ "style": "form",
1438
+ "explode": false
1439
+ },
1440
+ "ExcludeSchemasQueryParam": {
1441
+ "name": "exclude_schemas",
1442
+ "in": "query",
1443
+ "required": false,
1444
+ "style": "form",
1445
+ "explode": false
1446
+ },
1447
+ "EntityRelationsModeQueryParam": {
1448
+ "name": "mode",
1449
+ "in": "query",
1450
+ "required": false
1451
+ },
1452
+ "DryRunQueryParam": {
1453
+ "name": "dry_run",
1454
+ "in": "query",
1455
+ "required": false
1456
+ },
1457
+ "FillActivityQueryParam": {
1458
+ "name": "fill_activity",
1459
+ "in": "query",
1460
+ "required": false
1461
+ },
1462
+ "ValidateEntityQueryParam": {
1463
+ "name": "validate",
1464
+ "in": "query"
1465
+ }
1466
+ },
1467
+ "responses": {
1468
+ "NotFoundError": {
1469
+ "content": {
1470
+ "application/json": {}
1471
+ }
1472
+ }
1473
+ }
1474
+ },
1475
+ "servers": [
1476
+ {
1477
+ "url": "https://entity.sls.epilot.io"
1478
+ }
1479
+ ]
1480
+ }