mirror of https://github.com/apache/druid.git
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:
commit
cb085f99d3
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue