diff --git a/API.md b/API.md index 4b6920692..2fbadaa9c 100644 --- a/API.md +++ b/API.md @@ -19,6 +19,9 @@ in the hash portion of the URL: `{z}`, `{ty}` for flipped TMS-style Y coordinates, and `{switch:a,b,c}` for DNS multiplexing. Example: `background=custom:http://{switch:a,b,c}.tiles.mapbox.com/v3/examples.map-4l7djmvo/{z}/{x}/{y}.png` +* `comment` - Prefills the changeset comment box, for use when integrating iD with + external task management or quality assurance tools. Example: + `comment=CAR%20crisis%2C%20refugee%20areas%20in%20Cameroon%20%23hotosm-task-592`. When constructing a URL to an instance of iD embedded in the OpenStreetMap Rails Port (e.g. `http://www.openstreetmap.org/edit?editor=id`), the following parameters @@ -90,4 +93,4 @@ of several elements, only one of which can be `:hover`ed.) Elements that are currently active (being clicked or dragged) shall have the `.active` class. (TODO) -Elements that are currently selected shall have the `.selected` class. \ No newline at end of file +Elements that are currently selected shall have the `.selected` class.