-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Motivation
With #4924, directories can now be created via a link operation and we need an endpoint to fetch it in the same manner as the other entity
Acceptance criteria
- Access permission is performed
- It is possible to fetch the latest revision, at a given tag or at a given revision
- Like other entities, proper errors are returned when the revision or the tag does not exist
This section should be about results in domain terms, not implementation details.
Implementation notes
Add any technical details which might be helpful here. Which classes will need to change? What things do you need to know about which might not be obvious?
API changes
Example request/response if applicable.
Mockups
Screenshots or XD export if applicable.
Not in scope
- The X will not be...
- The Y will be handled separately...