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