@@ -61,17 +61,19 @@ paths:
61
61
/1/compositions/{compositionID}/facets/{facetName}/query :
62
62
$ref : ' paths/search/searchForFacetValues.yml'
63
63
64
- # #########################
65
- # ### Objects Endpoints ###
66
- # #########################
64
+ # #####################################
65
+ # ### Manage Compositions Endpoints ###
66
+ # #####################################
67
+ /1/compositions :
68
+ $ref : ' paths/compositions/list.yml'
67
69
/1/compositions/{compositionID} :
68
- $ref : ' paths/objects/objects .yml'
70
+ $ref : ' paths/compositions/composition .yml'
69
71
/1/compositions/*/batch :
70
- $ref : ' paths/objects/multipleBatch .yml'
72
+ $ref : ' paths/compositions/batch .yml'
71
73
72
- # #######################
73
- # ### Rules Endpoints ###
74
- # #######################
74
+ # ##########################################
75
+ # ### Manage Composition Rules Endpoints ###
76
+ # ##########################################
75
77
/1/compositions/{compositionID}/rules/{objectID} :
76
78
$ref : ' paths/rules/rule.yml'
77
79
/1/compositions/{compositionID}/rules/batch :
@@ -85,12 +87,6 @@ paths:
85
87
/1/compositions/{compositionID}/task/{taskID} :
86
88
$ref : ' paths/advanced/getTask.yml'
87
89
88
- # #####################################
89
- # ### Manage Compositions Endpoints ###
90
- # #####################################
91
- /1/compositions :
92
- $ref : ' paths/manage_compositions/listCompositions.yml'
93
-
94
90
# ###############
95
91
# ### Helpers ###
96
92
# ###############
0 commit comments