diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-22 21:23:03 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-22 21:23:03 +0100 |
commit | 93e4ebe59f0bfc0d964009611e8636eb27c73363 (patch) | |
tree | 26784098292eb14030110a076ac78fbbf724f762 /Bugzilla/WebService | |
parent | 59ed17e8610c3d1b40e4f47a936a34e9c3f2cde8 (diff) | |
download | bugzilla-93e4ebe59f0bfc0d964009611e8636eb27c73363.tar.gz bugzilla-93e4ebe59f0bfc0d964009611e8636eb27c73363.tar.xz |
The JSON-RPC WebService is EXPERIMENTAL, now, not UNSTABLE.
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 |