ruleNames

@GET(value = "rules/{graphId}/names")
abstract fun ruleNames(@Path(value = "graphId") graphId: String): Single<RuleNames>