@epilot/entity-client 4.29.1 → 4.29.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +0 -0
- package/dist/client.js +0 -0
- package/dist/definition.d.ts +0 -0
- package/dist/definition.js +1 -1
- package/dist/index.d.ts +0 -0
- package/dist/index.js +0 -0
- package/dist/openapi-runtime.json +190 -60
- package/dist/openapi.d.ts +413 -11
- package/dist/openapi.json +326 -4
- package/dist/schema-model.d.ts +0 -0
- package/dist/schema-model.js +0 -0
- package/package.json +3 -3
- package/LICENSE +0 -21
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
"in": "query",
|
|
14
14
|
"name": "unpublished"
|
|
15
15
|
}
|
|
16
|
-
]
|
|
16
|
+
],
|
|
17
|
+
"responses": {}
|
|
17
18
|
}
|
|
18
19
|
},
|
|
19
20
|
"/v1/entity/schemas/{slug}": {
|
|
@@ -27,7 +28,8 @@
|
|
|
27
28
|
"in": "query",
|
|
28
29
|
"name": "id"
|
|
29
30
|
}
|
|
30
|
-
]
|
|
31
|
+
],
|
|
32
|
+
"responses": {}
|
|
31
33
|
},
|
|
32
34
|
"put": {
|
|
33
35
|
"operationId": "putSchema",
|
|
@@ -44,7 +46,8 @@
|
|
|
44
46
|
"content": {
|
|
45
47
|
"application/json": {}
|
|
46
48
|
}
|
|
47
|
-
}
|
|
49
|
+
},
|
|
50
|
+
"responses": {}
|
|
48
51
|
},
|
|
49
52
|
"delete": {
|
|
50
53
|
"operationId": "deleteSchema",
|
|
@@ -52,7 +55,8 @@
|
|
|
52
55
|
{
|
|
53
56
|
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
54
57
|
}
|
|
55
|
-
]
|
|
58
|
+
],
|
|
59
|
+
"responses": {}
|
|
56
60
|
}
|
|
57
61
|
},
|
|
58
62
|
"/v1/entity/schemas/{slug}/json/schema": {
|
|
@@ -62,7 +66,8 @@
|
|
|
62
66
|
{
|
|
63
67
|
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
64
68
|
}
|
|
65
|
-
]
|
|
69
|
+
],
|
|
70
|
+
"responses": {}
|
|
66
71
|
}
|
|
67
72
|
},
|
|
68
73
|
"/v1/entity/schemas/{slug}/json/example": {
|
|
@@ -72,7 +77,8 @@
|
|
|
72
77
|
{
|
|
73
78
|
"$ref": "#/components/parameters/EntitySlugPathParam"
|
|
74
79
|
}
|
|
75
|
-
]
|
|
80
|
+
],
|
|
81
|
+
"responses": {}
|
|
76
82
|
}
|
|
77
83
|
},
|
|
78
84
|
"/v1/entity/schemas/{slug}/versions": {
|
|
@@ -105,12 +111,14 @@
|
|
|
105
111
|
"style": "form",
|
|
106
112
|
"explode": false
|
|
107
113
|
}
|
|
108
|
-
]
|
|
114
|
+
],
|
|
115
|
+
"responses": {}
|
|
109
116
|
}
|
|
110
117
|
},
|
|
111
118
|
"/v1/entity/schemas/blueprints": {
|
|
112
119
|
"get": {
|
|
113
|
-
"operationId": "listSchemaBlueprints"
|
|
120
|
+
"operationId": "listSchemaBlueprints",
|
|
121
|
+
"responses": {}
|
|
114
122
|
}
|
|
115
123
|
},
|
|
116
124
|
"/v1/entity:search": {
|
|
@@ -120,7 +128,8 @@
|
|
|
120
128
|
"content": {
|
|
121
129
|
"application/json": {}
|
|
122
130
|
}
|
|
123
|
-
}
|
|
131
|
+
},
|
|
132
|
+
"responses": {}
|
|
124
133
|
}
|
|
125
134
|
},
|
|
126
135
|
"/v1/entity:list": {
|
|
@@ -130,7 +139,8 @@
|
|
|
130
139
|
"content": {
|
|
131
140
|
"application/json": {}
|
|
132
141
|
}
|
|
133
|
-
}
|
|
142
|
+
},
|
|
143
|
+
"responses": {}
|
|
134
144
|
}
|
|
135
145
|
},
|
|
136
146
|
"/v1/entity/{slug}": {
|
|
@@ -143,6 +153,9 @@
|
|
|
143
153
|
{
|
|
144
154
|
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
145
155
|
},
|
|
156
|
+
{
|
|
157
|
+
"$ref": "#/components/parameters/FillActivityQueryParam"
|
|
158
|
+
},
|
|
146
159
|
{
|
|
147
160
|
"$ref": "#/components/parameters/AsyncOperationQueryParam"
|
|
148
161
|
}
|
|
@@ -151,7 +164,8 @@
|
|
|
151
164
|
"content": {
|
|
152
165
|
"application/json": {}
|
|
153
166
|
}
|
|
154
|
-
}
|
|
167
|
+
},
|
|
168
|
+
"responses": {}
|
|
155
169
|
}
|
|
156
170
|
},
|
|
157
171
|
"/v1/entity/{slug}:validate": {
|
|
@@ -166,7 +180,8 @@
|
|
|
166
180
|
"content": {
|
|
167
181
|
"application/json": {}
|
|
168
182
|
}
|
|
169
|
-
}
|
|
183
|
+
},
|
|
184
|
+
"responses": {}
|
|
170
185
|
}
|
|
171
186
|
},
|
|
172
187
|
"/v1/entity/{slug}:upsert": {
|
|
@@ -179,6 +194,9 @@
|
|
|
179
194
|
{
|
|
180
195
|
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
181
196
|
},
|
|
197
|
+
{
|
|
198
|
+
"$ref": "#/components/parameters/FillActivityQueryParam"
|
|
199
|
+
},
|
|
182
200
|
{
|
|
183
201
|
"$ref": "#/components/parameters/DryRunQueryParam"
|
|
184
202
|
},
|
|
@@ -195,7 +213,8 @@
|
|
|
195
213
|
"content": {
|
|
196
214
|
"application/json": {}
|
|
197
215
|
}
|
|
198
|
-
}
|
|
216
|
+
},
|
|
217
|
+
"responses": {}
|
|
199
218
|
}
|
|
200
219
|
},
|
|
201
220
|
"/v2/entity/{slug}/{id}": {
|
|
@@ -217,7 +236,8 @@
|
|
|
217
236
|
"style": "form",
|
|
218
237
|
"explode": false
|
|
219
238
|
}
|
|
220
|
-
]
|
|
239
|
+
],
|
|
240
|
+
"responses": {}
|
|
221
241
|
}
|
|
222
242
|
},
|
|
223
243
|
"/v1/entity/{slug}/{id}": {
|
|
@@ -233,7 +253,8 @@
|
|
|
233
253
|
{
|
|
234
254
|
"$ref": "#/components/parameters/HydrateEntitiesQueryParam"
|
|
235
255
|
}
|
|
236
|
-
]
|
|
256
|
+
],
|
|
257
|
+
"responses": {}
|
|
237
258
|
},
|
|
238
259
|
"put": {
|
|
239
260
|
"operationId": "updateEntity",
|
|
@@ -247,6 +268,9 @@
|
|
|
247
268
|
{
|
|
248
269
|
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
249
270
|
},
|
|
271
|
+
{
|
|
272
|
+
"$ref": "#/components/parameters/FillActivityQueryParam"
|
|
273
|
+
},
|
|
250
274
|
{
|
|
251
275
|
"$ref": "#/components/parameters/AsyncOperationQueryParam"
|
|
252
276
|
}
|
|
@@ -255,7 +279,8 @@
|
|
|
255
279
|
"content": {
|
|
256
280
|
"application/json": {}
|
|
257
281
|
}
|
|
258
|
-
}
|
|
282
|
+
},
|
|
283
|
+
"responses": {}
|
|
259
284
|
},
|
|
260
285
|
"patch": {
|
|
261
286
|
"operationId": "patchEntity",
|
|
@@ -269,6 +294,9 @@
|
|
|
269
294
|
{
|
|
270
295
|
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
271
296
|
},
|
|
297
|
+
{
|
|
298
|
+
"$ref": "#/components/parameters/FillActivityQueryParam"
|
|
299
|
+
},
|
|
272
300
|
{
|
|
273
301
|
"$ref": "#/components/parameters/DryRunQueryParam"
|
|
274
302
|
},
|
|
@@ -281,7 +309,8 @@
|
|
|
281
309
|
"application/json": {}
|
|
282
310
|
},
|
|
283
311
|
"required": true
|
|
284
|
-
}
|
|
312
|
+
},
|
|
313
|
+
"responses": {}
|
|
285
314
|
},
|
|
286
315
|
"delete": {
|
|
287
316
|
"operationId": "deleteEntity",
|
|
@@ -295,7 +324,8 @@
|
|
|
295
324
|
{
|
|
296
325
|
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
297
326
|
}
|
|
298
|
-
]
|
|
327
|
+
],
|
|
328
|
+
"responses": {}
|
|
299
329
|
}
|
|
300
330
|
},
|
|
301
331
|
"/v1/entity:autocomplete": {
|
|
@@ -319,7 +349,8 @@
|
|
|
319
349
|
"name": "size",
|
|
320
350
|
"in": "query"
|
|
321
351
|
}
|
|
322
|
-
]
|
|
352
|
+
],
|
|
353
|
+
"responses": {}
|
|
323
354
|
}
|
|
324
355
|
},
|
|
325
356
|
"/v1/entity/activity": {
|
|
@@ -337,7 +368,8 @@
|
|
|
337
368
|
"content": {
|
|
338
369
|
"application/json": {}
|
|
339
370
|
}
|
|
340
|
-
}
|
|
371
|
+
},
|
|
372
|
+
"responses": {}
|
|
341
373
|
}
|
|
342
374
|
},
|
|
343
375
|
"/v1/entity/activity/{id}": {
|
|
@@ -355,7 +387,8 @@
|
|
|
355
387
|
"in": "query",
|
|
356
388
|
"name": "operations_from"
|
|
357
389
|
}
|
|
358
|
-
]
|
|
390
|
+
],
|
|
391
|
+
"responses": {}
|
|
359
392
|
}
|
|
360
393
|
},
|
|
361
394
|
"/v1/entity/activity/{id}:attach": {
|
|
@@ -371,7 +404,8 @@
|
|
|
371
404
|
"style": "form",
|
|
372
405
|
"explode": false
|
|
373
406
|
}
|
|
374
|
-
]
|
|
407
|
+
],
|
|
408
|
+
"responses": {}
|
|
375
409
|
}
|
|
376
410
|
},
|
|
377
411
|
"/v1/entity/{slug}/{id}/activity": {
|
|
@@ -407,7 +441,8 @@
|
|
|
407
441
|
"in": "query",
|
|
408
442
|
"name": "include_relations"
|
|
409
443
|
}
|
|
410
|
-
]
|
|
444
|
+
],
|
|
445
|
+
"responses": {}
|
|
411
446
|
}
|
|
412
447
|
},
|
|
413
448
|
"/v1/entity/{slug}/{id}/relations": {
|
|
@@ -440,7 +475,8 @@
|
|
|
440
475
|
{
|
|
441
476
|
"$ref": "#/components/parameters/ExcludeSchemasQueryParam"
|
|
442
477
|
}
|
|
443
|
-
]
|
|
478
|
+
],
|
|
479
|
+
"responses": {}
|
|
444
480
|
},
|
|
445
481
|
"post": {
|
|
446
482
|
"operationId": "addRelations",
|
|
@@ -453,13 +489,17 @@
|
|
|
453
489
|
},
|
|
454
490
|
{
|
|
455
491
|
"$ref": "#/components/parameters/AsyncOperationQueryParam"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
456
495
|
}
|
|
457
496
|
],
|
|
458
497
|
"requestBody": {
|
|
459
498
|
"content": {
|
|
460
499
|
"application/json": {}
|
|
461
500
|
}
|
|
462
|
-
}
|
|
501
|
+
},
|
|
502
|
+
"responses": {}
|
|
463
503
|
},
|
|
464
504
|
"delete": {
|
|
465
505
|
"operationId": "removeRelations",
|
|
@@ -478,7 +518,8 @@
|
|
|
478
518
|
"content": {
|
|
479
519
|
"application/json": {}
|
|
480
520
|
}
|
|
481
|
-
}
|
|
521
|
+
},
|
|
522
|
+
"responses": {}
|
|
482
523
|
}
|
|
483
524
|
},
|
|
484
525
|
"/v2/entity/{slug}/{id}/relations": {
|
|
@@ -512,7 +553,8 @@
|
|
|
512
553
|
"in": "query",
|
|
513
554
|
"name": "fields"
|
|
514
555
|
}
|
|
515
|
-
]
|
|
556
|
+
],
|
|
557
|
+
"responses": {}
|
|
516
558
|
}
|
|
517
559
|
},
|
|
518
560
|
"/v3/entity/{slug}/{id}/relations": {
|
|
@@ -548,7 +590,8 @@
|
|
|
548
590
|
{
|
|
549
591
|
"$ref": "#/components/parameters/EntityRelationsModeQueryParam"
|
|
550
592
|
}
|
|
551
|
-
]
|
|
593
|
+
],
|
|
594
|
+
"responses": {}
|
|
552
595
|
}
|
|
553
596
|
},
|
|
554
597
|
"/v2/entity/{slug}/{id}/relations/count": {
|
|
@@ -564,7 +607,8 @@
|
|
|
564
607
|
{
|
|
565
608
|
"$ref": "#/components/parameters/ExcludeSchemasQueryParam"
|
|
566
609
|
}
|
|
567
|
-
]
|
|
610
|
+
],
|
|
611
|
+
"responses": {}
|
|
568
612
|
}
|
|
569
613
|
},
|
|
570
614
|
"/v1/entity/{slug}/{id}/relations/{attribute}/{entity_id}": {
|
|
@@ -598,7 +642,8 @@
|
|
|
598
642
|
"content": {
|
|
599
643
|
"application/json": {}
|
|
600
644
|
}
|
|
601
|
-
}
|
|
645
|
+
},
|
|
646
|
+
"responses": {}
|
|
602
647
|
},
|
|
603
648
|
"delete": {
|
|
604
649
|
"operationId": "deleteRelation",
|
|
@@ -625,7 +670,8 @@
|
|
|
625
670
|
{
|
|
626
671
|
"$ref": "#/components/parameters/ActivityIdQueryParam"
|
|
627
672
|
}
|
|
628
|
-
]
|
|
673
|
+
],
|
|
674
|
+
"responses": {}
|
|
629
675
|
}
|
|
630
676
|
},
|
|
631
677
|
"/v1/entity:export": {
|
|
@@ -649,7 +695,8 @@
|
|
|
649
695
|
"content": {
|
|
650
696
|
"application/json": {}
|
|
651
697
|
}
|
|
652
|
-
}
|
|
698
|
+
},
|
|
699
|
+
"responses": {}
|
|
653
700
|
}
|
|
654
701
|
},
|
|
655
702
|
"/v1/entity:import": {
|
|
@@ -665,7 +712,8 @@
|
|
|
665
712
|
"content": {
|
|
666
713
|
"application/json": {}
|
|
667
714
|
}
|
|
668
|
-
}
|
|
715
|
+
},
|
|
716
|
+
"responses": {}
|
|
669
717
|
}
|
|
670
718
|
},
|
|
671
719
|
"/v1/entity/views": {
|
|
@@ -697,7 +745,8 @@
|
|
|
697
745
|
"name": "fields",
|
|
698
746
|
"required": false
|
|
699
747
|
}
|
|
700
|
-
]
|
|
748
|
+
],
|
|
749
|
+
"responses": {}
|
|
701
750
|
}
|
|
702
751
|
},
|
|
703
752
|
"/v1/entity/view": {
|
|
@@ -707,7 +756,8 @@
|
|
|
707
756
|
"content": {
|
|
708
757
|
"application/json": {}
|
|
709
758
|
}
|
|
710
|
-
}
|
|
759
|
+
},
|
|
760
|
+
"responses": {}
|
|
711
761
|
}
|
|
712
762
|
},
|
|
713
763
|
"/v1/entity/view/{id}": {
|
|
@@ -717,7 +767,8 @@
|
|
|
717
767
|
{
|
|
718
768
|
"$ref": "#/components/parameters/SavedViewIdPathParam"
|
|
719
769
|
}
|
|
720
|
-
]
|
|
770
|
+
],
|
|
771
|
+
"responses": {}
|
|
721
772
|
},
|
|
722
773
|
"put": {
|
|
723
774
|
"operationId": "updateSavedView",
|
|
@@ -730,7 +781,8 @@
|
|
|
730
781
|
"content": {
|
|
731
782
|
"application/json": {}
|
|
732
783
|
}
|
|
733
|
-
}
|
|
784
|
+
},
|
|
785
|
+
"responses": {}
|
|
734
786
|
},
|
|
735
787
|
"delete": {
|
|
736
788
|
"operationId": "deleteSavedView",
|
|
@@ -738,12 +790,14 @@
|
|
|
738
790
|
{
|
|
739
791
|
"$ref": "#/components/parameters/SavedViewIdPathParam"
|
|
740
792
|
}
|
|
741
|
-
]
|
|
793
|
+
],
|
|
794
|
+
"responses": {}
|
|
742
795
|
}
|
|
743
796
|
},
|
|
744
797
|
"/v1/entity/views/favorites": {
|
|
745
798
|
"get": {
|
|
746
|
-
"operationId": "listFavoriteViewsForUser"
|
|
799
|
+
"operationId": "listFavoriteViewsForUser",
|
|
800
|
+
"responses": {}
|
|
747
801
|
}
|
|
748
802
|
},
|
|
749
803
|
"/v1/entity/taxonomies": {
|
|
@@ -754,7 +808,8 @@
|
|
|
754
808
|
"in": "query",
|
|
755
809
|
"name": "include_disabled"
|
|
756
810
|
}
|
|
757
|
-
]
|
|
811
|
+
],
|
|
812
|
+
"responses": {}
|
|
758
813
|
},
|
|
759
814
|
"post": {
|
|
760
815
|
"operationId": "createTaxonomy",
|
|
@@ -762,7 +817,8 @@
|
|
|
762
817
|
"content": {
|
|
763
818
|
"application/json": {}
|
|
764
819
|
}
|
|
765
|
-
}
|
|
820
|
+
},
|
|
821
|
+
"responses": {}
|
|
766
822
|
}
|
|
767
823
|
},
|
|
768
824
|
"/v1/entity/taxonomies/{taxonomySlug}": {
|
|
@@ -772,7 +828,8 @@
|
|
|
772
828
|
{
|
|
773
829
|
"$ref": "#/components/parameters/TaxonomySlugPathParam"
|
|
774
830
|
}
|
|
775
|
-
]
|
|
831
|
+
],
|
|
832
|
+
"responses": {}
|
|
776
833
|
},
|
|
777
834
|
"put": {
|
|
778
835
|
"operationId": "updateTaxonomy",
|
|
@@ -785,7 +842,8 @@
|
|
|
785
842
|
"content": {
|
|
786
843
|
"application/json": {}
|
|
787
844
|
}
|
|
788
|
-
}
|
|
845
|
+
},
|
|
846
|
+
"responses": {}
|
|
789
847
|
},
|
|
790
848
|
"delete": {
|
|
791
849
|
"operationId": "deleteTaxonomy",
|
|
@@ -797,7 +855,8 @@
|
|
|
797
855
|
"in": "query",
|
|
798
856
|
"name": "permanent"
|
|
799
857
|
}
|
|
800
|
-
]
|
|
858
|
+
],
|
|
859
|
+
"responses": {}
|
|
801
860
|
}
|
|
802
861
|
},
|
|
803
862
|
"/v1/entity/taxonomies/{taxonomySlug}:autocomplete": {
|
|
@@ -815,7 +874,8 @@
|
|
|
815
874
|
"in": "query",
|
|
816
875
|
"name": "size"
|
|
817
876
|
}
|
|
818
|
-
]
|
|
877
|
+
],
|
|
878
|
+
"responses": {}
|
|
819
879
|
}
|
|
820
880
|
},
|
|
821
881
|
"/v1/entity/taxonomies/classifications:search": {
|
|
@@ -834,7 +894,8 @@
|
|
|
834
894
|
"content": {
|
|
835
895
|
"application/json": {}
|
|
836
896
|
}
|
|
837
|
-
}
|
|
897
|
+
},
|
|
898
|
+
"responses": {}
|
|
838
899
|
}
|
|
839
900
|
},
|
|
840
901
|
"/v1/entity/taxonomies/{taxonomySlug}/classifications": {
|
|
@@ -849,7 +910,8 @@
|
|
|
849
910
|
"content": {
|
|
850
911
|
"application/json": {}
|
|
851
912
|
}
|
|
852
|
-
}
|
|
913
|
+
},
|
|
914
|
+
"responses": {}
|
|
853
915
|
}
|
|
854
916
|
},
|
|
855
917
|
"/v1/entity/schemas/{slug}/taxonomy/{taxonomySlug}": {
|
|
@@ -870,7 +932,8 @@
|
|
|
870
932
|
"in": "query",
|
|
871
933
|
"name": "size"
|
|
872
934
|
}
|
|
873
|
-
]
|
|
935
|
+
],
|
|
936
|
+
"responses": {}
|
|
874
937
|
}
|
|
875
938
|
},
|
|
876
939
|
"/v2/entity/taxonomies/classifications/{classificationSlug}": {
|
|
@@ -880,7 +943,8 @@
|
|
|
880
943
|
{
|
|
881
944
|
"$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
|
|
882
945
|
}
|
|
883
|
-
]
|
|
946
|
+
],
|
|
947
|
+
"responses": {}
|
|
884
948
|
},
|
|
885
949
|
"put": {
|
|
886
950
|
"operationId": "updateTaxonomyClassification",
|
|
@@ -893,7 +957,8 @@
|
|
|
893
957
|
"content": {
|
|
894
958
|
"application/json": {}
|
|
895
959
|
}
|
|
896
|
-
}
|
|
960
|
+
},
|
|
961
|
+
"responses": {}
|
|
897
962
|
},
|
|
898
963
|
"delete": {
|
|
899
964
|
"operationId": "deleteTaxonomyClassification",
|
|
@@ -901,7 +966,19 @@
|
|
|
901
966
|
{
|
|
902
967
|
"$ref": "#/components/parameters/TaxonomyClassificationSlugPathParam"
|
|
903
968
|
}
|
|
904
|
-
]
|
|
969
|
+
],
|
|
970
|
+
"responses": {}
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"/v1/entity/schemas/attributes": {
|
|
974
|
+
"post": {
|
|
975
|
+
"operationId": "createSchemaAttribute",
|
|
976
|
+
"requestBody": {
|
|
977
|
+
"content": {
|
|
978
|
+
"application/json": {}
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
"responses": {}
|
|
905
982
|
}
|
|
906
983
|
},
|
|
907
984
|
"/v1/entity/schemas/attributes/{composite_id}": {
|
|
@@ -913,7 +990,8 @@
|
|
|
913
990
|
"in": "path",
|
|
914
991
|
"required": true
|
|
915
992
|
}
|
|
916
|
-
]
|
|
993
|
+
],
|
|
994
|
+
"responses": {}
|
|
917
995
|
},
|
|
918
996
|
"put": {
|
|
919
997
|
"operationId": "putSchemaAttribute",
|
|
@@ -928,7 +1006,8 @@
|
|
|
928
1006
|
"content": {
|
|
929
1007
|
"application/json": {}
|
|
930
1008
|
}
|
|
931
|
-
}
|
|
1009
|
+
},
|
|
1010
|
+
"responses": {}
|
|
932
1011
|
},
|
|
933
1012
|
"delete": {
|
|
934
1013
|
"operationId": "deleteSchemaAttribute",
|
|
@@ -938,7 +1017,19 @@
|
|
|
938
1017
|
"in": "path",
|
|
939
1018
|
"required": true
|
|
940
1019
|
}
|
|
941
|
-
]
|
|
1020
|
+
],
|
|
1021
|
+
"responses": {}
|
|
1022
|
+
}
|
|
1023
|
+
},
|
|
1024
|
+
"/v1/entity/schemas/capabilities": {
|
|
1025
|
+
"post": {
|
|
1026
|
+
"operationId": "createSchemaCapability",
|
|
1027
|
+
"requestBody": {
|
|
1028
|
+
"content": {
|
|
1029
|
+
"application/json": {}
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
"responses": {}
|
|
942
1033
|
}
|
|
943
1034
|
},
|
|
944
1035
|
"/v1/entity/schemas/capabilities/{composite_id}": {
|
|
@@ -950,7 +1041,8 @@
|
|
|
950
1041
|
"in": "path",
|
|
951
1042
|
"required": true
|
|
952
1043
|
}
|
|
953
|
-
]
|
|
1044
|
+
],
|
|
1045
|
+
"responses": {}
|
|
954
1046
|
},
|
|
955
1047
|
"put": {
|
|
956
1048
|
"operationId": "putSchemaCapability",
|
|
@@ -965,7 +1057,8 @@
|
|
|
965
1057
|
"content": {
|
|
966
1058
|
"application/json": {}
|
|
967
1059
|
}
|
|
968
|
-
}
|
|
1060
|
+
},
|
|
1061
|
+
"responses": {}
|
|
969
1062
|
},
|
|
970
1063
|
"delete": {
|
|
971
1064
|
"operationId": "deleteSchemaCapability",
|
|
@@ -975,7 +1068,19 @@
|
|
|
975
1068
|
"in": "path",
|
|
976
1069
|
"required": true
|
|
977
1070
|
}
|
|
978
|
-
]
|
|
1071
|
+
],
|
|
1072
|
+
"responses": {}
|
|
1073
|
+
}
|
|
1074
|
+
},
|
|
1075
|
+
"/v1/entity/schemas/group": {
|
|
1076
|
+
"post": {
|
|
1077
|
+
"operationId": "createSchemaGroup",
|
|
1078
|
+
"requestBody": {
|
|
1079
|
+
"content": {
|
|
1080
|
+
"application/json": {}
|
|
1081
|
+
}
|
|
1082
|
+
},
|
|
1083
|
+
"responses": {}
|
|
979
1084
|
}
|
|
980
1085
|
},
|
|
981
1086
|
"/v1/entity/schemas/group/{composite_id}": {
|
|
@@ -987,7 +1092,8 @@
|
|
|
987
1092
|
"in": "path",
|
|
988
1093
|
"required": true
|
|
989
1094
|
}
|
|
990
|
-
]
|
|
1095
|
+
],
|
|
1096
|
+
"responses": {}
|
|
991
1097
|
},
|
|
992
1098
|
"put": {
|
|
993
1099
|
"operationId": "putSchemaGroup",
|
|
@@ -1002,7 +1108,8 @@
|
|
|
1002
1108
|
"content": {
|
|
1003
1109
|
"application/json": {}
|
|
1004
1110
|
}
|
|
1005
|
-
}
|
|
1111
|
+
},
|
|
1112
|
+
"responses": {}
|
|
1006
1113
|
},
|
|
1007
1114
|
"delete": {
|
|
1008
1115
|
"operationId": "deleteSchemaGroup",
|
|
@@ -1012,7 +1119,20 @@
|
|
|
1012
1119
|
"in": "path",
|
|
1013
1120
|
"required": true
|
|
1014
1121
|
}
|
|
1015
|
-
]
|
|
1122
|
+
],
|
|
1123
|
+
"responses": {}
|
|
1124
|
+
}
|
|
1125
|
+
},
|
|
1126
|
+
"/v1/entity/public/idp/.well-known/jwks.json": {
|
|
1127
|
+
"get": {
|
|
1128
|
+
"operationId": "getESPublicJwks",
|
|
1129
|
+
"responses": {}
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
"/v1/entity/public/idp/.well-known/openid-configuration": {
|
|
1133
|
+
"get": {
|
|
1134
|
+
"operationId": "getESTokenOIDC",
|
|
1135
|
+
"responses": {}
|
|
1016
1136
|
}
|
|
1017
1137
|
}
|
|
1018
1138
|
},
|
|
@@ -1033,6 +1153,11 @@
|
|
|
1033
1153
|
"in": "path",
|
|
1034
1154
|
"required": true
|
|
1035
1155
|
},
|
|
1156
|
+
"TaxonomySlugQueryParam": {
|
|
1157
|
+
"name": "taxonomySlug",
|
|
1158
|
+
"in": "query",
|
|
1159
|
+
"required": true
|
|
1160
|
+
},
|
|
1036
1161
|
"TaxonomySlugPathParam": {
|
|
1037
1162
|
"name": "taxonomySlug",
|
|
1038
1163
|
"in": "path",
|
|
@@ -1107,6 +1232,11 @@
|
|
|
1107
1232
|
"name": "dry_run",
|
|
1108
1233
|
"in": "query",
|
|
1109
1234
|
"required": false
|
|
1235
|
+
},
|
|
1236
|
+
"FillActivityQueryParam": {
|
|
1237
|
+
"name": "fill_activity",
|
|
1238
|
+
"in": "query",
|
|
1239
|
+
"required": false
|
|
1110
1240
|
}
|
|
1111
1241
|
}
|
|
1112
1242
|
},
|