From b223fc9482b4435ed64e596a7881376adb34bd35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Fri, 13 Oct 2017 15:56:10 +0300 Subject: [PATCH] Fix REST API main document title The title still stated that it was design documentation on the API instead of being the authoritative documentation of it. --- Documentation/REST-API/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/REST-API/API.md b/Documentation/REST-API/API.md index bdd9696c4..ee066af3d 100644 --- a/Documentation/REST-API/API.md +++ b/Documentation/REST-API/API.md @@ -1,4 +1,4 @@ -# REST API design document +# REST API This document describes the version 1 of the MaxScale REST API.