@epilot/entity-client 4.43.1 → 4.43.3

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