-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Version should return location and users #45
Comments
FWIW, I don't think this should be stored in the header. I think this should be in the body. It's pretty un-conventional to get information client-side from a header object. {
"url": "https://...",
"users": [{"email": "anonymous"}],
"label": "My new version",
} My expectation would be that the format matches what the list API gives. |
Doesn't the client have to do more work anyway? These paths are relative to the incoming origin path - and since the DA UI doesn't have to run on on Helix they can make it FQ since the origin is always a |
Expected Behaviour
The Create Version API should return the URL of the version created in the
Location
header.It should also return the associated user(s) with the version in the metadata.
The text was updated successfully, but these errors were encountered: