@epilot/entity-client 4.43.0 → 4.43.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.
@@ -0,0 +1,1463 @@
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
+ "$ref": "#/components/parameters/FromPageQueryParam"
508
+ },
509
+ {
510
+ "in": "query",
511
+ "name": "size"
512
+ },
513
+ {
514
+ "in": "query",
515
+ "name": "type"
516
+ },
517
+ {
518
+ "in": "query",
519
+ "name": "include_relations"
520
+ }
521
+ ],
522
+ "responses": {}
523
+ }
524
+ },
525
+ "/v1/entity/{slug}/{id}/relations": {
526
+ "get": {
527
+ "operationId": "getRelations",
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
+ "$ref": "#/components/parameters/IncludeReverseQueryParam"
540
+ },
541
+ {
542
+ "$ref": "#/components/parameters/FromPageQueryParam"
543
+ },
544
+ {
545
+ "in": "query",
546
+ "name": "size",
547
+ "required": false
548
+ },
549
+ {
550
+ "$ref": "#/components/parameters/IncludeSchemasQueryParam"
551
+ },
552
+ {
553
+ "$ref": "#/components/parameters/ExcludeSchemasQueryParam"
554
+ }
555
+ ],
556
+ "responses": {}
557
+ },
558
+ "post": {
559
+ "operationId": "addRelations",
560
+ "parameters": [
561
+ {
562
+ "$ref": "#/components/parameters/EntitySlugPathParam"
563
+ },
564
+ {
565
+ "$ref": "#/components/parameters/EntityIdPathParam"
566
+ },
567
+ {
568
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
569
+ },
570
+ {
571
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
572
+ }
573
+ ],
574
+ "requestBody": {
575
+ "content": {
576
+ "application/json": {}
577
+ }
578
+ },
579
+ "responses": {}
580
+ },
581
+ "delete": {
582
+ "operationId": "removeRelations",
583
+ "parameters": [
584
+ {
585
+ "$ref": "#/components/parameters/EntitySlugPathParam"
586
+ },
587
+ {
588
+ "$ref": "#/components/parameters/EntityIdPathParam"
589
+ },
590
+ {
591
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
592
+ },
593
+ {
594
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
595
+ }
596
+ ],
597
+ "requestBody": {
598
+ "content": {
599
+ "application/json": {}
600
+ }
601
+ },
602
+ "responses": {}
603
+ }
604
+ },
605
+ "/v2/entity/{slug}/{id}/relations": {
606
+ "get": {
607
+ "operationId": "getRelationsV2",
608
+ "parameters": [
609
+ {
610
+ "$ref": "#/components/parameters/EntitySlugPathParam"
611
+ },
612
+ {
613
+ "$ref": "#/components/parameters/EntityIdPathParam"
614
+ },
615
+ {
616
+ "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
617
+ },
618
+ {
619
+ "in": "query",
620
+ "name": "query"
621
+ },
622
+ {
623
+ "$ref": "#/components/parameters/IncludeReverseQueryParam"
624
+ },
625
+ {
626
+ "$ref": "#/components/parameters/FromPageQueryParam"
627
+ },
628
+ {
629
+ "in": "query",
630
+ "name": "size"
631
+ },
632
+ {
633
+ "in": "query",
634
+ "name": "fields"
635
+ }
636
+ ],
637
+ "responses": {}
638
+ }
639
+ },
640
+ "/v3/entity/{slug}/{id}/relations": {
641
+ "get": {
642
+ "operationId": "getRelationsV3",
643
+ "parameters": [
644
+ {
645
+ "$ref": "#/components/parameters/EntitySlugPathParam"
646
+ },
647
+ {
648
+ "$ref": "#/components/parameters/EntityIdPathParam"
649
+ },
650
+ {
651
+ "$ref": "#/components/parameters/HydrateEntitiesQueryParam"
652
+ },
653
+ {
654
+ "$ref": "#/components/parameters/IncludeReverseDeprecatedQueryParam"
655
+ },
656
+ {
657
+ "$ref": "#/components/parameters/FromPageQueryParam"
658
+ },
659
+ {
660
+ "in": "query",
661
+ "name": "size",
662
+ "required": false
663
+ },
664
+ {
665
+ "$ref": "#/components/parameters/IncludeSchemasQueryParam"
666
+ },
667
+ {
668
+ "$ref": "#/components/parameters/ExcludeSchemasQueryParam"
669
+ },
670
+ {
671
+ "$ref": "#/components/parameters/EntityRelationsModeQueryParam"
672
+ },
673
+ {
674
+ "in": "query",
675
+ "name": "fields"
676
+ }
677
+ ],
678
+ "responses": {}
679
+ }
680
+ },
681
+ "/v2/entity/{slug}/{id}/relations/count": {
682
+ "get": {
683
+ "operationId": "getRelatedEntitiesCount",
684
+ "parameters": [
685
+ {
686
+ "$ref": "#/components/parameters/EntitySlugPathParam"
687
+ },
688
+ {
689
+ "$ref": "#/components/parameters/EntityIdPathParam"
690
+ },
691
+ {
692
+ "$ref": "#/components/parameters/ExcludeSchemasQueryParam"
693
+ }
694
+ ],
695
+ "responses": {}
696
+ }
697
+ },
698
+ "/v1/entity/{slug}/{id}/relations/{attribute}/{entity_id}": {
699
+ "put": {
700
+ "operationId": "updateRelation",
701
+ "parameters": [
702
+ {
703
+ "$ref": "#/components/parameters/EntitySlugPathParam"
704
+ },
705
+ {
706
+ "$ref": "#/components/parameters/EntityIdPathParam"
707
+ },
708
+ {
709
+ "in": "path",
710
+ "name": "attribute",
711
+ "required": true
712
+ },
713
+ {
714
+ "in": "path",
715
+ "name": "entity_id",
716
+ "required": true
717
+ },
718
+ {
719
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
720
+ },
721
+ {
722
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
723
+ }
724
+ ],
725
+ "requestBody": {
726
+ "content": {
727
+ "application/json": {}
728
+ }
729
+ },
730
+ "responses": {}
731
+ },
732
+ "delete": {
733
+ "operationId": "deleteRelation",
734
+ "parameters": [
735
+ {
736
+ "$ref": "#/components/parameters/EntitySlugPathParam"
737
+ },
738
+ {
739
+ "$ref": "#/components/parameters/EntityIdPathParam"
740
+ },
741
+ {
742
+ "in": "path",
743
+ "name": "attribute",
744
+ "required": true
745
+ },
746
+ {
747
+ "in": "path",
748
+ "name": "entity_id",
749
+ "required": true
750
+ },
751
+ {
752
+ "$ref": "#/components/parameters/AsyncOperationQueryParam"
753
+ },
754
+ {
755
+ "$ref": "#/components/parameters/ActivityIdQueryParam"
756
+ }
757
+ ],
758
+ "responses": {}
759
+ }
760
+ },
761
+ "/v1/entity:export": {
762
+ "post": {
763
+ "operationId": "exportEntities",
764
+ "parameters": [
765
+ {
766
+ "in": "query",
767
+ "name": "job_id"
768
+ },
769
+ {
770
+ "in": "query",
771
+ "name": "is_template"
772
+ },
773
+ {
774
+ "in": "query",
775
+ "name": "language"
776
+ }
777
+ ],
778
+ "requestBody": {
779
+ "content": {
780
+ "application/json": {}
781
+ }
782
+ },
783
+ "responses": {}
784
+ }
785
+ },
786
+ "/v1/entity:import": {
787
+ "post": {
788
+ "operationId": "importEntities",
789
+ "parameters": [
790
+ {
791
+ "in": "query",
792
+ "name": "job_id"
793
+ }
794
+ ],
795
+ "requestBody": {
796
+ "content": {
797
+ "application/json": {}
798
+ }
799
+ },
800
+ "responses": {}
801
+ }
802
+ },
803
+ "/v1/entity/views": {
804
+ "get": {
805
+ "operationId": "listSavedViews",
806
+ "parameters": [
807
+ {
808
+ "in": "query",
809
+ "name": "slug",
810
+ "required": false
811
+ },
812
+ {
813
+ "in": "query",
814
+ "name": "sort",
815
+ "required": false
816
+ },
817
+ {
818
+ "in": "query",
819
+ "name": "from",
820
+ "required": false
821
+ },
822
+ {
823
+ "in": "query",
824
+ "name": "size",
825
+ "required": false
826
+ },
827
+ {
828
+ "in": "query",
829
+ "name": "fields",
830
+ "required": false
831
+ }
832
+ ],
833
+ "responses": {}
834
+ }
835
+ },
836
+ "/v1/entity/view": {
837
+ "post": {
838
+ "operationId": "createSavedView",
839
+ "requestBody": {
840
+ "content": {
841
+ "application/json": {}
842
+ }
843
+ },
844
+ "responses": {}
845
+ }
846
+ },
847
+ "/v1/entity/view/{id}": {
848
+ "get": {
849
+ "operationId": "getSavedView",
850
+ "parameters": [
851
+ {
852
+ "$ref": "#/components/parameters/SavedViewIdPathParam"
853
+ }
854
+ ],
855
+ "responses": {}
856
+ },
857
+ "put": {
858
+ "operationId": "updateSavedView",
859
+ "parameters": [
860
+ {
861
+ "$ref": "#/components/parameters/SavedViewIdPathParam"
862
+ }
863
+ ],
864
+ "requestBody": {
865
+ "content": {
866
+ "application/json": {}
867
+ }
868
+ },
869
+ "responses": {}
870
+ },
871
+ "patch": {
872
+ "operationId": "patchSavedView",
873
+ "parameters": [
874
+ {
875
+ "$ref": "#/components/parameters/SavedViewIdPathParam"
876
+ }
877
+ ],
878
+ "requestBody": {
879
+ "content": {
880
+ "application/json": {}
881
+ }
882
+ },
883
+ "responses": {}
884
+ },
885
+ "delete": {
886
+ "operationId": "deleteSavedView",
887
+ "parameters": [
888
+ {
889
+ "$ref": "#/components/parameters/SavedViewIdPathParam"
890
+ }
891
+ ],
892
+ "responses": {}
893
+ }
894
+ },
895
+ "/v1/entity/views/favorites": {
896
+ "get": {
897
+ "operationId": "listFavoriteViewsForUser",
898
+ "responses": {}
899
+ }
900
+ },
901
+ "/v1/entity/taxonomies": {
902
+ "get": {
903
+ "operationId": "listTaxonomies",
904
+ "parameters": [
905
+ {
906
+ "in": "query",
907
+ "name": "include_disabled"
908
+ }
909
+ ],
910
+ "responses": {}
911
+ },
912
+ "post": {
913
+ "operationId": "createTaxonomy",
914
+ "requestBody": {
915
+ "content": {
916
+ "application/json": {}
917
+ }
918
+ },
919
+ "responses": {}
920
+ }
921
+ },
922
+ "/v1/entity/taxonomies/{taxonomySlug}": {
923
+ "get": {
924
+ "operationId": "getTaxonomy",
925
+ "parameters": [
926
+ {
927
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
928
+ }
929
+ ],
930
+ "responses": {}
931
+ },
932
+ "put": {
933
+ "operationId": "updateTaxonomy",
934
+ "parameters": [
935
+ {
936
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
937
+ }
938
+ ],
939
+ "requestBody": {
940
+ "content": {
941
+ "application/json": {}
942
+ }
943
+ },
944
+ "responses": {}
945
+ },
946
+ "delete": {
947
+ "operationId": "deleteTaxonomy",
948
+ "parameters": [
949
+ {
950
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
951
+ },
952
+ {
953
+ "in": "query",
954
+ "name": "permanent"
955
+ }
956
+ ],
957
+ "responses": {}
958
+ }
959
+ },
960
+ "/v1/entity/taxonomies/{taxonomySlug}/classifications": {
961
+ "post": {
962
+ "operationId": "updateClassificationsForTaxonomy",
963
+ "parameters": [
964
+ {
965
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
966
+ }
967
+ ],
968
+ "requestBody": {
969
+ "content": {
970
+ "application/json": {}
971
+ }
972
+ },
973
+ "responses": {}
974
+ }
975
+ },
976
+ "/v2/entity/taxonomies/classifications/{classificationSlug}": {
977
+ "get": {
978
+ "operationId": "getTaxonomyClassification",
979
+ "parameters": [
980
+ {
981
+ "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
982
+ }
983
+ ],
984
+ "responses": {}
985
+ },
986
+ "put": {
987
+ "operationId": "updateTaxonomyClassification",
988
+ "parameters": [
989
+ {
990
+ "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
991
+ }
992
+ ],
993
+ "requestBody": {
994
+ "content": {
995
+ "application/json": {}
996
+ }
997
+ },
998
+ "responses": {}
999
+ },
1000
+ "delete": {
1001
+ "operationId": "deleteTaxonomyClassification",
1002
+ "parameters": [
1003
+ {
1004
+ "$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
1005
+ }
1006
+ ],
1007
+ "responses": {}
1008
+ }
1009
+ },
1010
+ "/v1/entity/taxonomies/{taxonomySlug}:autocomplete": {
1011
+ "get": {
1012
+ "operationId": "taxonomyAutocomplete",
1013
+ "parameters": [
1014
+ {
1015
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
1016
+ },
1017
+ {
1018
+ "in": "query",
1019
+ "name": "query"
1020
+ },
1021
+ {
1022
+ "in": "query",
1023
+ "name": "size"
1024
+ }
1025
+ ],
1026
+ "responses": {}
1027
+ }
1028
+ },
1029
+ "/v1/entity/taxonomies/classifications:search": {
1030
+ "post": {
1031
+ "operationId": "taxonomiesClassificationsSearch",
1032
+ "parameters": [
1033
+ {
1034
+ "in": "query",
1035
+ "name": "taxonomySlug"
1036
+ },
1037
+ {
1038
+ "in": "query",
1039
+ "name": "query"
1040
+ },
1041
+ {
1042
+ "in": "query",
1043
+ "name": "archived",
1044
+ "deprecated": true
1045
+ },
1046
+ {
1047
+ "in": "query",
1048
+ "name": "include_archived"
1049
+ }
1050
+ ],
1051
+ "requestBody": {
1052
+ "content": {
1053
+ "application/json": {}
1054
+ }
1055
+ },
1056
+ "responses": {}
1057
+ }
1058
+ },
1059
+ "/v1/entity/schemas/{slug}/taxonomy/{taxonomySlug}": {
1060
+ "get": {
1061
+ "operationId": "listTaxonomyClassificationsForSchema",
1062
+ "parameters": [
1063
+ {
1064
+ "$ref": "#/components/parameters/EntitySlugPathParam"
1065
+ },
1066
+ {
1067
+ "$ref": "#/components/parameters/TaxonomySlugPathParam"
1068
+ },
1069
+ {
1070
+ "in": "query",
1071
+ "name": "query"
1072
+ },
1073
+ {
1074
+ "in": "query",
1075
+ "name": "size"
1076
+ }
1077
+ ],
1078
+ "responses": {}
1079
+ }
1080
+ },
1081
+ "/v1/entity/taxonomies/bulk-jobs": {
1082
+ "get": {
1083
+ "operationId": "getTaxonomyBulkActionJobs",
1084
+ "parameters": [
1085
+ {
1086
+ "in": "query",
1087
+ "name": "status"
1088
+ },
1089
+ {
1090
+ "in": "query",
1091
+ "name": "size"
1092
+ }
1093
+ ],
1094
+ "responses": {}
1095
+ }
1096
+ },
1097
+ "/v1/entity/taxonomies/bulk-jobs/{job_id}": {
1098
+ "get": {
1099
+ "operationId": "getTaxonomyBulkActionJobById",
1100
+ "parameters": [
1101
+ {
1102
+ "in": "path",
1103
+ "name": "job_id",
1104
+ "required": true
1105
+ }
1106
+ ],
1107
+ "responses": {}
1108
+ }
1109
+ },
1110
+ "/v1/entity/taxonomies/classifications:move": {
1111
+ "post": {
1112
+ "operationId": "bulkMoveClassifications",
1113
+ "requestBody": {
1114
+ "content": {
1115
+ "application/json": {}
1116
+ }
1117
+ },
1118
+ "responses": {}
1119
+ }
1120
+ },
1121
+ "/v1/entity/taxonomies/classifications:merge": {
1122
+ "post": {
1123
+ "operationId": "bulkMergeClassifications",
1124
+ "requestBody": {
1125
+ "content": {
1126
+ "application/json": {}
1127
+ }
1128
+ },
1129
+ "responses": {}
1130
+ }
1131
+ },
1132
+ "/v1/entity/taxonomies/classifications:delete": {
1133
+ "post": {
1134
+ "operationId": "bulkDeleteClassifications",
1135
+ "requestBody": {
1136
+ "content": {
1137
+ "application/json": {}
1138
+ }
1139
+ },
1140
+ "responses": {}
1141
+ }
1142
+ },
1143
+ "/v1/entity/schemas/attributes": {
1144
+ "post": {
1145
+ "operationId": "createSchemaAttribute",
1146
+ "requestBody": {
1147
+ "content": {
1148
+ "application/json": {}
1149
+ }
1150
+ },
1151
+ "responses": {}
1152
+ }
1153
+ },
1154
+ "/v1/entity/schemas/attributes/{composite_id}": {
1155
+ "get": {
1156
+ "operationId": "getSchemaAttribute",
1157
+ "parameters": [
1158
+ {
1159
+ "name": "composite_id",
1160
+ "in": "path",
1161
+ "required": true
1162
+ }
1163
+ ],
1164
+ "responses": {}
1165
+ },
1166
+ "put": {
1167
+ "operationId": "putSchemaAttribute",
1168
+ "parameters": [
1169
+ {
1170
+ "name": "composite_id",
1171
+ "in": "path",
1172
+ "required": true
1173
+ }
1174
+ ],
1175
+ "requestBody": {
1176
+ "content": {
1177
+ "application/json": {}
1178
+ }
1179
+ },
1180
+ "responses": {}
1181
+ },
1182
+ "delete": {
1183
+ "operationId": "deleteSchemaAttribute",
1184
+ "parameters": [
1185
+ {
1186
+ "name": "composite_id",
1187
+ "in": "path",
1188
+ "required": true
1189
+ }
1190
+ ],
1191
+ "responses": {}
1192
+ }
1193
+ },
1194
+ "/v1/entity/schemas/capabilities": {
1195
+ "post": {
1196
+ "operationId": "createSchemaCapability",
1197
+ "requestBody": {
1198
+ "content": {
1199
+ "application/json": {}
1200
+ }
1201
+ },
1202
+ "responses": {}
1203
+ }
1204
+ },
1205
+ "/v1/entity/schemas/capabilities/{composite_id}": {
1206
+ "get": {
1207
+ "operationId": "getSchemaCapability",
1208
+ "parameters": [
1209
+ {
1210
+ "name": "composite_id",
1211
+ "in": "path",
1212
+ "required": true
1213
+ }
1214
+ ],
1215
+ "responses": {}
1216
+ },
1217
+ "put": {
1218
+ "operationId": "putSchemaCapability",
1219
+ "parameters": [
1220
+ {
1221
+ "name": "composite_id",
1222
+ "in": "path",
1223
+ "required": true
1224
+ }
1225
+ ],
1226
+ "requestBody": {
1227
+ "content": {
1228
+ "application/json": {}
1229
+ }
1230
+ },
1231
+ "responses": {}
1232
+ },
1233
+ "delete": {
1234
+ "operationId": "deleteSchemaCapability",
1235
+ "parameters": [
1236
+ {
1237
+ "name": "composite_id",
1238
+ "in": "path",
1239
+ "required": true
1240
+ }
1241
+ ],
1242
+ "responses": {}
1243
+ }
1244
+ },
1245
+ "/v1/entity/schemas/group": {
1246
+ "post": {
1247
+ "operationId": "createSchemaGroup",
1248
+ "requestBody": {
1249
+ "content": {
1250
+ "application/json": {}
1251
+ }
1252
+ },
1253
+ "responses": {}
1254
+ }
1255
+ },
1256
+ "/v1/entity/schemas/group/{composite_id}": {
1257
+ "get": {
1258
+ "operationId": "getSchemaGroup",
1259
+ "parameters": [
1260
+ {
1261
+ "name": "composite_id",
1262
+ "in": "path",
1263
+ "required": true
1264
+ }
1265
+ ],
1266
+ "responses": {}
1267
+ },
1268
+ "put": {
1269
+ "operationId": "putSchemaGroup",
1270
+ "parameters": [
1271
+ {
1272
+ "name": "composite_id",
1273
+ "in": "path",
1274
+ "required": true
1275
+ }
1276
+ ],
1277
+ "requestBody": {
1278
+ "content": {
1279
+ "application/json": {}
1280
+ }
1281
+ },
1282
+ "responses": {}
1283
+ },
1284
+ "delete": {
1285
+ "operationId": "deleteSchemaGroup",
1286
+ "parameters": [
1287
+ {
1288
+ "name": "composite_id",
1289
+ "in": "path",
1290
+ "required": true
1291
+ }
1292
+ ],
1293
+ "responses": {}
1294
+ }
1295
+ },
1296
+ "/v1/entity/schemas/headline": {
1297
+ "post": {
1298
+ "operationId": "createSchemaGroupHeadline",
1299
+ "requestBody": {
1300
+ "content": {
1301
+ "application/json": {}
1302
+ }
1303
+ },
1304
+ "responses": {}
1305
+ }
1306
+ },
1307
+ "/v1/entity/schemas/headline/{composite_id}": {
1308
+ "get": {
1309
+ "operationId": "getSchemaGroupHeadline",
1310
+ "parameters": [
1311
+ {
1312
+ "name": "composite_id",
1313
+ "in": "path",
1314
+ "required": true
1315
+ }
1316
+ ],
1317
+ "responses": {}
1318
+ },
1319
+ "put": {
1320
+ "operationId": "putSchemaGroupHeadline",
1321
+ "parameters": [
1322
+ {
1323
+ "name": "composite_id",
1324
+ "in": "path",
1325
+ "required": true
1326
+ }
1327
+ ],
1328
+ "requestBody": {
1329
+ "content": {
1330
+ "application/json": {}
1331
+ }
1332
+ },
1333
+ "responses": {}
1334
+ },
1335
+ "delete": {
1336
+ "operationId": "deleteSchemaGroupHeadline",
1337
+ "parameters": [
1338
+ {
1339
+ "name": "composite_id",
1340
+ "in": "path",
1341
+ "required": true
1342
+ }
1343
+ ],
1344
+ "responses": {}
1345
+ }
1346
+ }
1347
+ },
1348
+ "components": {
1349
+ "parameters": {
1350
+ "EntityIdPathParam": {
1351
+ "name": "id",
1352
+ "in": "path",
1353
+ "required": true
1354
+ },
1355
+ "EntitySlugPathParam": {
1356
+ "name": "slug",
1357
+ "in": "path",
1358
+ "required": true
1359
+ },
1360
+ "EntitySlugPathPriceParam": {
1361
+ "name": "slug",
1362
+ "in": "path",
1363
+ "required": true
1364
+ },
1365
+ "TaxonomySlugQueryParam": {
1366
+ "name": "taxonomySlug",
1367
+ "in": "query",
1368
+ "required": true
1369
+ },
1370
+ "TaxonomySlugPathParam": {
1371
+ "name": "taxonomySlug",
1372
+ "in": "path",
1373
+ "required": true
1374
+ },
1375
+ "TaxonomySlugQueryParamOptional": {
1376
+ "name": "taxonomySlug",
1377
+ "in": "query"
1378
+ },
1379
+ "TaxonomyClassificationSlugPathParam": {
1380
+ "name": "classificationSlug",
1381
+ "in": "path",
1382
+ "required": true
1383
+ },
1384
+ "SavedViewIdPathParam": {
1385
+ "name": "id",
1386
+ "in": "path",
1387
+ "required": true
1388
+ },
1389
+ "AsyncOperationQueryParam": {
1390
+ "name": "async",
1391
+ "in": "query",
1392
+ "required": false
1393
+ },
1394
+ "HydrateEntitiesQueryParam": {
1395
+ "name": "hydrate",
1396
+ "in": "query"
1397
+ },
1398
+ "ActivityIdQueryParam": {
1399
+ "name": "activity_id",
1400
+ "in": "query",
1401
+ "required": false
1402
+ },
1403
+ "ActivityIdPathParam": {
1404
+ "name": "id",
1405
+ "in": "path",
1406
+ "required": true
1407
+ },
1408
+ "FromPageQueryParam": {
1409
+ "name": "from",
1410
+ "in": "query"
1411
+ },
1412
+ "IncludeReverseDeprecatedQueryParam": {
1413
+ "name": "include_reverse",
1414
+ "in": "query",
1415
+ "deprecated": true
1416
+ },
1417
+ "IncludeReverseQueryParam": {
1418
+ "name": "include_reverse",
1419
+ "in": "query"
1420
+ },
1421
+ "IncludeSchemasQueryParam": {
1422
+ "name": "include_schemas",
1423
+ "in": "query",
1424
+ "required": false,
1425
+ "style": "form",
1426
+ "explode": false
1427
+ },
1428
+ "ExcludeSchemasQueryParam": {
1429
+ "name": "exclude_schemas",
1430
+ "in": "query",
1431
+ "required": false,
1432
+ "style": "form",
1433
+ "explode": false
1434
+ },
1435
+ "EntityRelationsModeQueryParam": {
1436
+ "name": "mode",
1437
+ "in": "query",
1438
+ "required": false
1439
+ },
1440
+ "DryRunQueryParam": {
1441
+ "name": "dry_run",
1442
+ "in": "query",
1443
+ "required": false
1444
+ },
1445
+ "FillActivityQueryParam": {
1446
+ "name": "fill_activity",
1447
+ "in": "query",
1448
+ "required": false
1449
+ },
1450
+ "ValidateEntityQueryParam": {
1451
+ "name": "validate",
1452
+ "in": "query"
1453
+ }
1454
+ },
1455
+ "responses": {
1456
+ "NotFoundError": {
1457
+ "content": {
1458
+ "application/json": {}
1459
+ }
1460
+ }
1461
+ }
1462
+ }
1463
+ }