diff --git a/nuxeo-features/rest-api/nuxeo-rest-api-server/src/main/resources/skin/views/doc/errorresponses.ftl b/nuxeo-features/rest-api/nuxeo-rest-api-server/src/main/resources/skin/views/doc/errorresponses.ftl index 19d3cd6bd85..7ee08067fe3 100644 --- a/nuxeo-features/rest-api/nuxeo-rest-api-server/src/main/resources/skin/views/doc/errorresponses.ftl +++ b/nuxeo-features/rest-api/nuxeo-rest-api-server/src/main/resources/skin/views/doc/errorresponses.ftl @@ -1,10 +1,10 @@ -"errorResponses": [ +"responseMessages": [ { - "reason": "Not Authorized to get document", + "message": "Not Authorized to get document", "code": 401 }, { - "reason": "Document not found", + "message": "Document not found", "code": 404 } -] \ No newline at end of file +]