Skip to content
This repository was archived by the owner on Dec 30, 2019. It is now read-only.
This repository was archived by the owner on Dec 30, 2019. It is now read-only.

Saving an unkown resource should not respond 'success' #141

@ndoschek

Description

@ndoschek

When trying to save an unknown resource, the model server responds with success:
{ "type": "success", "data": "Model 'file:/...' successfully saved" }

This is not correct, it should return an error, just like for example the DELETE endpoint.
{ "type": "error", "data": "Model 'file:/...' not found, cannot be deleted!" }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions