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