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