Skip to content

Commit a5e77e3

Browse files
committed
[DURACOM-412] Update findByCustomURL return code documentation.
Change return code from 204 No content to 404 Not found when no item is found with the given custom URL, reflecting the actual implementation.
1 parent 081e671 commit a5e77e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,5 +614,5 @@ Search an item by the provided custom url. If the provided url is an UUID, a fin
614614

615615
Return codes:
616616
* 200 OK - if the operation succeed
617-
* 204 No content - if the operation succeed but no item was found
617+
* 404 Not found - if no item was found with the given custom URL
618618
* 500 Internal server error - if multiple item was found related to the given url

0 commit comments

Comments
 (0)