diff --git a/server/swagger.json b/server/swagger.json index 725e562039..97e09c58f9 100644 --- a/server/swagger.json +++ b/server/swagger.json @@ -2240,7 +2240,8 @@ "replication": 3, "shardDuration": "3h", "links": { - "self": "/chronograf/v1/sources/1/dbs/NOAA_water_database" + "self": "/chronograf/v1/sources/1/dbs/NOAA_water_database", + "rps": "/chronograf/v1/sources/1/dbs/NOAA_water_database/rps" } }, "properties": { @@ -2268,6 +2269,11 @@ "type": "string", "description": "Self link mapping to this resource", "format": "url" + }, + "rps": { + "type": "string", + "description": "Link to retention policies for this database", + "format": "url" } } }