Skip to content

Commit 2c2c528

Browse files
refactor(specs): move file & directories with a more accurate name (#5332)
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 57ada09 commit 2c2c528

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

specs/composition-full/spec.yml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)