Merge pull request #2097 from metamx/update-coordinator-docs

update the coordinator API docs to better explain how to format ISO86…
This commit is contained in:
Fangjin Yang 2015-12-15 17:35:48 -08:00
commit cb085f99d3
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ Returns a map of an interval to a map of segment metadata to a set of server nam
* `/druid/coordinator/v1/datasources/{dataSourceName}/intervals/{interval}`
Returns a set of segment ids for an ISO8601 interval.
Returns a set of segment ids for an ISO8601 interval. Note that the interval is delimited by a `_` instead of a `/`
* `/druid/coordinator/v1/datasources/{dataSourceName}/intervals/{interval}?simple`