update the coordinator API docs to better explain how to format ISO8601 intervals in the request url

This commit is contained in:
desaianuj 2015-12-15 16:15:26 -08:00
parent bec7dacd86
commit 2f32cb1fb6
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,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`