diff options
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Server/JSONRPC.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Server/JSONRPC.pm b/Bugzilla/WebService/Server/JSONRPC.pm index 489e83f58..411f5eb09 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<Bugzilla::WebService>. Please note that I<everything> about this JSON-RPC interface is -B<UNSTABLE>. If you want a stable API, please use the -C<XML-RPC|Bugzilla::WebService::Server::XMLRPC> interface. +B<EXPERIMENTAL>. If you want a fully stable API, please use the +C<Bugzilla::WebService::Server::XMLRPC|XML-RPC> interface. =head1 JSON-RPC |