From acb38dfcfa8a7a658f083fe66455295bed503c51 Mon Sep 17 00:00:00 2001 From: Matthew McGinn Date: Mon, 6 May 2019 22:22:45 +0800 Subject: [PATCH] docs: make headers consistent Change-type: patch Signed-off-by: Matthew McGinn --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index 031988a8..7f8f1072 100644 --- a/docs/API.md +++ b/docs/API.md @@ -845,7 +845,7 @@ OK This endpoint can also take an extra optional boolean, `force`, which if true informs the supervisor to ignore any update locks which have been taken. -### Purge an application data (POST /v2/applications/:appId/purge) +#### Purge an application data (POST /v2/applications/:appId/purge) **Note:** on devices with supervisor version lower than 7.22.0, replace all `BALENA_` variables with `RESIN_`, e.g. `RESIN_SUPERVISOR_ADDRESS` instead of `BALENA_SUPERVISOR_ADDRESS`.