Skip to content

Commit 62847f2

Browse files
committed
add 404 comp not found response to upsert rule
1 parent b2d864a commit 62847f2

File tree

1 file changed

+2
-0
lines changed
  • specs/composition-full/paths/rules

1 file changed

+2
-0
lines changed

specs/composition-full/paths/rules/rule.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ put:
6060
$ref: '../../../common/responses/FeatureNotEnabled.yml'
6161
'403':
6262
$ref: '../../../common/responses/MethodNotAllowed.yml'
63+
'404':
64+
$ref: '../../../common/responses/CompositionNotFound.yml'
6365
'422':
6466
$ref: '../../../common/responses/UnprocessableEntity.yml'
6567

0 commit comments

Comments
 (0)