-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Rest API
-
Release Notes Summary:Migration Object returns 404 NOT FOUND on unknown migration ids
-
Epic Link:
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #83
-
Story Points:1
to reproduce, run a nuxeo instance and do the following:
```curl -iu Administrator:Administrator \
http://localhost:8080/nuxeo/api/v1/management/migration/doesNotExistMigration```
You will get a 204 (no content) response.
The Migration endpoint should return a 404 (not found) status code like the ProbesObject does for example.