Skip to content

Commit 15a8c1e

Browse files
committed
make not found generic
1 parent 7711794 commit 15a8c1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specs/advanced-personalization/common/responses/UserNotFound.yml renamed to specs/advanced-personalization/common/responses/GenericNotFound.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
description: User not found.
1+
description: Not found.
22
content:
33
application/json:
44
schema:

specs/advanced-personalization/paths/user.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ get:
2222
'401':
2323
$ref: '../common/responses/Unauthorized.yml'
2424
'404':
25-
$ref: '../common/responses/UserNotFound.yml'
25+
$ref: '../common/responses/GenericNotFound.yml'
2626
'422':
2727
$ref: '../common/responses/InvalidUserID.yml'
2828
'500':

0 commit comments

Comments
 (0)