@@ -61,17 +61,19 @@ paths:
6161 /1/compositions/{compositionID}/facets/{facetName}/query :
6262 $ref : ' paths/search/searchForFacetValues.yml'
6363
64- # #########################
65- # ### Objects Endpoints ###
66- # #########################
64+ # #####################################
65+ # ### Manage Compositions Endpoints ###
66+ # #####################################
67+ /1/compositions :
68+ $ref : ' paths/compositions/list.yml'
6769 /1/compositions/{compositionID} :
68- $ref : ' paths/objects/objects .yml'
70+ $ref : ' paths/compositions/composition .yml'
6971 /1/compositions/*/batch :
70- $ref : ' paths/objects/multipleBatch .yml'
72+ $ref : ' paths/compositions/batch .yml'
7173
72- # #######################
73- # ### Rules Endpoints ###
74- # #######################
74+ # ##########################################
75+ # ### Manage Composition Rules Endpoints ###
76+ # ##########################################
7577 /1/compositions/{compositionID}/rules/{objectID} :
7678 $ref : ' paths/rules/rule.yml'
7779 /1/compositions/{compositionID}/rules/batch :
@@ -85,12 +87,6 @@ paths:
8587 /1/compositions/{compositionID}/task/{taskID} :
8688 $ref : ' paths/advanced/getTask.yml'
8789
88- # #####################################
89- # ### Manage Compositions Endpoints ###
90- # #####################################
91- /1/compositions :
92- $ref : ' paths/manage_compositions/listCompositions.yml'
93-
9490 # ###############
9591 # ### Helpers ###
9692 # ###############
0 commit comments