Skip to content
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

Enhancement: add revision message #27

Open
billgeo opened this issue Apr 16, 2018 · 1 comment
Open

Enhancement: add revision message #27

billgeo opened this issue Apr 16, 2018 · 1 comment

Comments

@billgeo
Copy link
Contributor

billgeo commented Apr 16, 2018

In Koordinates platform you can add a revision message when you update a layer. A future enhancement could be to add a custom revision message when the layers are updated.

@hamishcampbell
Copy link
Collaborator

Hi team,

Just wanted to note for future implementation: in my own testing I recently discovered that the revision message could not be set via the API. This has been remedied. A reference text attribute can be supplied when creating/editing drafts via the API.

For example:

POST /layers/:id/versions/
{
    "reference": "This will create a draft with no changes except this revision message"
}

Note that the reference will appear in the version object (where it does now) rather than the top level Layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants