If I have the following REST API:
/resource/{id}
where the id's are hashes of specific information. If it is accessed with an id that is not "correct" e.g. 'abc' (/resource/abc),
Should this result in a 404 not found or should i result in something else?