From 01a278bb5e1683681c10402bf6fdd3cb6436a23b Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Thu, 12 Nov 2020 14:23:41 +0100 Subject: [PATCH] Clarify difference between API actions and functions in their docstrings --- lib/remote/apiaction.hpp | 2 +- lib/remote/apifunction.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/remote/apiaction.hpp b/lib/remote/apiaction.hpp index 6492449bd..f2719c1bb 100644 --- a/lib/remote/apiaction.hpp +++ b/lib/remote/apiaction.hpp @@ -15,7 +15,7 @@ namespace icinga { /** - * An API action. + * An action available over the external HTTP API. * * @ingroup remote */ diff --git a/lib/remote/apifunction.hpp b/lib/remote/apifunction.hpp index 048b83c58..e6113204d 100644 --- a/lib/remote/apifunction.hpp +++ b/lib/remote/apifunction.hpp @@ -14,7 +14,7 @@ namespace icinga { /** - * An API function. + * A function available over the internal cluster API. * * @ingroup base */