@epilot/entity-client 4.43.3 → 4.44.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.
@@ -0,0 +1,1484 @@
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
+ "in": "query",
923
+ "name": "type"
924
+ }
925
+ ],
926
+ "responses": {}
927
+ },
928
+ "post": {
929
+ "operationId": "createTaxonomy",
930
+ "requestBody": {
931
+ "content": {
932
+ "application/json": {}
933
+ }
934
+ },
935
+ "responses": {}
936
+ }
937
+ },
938
+ "/v1/entity/taxonomies/{taxonomySlug}": {
939
+ "get": {
940
+ "operationId": "getTaxonomy",
941
+ "parameters": [
942
+ {
943
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
944
+ }
945
+ ],
946
+ "responses": {}
947
+ },
948
+ "put": {
949
+ "operationId": "updateTaxonomy",
950
+ "parameters": [
951
+ {
952
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
953
+ }
954
+ ],
955
+ "requestBody": {
956
+ "content": {
957
+ "application/json": {}
958
+ }
959
+ },
960
+ "responses": {}
961
+ },
962
+ "delete": {
963
+ "operationId": "deleteTaxonomy",
964
+ "parameters": [
965
+ {
966
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
967
+ },
968
+ {
969
+ "in": "query",
970
+ "name": "permanent"
971
+ }
972
+ ],
973
+ "responses": {}
974
+ }
975
+ },
976
+ "/v1/entity/taxonomies/{taxonomySlug}/classifications": {
977
+ "post": {
978
+ "operationId": "updateClassificationsForTaxonomy",
979
+ "parameters": [
980
+ {
981
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
982
+ }
983
+ ],
984
+ "requestBody": {
985
+ "content": {
986
+ "application/json": {}
987
+ }
988
+ },
989
+ "responses": {}
990
+ }
991
+ },
992
+ "/v2/entity/taxonomies/classifications/{classificationSlug}": {
993
+ "get": {
994
+ "operationId": "getTaxonomyClassification",
995
+ "parameters": [
996
+ {
997
+ "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
998
+ }
999
+ ],
1000
+ "responses": {}
1001
+ },
1002
+ "put": {
1003
+ "operationId": "updateTaxonomyClassification",
1004
+ "parameters": [
1005
+ {
1006
+ "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
1007
+ }
1008
+ ],
1009
+ "requestBody": {
1010
+ "content": {
1011
+ "application/json": {}
1012
+ }
1013
+ },
1014
+ "responses": {}
1015
+ },
1016
+ "delete": {
1017
+ "operationId": "deleteTaxonomyClassification",
1018
+ "parameters": [
1019
+ {
1020
+ "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
1021
+ }
1022
+ ],
1023
+ "responses": {}
1024
+ }
1025
+ },
1026
+ "/v1/entity/taxonomies/{taxonomySlug}:autocomplete": {
1027
+ "get": {
1028
+ "operationId": "taxonomyAutocomplete",
1029
+ "parameters": [
1030
+ {
1031
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
1032
+ },
1033
+ {
1034
+ "in": "query",
1035
+ "name": "query"
1036
+ },
1037
+ {
1038
+ "in": "query",
1039
+ "name": "size"
1040
+ }
1041
+ ],
1042
+ "responses": {}
1043
+ }
1044
+ },
1045
+ "/v1/entity/taxonomies/classifications:search": {
1046
+ "post": {
1047
+ "operationId": "taxonomiesClassificationsSearch",
1048
+ "parameters": [
1049
+ {
1050
+ "in": "query",
1051
+ "name": "taxonomySlug"
1052
+ },
1053
+ {
1054
+ "in": "query",
1055
+ "name": "query"
1056
+ },
1057
+ {
1058
+ "in": "query",
1059
+ "name": "archived",
1060
+ "deprecated": true
1061
+ },
1062
+ {
1063
+ "in": "query",
1064
+ "name": "include_archived"
1065
+ }
1066
+ ],
1067
+ "requestBody": {
1068
+ "content": {
1069
+ "application/json": {}
1070
+ }
1071
+ },
1072
+ "responses": {}
1073
+ }
1074
+ },
1075
+ "/v1/entity/schemas/{slug}/taxonomy/{taxonomySlug}": {
1076
+ "get": {
1077
+ "operationId": "listTaxonomyClassificationsForSchema",
1078
+ "parameters": [
1079
+ {
1080
+ "$ref": "#/components/parameters/EntitySlugPathParam"
1081
+ },
1082
+ {
1083
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
1084
+ },
1085
+ {
1086
+ "in": "query",
1087
+ "name": "query"
1088
+ },
1089
+ {
1090
+ "in": "query",
1091
+ "name": "size"
1092
+ }
1093
+ ],
1094
+ "responses": {}
1095
+ }
1096
+ },
1097
+ "/v1/entity/taxonomies/bulk-jobs": {
1098
+ "get": {
1099
+ "operationId": "getTaxonomyBulkActionJobs",
1100
+ "parameters": [
1101
+ {
1102
+ "in": "query",
1103
+ "name": "status"
1104
+ },
1105
+ {
1106
+ "in": "query",
1107
+ "name": "size"
1108
+ }
1109
+ ],
1110
+ "responses": {}
1111
+ }
1112
+ },
1113
+ "/v1/entity/taxonomies/bulk-jobs/{job_id}": {
1114
+ "get": {
1115
+ "operationId": "getTaxonomyBulkActionJobById",
1116
+ "parameters": [
1117
+ {
1118
+ "in": "path",
1119
+ "name": "job_id",
1120
+ "required": true
1121
+ }
1122
+ ],
1123
+ "responses": {}
1124
+ }
1125
+ },
1126
+ "/v1/entity/taxonomies/classifications:move": {
1127
+ "post": {
1128
+ "operationId": "bulkMoveClassifications",
1129
+ "requestBody": {
1130
+ "content": {
1131
+ "application/json": {}
1132
+ }
1133
+ },
1134
+ "responses": {}
1135
+ }
1136
+ },
1137
+ "/v1/entity/taxonomies/classifications:merge": {
1138
+ "post": {
1139
+ "operationId": "bulkMergeClassifications",
1140
+ "requestBody": {
1141
+ "content": {
1142
+ "application/json": {}
1143
+ }
1144
+ },
1145
+ "responses": {}
1146
+ }
1147
+ },
1148
+ "/v1/entity/taxonomies/classifications:delete": {
1149
+ "post": {
1150
+ "operationId": "bulkDeleteClassifications",
1151
+ "requestBody": {
1152
+ "content": {
1153
+ "application/json": {}
1154
+ }
1155
+ },
1156
+ "responses": {}
1157
+ }
1158
+ },
1159
+ "/v1/entity/schemas/attributes": {
1160
+ "post": {
1161
+ "operationId": "createSchemaAttribute",
1162
+ "requestBody": {
1163
+ "content": {
1164
+ "application/json": {}
1165
+ }
1166
+ },
1167
+ "responses": {}
1168
+ }
1169
+ },
1170
+ "/v1/entity/schemas/attributes/{composite_id}": {
1171
+ "get": {
1172
+ "operationId": "getSchemaAttribute",
1173
+ "parameters": [
1174
+ {
1175
+ "name": "composite_id",
1176
+ "in": "path",
1177
+ "required": true
1178
+ }
1179
+ ],
1180
+ "responses": {}
1181
+ },
1182
+ "put": {
1183
+ "operationId": "putSchemaAttribute",
1184
+ "parameters": [
1185
+ {
1186
+ "name": "composite_id",
1187
+ "in": "path",
1188
+ "required": true
1189
+ }
1190
+ ],
1191
+ "requestBody": {
1192
+ "content": {
1193
+ "application/json": {}
1194
+ }
1195
+ },
1196
+ "responses": {}
1197
+ },
1198
+ "delete": {
1199
+ "operationId": "deleteSchemaAttribute",
1200
+ "parameters": [
1201
+ {
1202
+ "name": "composite_id",
1203
+ "in": "path",
1204
+ "required": true
1205
+ }
1206
+ ],
1207
+ "responses": {}
1208
+ }
1209
+ },
1210
+ "/v1/entity/schemas/capabilities": {
1211
+ "post": {
1212
+ "operationId": "createSchemaCapability",
1213
+ "requestBody": {
1214
+ "content": {
1215
+ "application/json": {}
1216
+ }
1217
+ },
1218
+ "responses": {}
1219
+ }
1220
+ },
1221
+ "/v1/entity/schemas/capabilities/{composite_id}": {
1222
+ "get": {
1223
+ "operationId": "getSchemaCapability",
1224
+ "parameters": [
1225
+ {
1226
+ "name": "composite_id",
1227
+ "in": "path",
1228
+ "required": true
1229
+ }
1230
+ ],
1231
+ "responses": {}
1232
+ },
1233
+ "put": {
1234
+ "operationId": "putSchemaCapability",
1235
+ "parameters": [
1236
+ {
1237
+ "name": "composite_id",
1238
+ "in": "path",
1239
+ "required": true
1240
+ }
1241
+ ],
1242
+ "requestBody": {
1243
+ "content": {
1244
+ "application/json": {}
1245
+ }
1246
+ },
1247
+ "responses": {}
1248
+ },
1249
+ "delete": {
1250
+ "operationId": "deleteSchemaCapability",
1251
+ "parameters": [
1252
+ {
1253
+ "name": "composite_id",
1254
+ "in": "path",
1255
+ "required": true
1256
+ }
1257
+ ],
1258
+ "responses": {}
1259
+ }
1260
+ },
1261
+ "/v1/entity/schemas/group": {
1262
+ "post": {
1263
+ "operationId": "createSchemaGroup",
1264
+ "requestBody": {
1265
+ "content": {
1266
+ "application/json": {}
1267
+ }
1268
+ },
1269
+ "responses": {}
1270
+ }
1271
+ },
1272
+ "/v1/entity/schemas/group/{composite_id}": {
1273
+ "get": {
1274
+ "operationId": "getSchemaGroup",
1275
+ "parameters": [
1276
+ {
1277
+ "name": "composite_id",
1278
+ "in": "path",
1279
+ "required": true
1280
+ }
1281
+ ],
1282
+ "responses": {}
1283
+ },
1284
+ "put": {
1285
+ "operationId": "putSchemaGroup",
1286
+ "parameters": [
1287
+ {
1288
+ "name": "composite_id",
1289
+ "in": "path",
1290
+ "required": true
1291
+ }
1292
+ ],
1293
+ "requestBody": {
1294
+ "content": {
1295
+ "application/json": {}
1296
+ }
1297
+ },
1298
+ "responses": {}
1299
+ },
1300
+ "delete": {
1301
+ "operationId": "deleteSchemaGroup",
1302
+ "parameters": [
1303
+ {
1304
+ "name": "composite_id",
1305
+ "in": "path",
1306
+ "required": true
1307
+ }
1308
+ ],
1309
+ "responses": {}
1310
+ }
1311
+ },
1312
+ "/v1/entity/schemas/headline": {
1313
+ "post": {
1314
+ "operationId": "createSchemaGroupHeadline",
1315
+ "requestBody": {
1316
+ "content": {
1317
+ "application/json": {}
1318
+ }
1319
+ },
1320
+ "responses": {}
1321
+ }
1322
+ },
1323
+ "/v1/entity/schemas/headline/{composite_id}": {
1324
+ "get": {
1325
+ "operationId": "getSchemaGroupHeadline",
1326
+ "parameters": [
1327
+ {
1328
+ "name": "composite_id",
1329
+ "in": "path",
1330
+ "required": true
1331
+ }
1332
+ ],
1333
+ "responses": {}
1334
+ },
1335
+ "put": {
1336
+ "operationId": "putSchemaGroupHeadline",
1337
+ "parameters": [
1338
+ {
1339
+ "name": "composite_id",
1340
+ "in": "path",
1341
+ "required": true
1342
+ }
1343
+ ],
1344
+ "requestBody": {
1345
+ "content": {
1346
+ "application/json": {}
1347
+ }
1348
+ },
1349
+ "responses": {}
1350
+ },
1351
+ "delete": {
1352
+ "operationId": "deleteSchemaGroupHeadline",
1353
+ "parameters": [
1354
+ {
1355
+ "name": "composite_id",
1356
+ "in": "path",
1357
+ "required": true
1358
+ }
1359
+ ],
1360
+ "responses": {}
1361
+ }
1362
+ }
1363
+ },
1364
+ "components": {
1365
+ "parameters": {
1366
+ "EntityIdPathParam": {
1367
+ "name": "id",
1368
+ "in": "path",
1369
+ "required": true
1370
+ },
1371
+ "EntitySlugPathParam": {
1372
+ "name": "slug",
1373
+ "in": "path",
1374
+ "required": true
1375
+ },
1376
+ "EntitySlugPathPriceParam": {
1377
+ "name": "slug",
1378
+ "in": "path",
1379
+ "required": true
1380
+ },
1381
+ "TaxonomySlugQueryParam": {
1382
+ "name": "taxonomySlug",
1383
+ "in": "query",
1384
+ "required": true
1385
+ },
1386
+ "TaxonomySlugPathParam": {
1387
+ "name": "taxonomySlug",
1388
+ "in": "path",
1389
+ "required": true
1390
+ },
1391
+ "TaxonomySlugQueryParamOptional": {
1392
+ "name": "taxonomySlug",
1393
+ "in": "query"
1394
+ },
1395
+ "TaxonomyClassificationSlugPathParam": {
1396
+ "name": "classificationSlug",
1397
+ "in": "path",
1398
+ "required": true
1399
+ },
1400
+ "SavedViewIdPathParam": {
1401
+ "name": "id",
1402
+ "in": "path",
1403
+ "required": true
1404
+ },
1405
+ "AsyncOperationQueryParam": {
1406
+ "name": "async",
1407
+ "in": "query",
1408
+ "required": false
1409
+ },
1410
+ "HydrateEntitiesQueryParam": {
1411
+ "name": "hydrate",
1412
+ "in": "query"
1413
+ },
1414
+ "ActivityIdQueryParam": {
1415
+ "name": "activity_id",
1416
+ "in": "query",
1417
+ "required": false
1418
+ },
1419
+ "ActivityIdPathParam": {
1420
+ "name": "id",
1421
+ "in": "path",
1422
+ "required": true
1423
+ },
1424
+ "FromPageQueryParam": {
1425
+ "name": "from",
1426
+ "in": "query"
1427
+ },
1428
+ "IncludeReverseDeprecatedQueryParam": {
1429
+ "name": "include_reverse",
1430
+ "in": "query",
1431
+ "deprecated": true
1432
+ },
1433
+ "IncludeReverseQueryParam": {
1434
+ "name": "include_reverse",
1435
+ "in": "query"
1436
+ },
1437
+ "IncludeSchemasQueryParam": {
1438
+ "name": "include_schemas",
1439
+ "in": "query",
1440
+ "required": false,
1441
+ "style": "form",
1442
+ "explode": false
1443
+ },
1444
+ "ExcludeSchemasQueryParam": {
1445
+ "name": "exclude_schemas",
1446
+ "in": "query",
1447
+ "required": false,
1448
+ "style": "form",
1449
+ "explode": false
1450
+ },
1451
+ "EntityRelationsModeQueryParam": {
1452
+ "name": "mode",
1453
+ "in": "query",
1454
+ "required": false
1455
+ },
1456
+ "DryRunQueryParam": {
1457
+ "name": "dry_run",
1458
+ "in": "query",
1459
+ "required": false
1460
+ },
1461
+ "FillActivityQueryParam": {
1462
+ "name": "fill_activity",
1463
+ "in": "query",
1464
+ "required": false
1465
+ },
1466
+ "ValidateEntityQueryParam": {
1467
+ "name": "validate",
1468
+ "in": "query"
1469
+ }
1470
+ },
1471
+ "responses": {
1472
+ "NotFoundError": {
1473
+ "content": {
1474
+ "application/json": {}
1475
+ }
1476
+ }
1477
+ }
1478
+ },
1479
+ "servers": [
1480
+ {
1481
+ "url": "https://entity.sls.epilot.io"
1482
+ }
1483
+ ]
1484
+ }