From cc50c998f9462eacbaa911b9a33910d90594c5cc Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 22 Feb 2010 12:23:38 -0800 Subject: [PATCH] The JSON-RPC interface is EXPERIMENTAL, now, not UNSTABLE. --- Bugzilla/WebService/Server/JSONRPC.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bugzilla/WebService/Server/JSONRPC.pm b/Bugzilla/WebService/Server/JSONRPC.pm index 489e83f58f..411f5eb09f 100644 --- a/Bugzilla/WebService/Server/JSONRPC.pm +++ b/Bugzilla/WebService/Server/JSONRPC.pm @@ -205,8 +205,8 @@ are specific to JSON-RPC. For a general overview of the Bugzilla WebServices, see L. Please note that I about this JSON-RPC interface is -B. If you want a stable API, please use the -C interface. +B. If you want a fully stable API, please use the +C interface. =head1 JSON-RPC -- 2.47.2