@@ -727,6 +727,18 @@ def str2value(self, value):
727727are logged into roundup and open a roundup link
728728from a source other than roundup (e.g. link in
729729email).""" ),
730+ (BooleanOption , 'enable_xmlrpc' , "yes" ,
731+ """Whether to enable the XMLRPC API in the roundup web
732+ interface. By default the XMLRPC endpoint is the string 'xmlrpc'
733+ after the roundup web url configured in the 'tracker' section.
734+ If this variable is set to 'no', the xmlrpc path has no special meaning
735+ and will yield an error message.""" ),
736+ (BooleanOption , 'enable_rest' , "yes" ,
737+ """Whether to enable the REST API in the roundup web
738+ interface. By default the REST endpoint is the string 'rest' plus any
739+ additional REST-API parameters after the roundup web url configured in
740+ the tracker section. If this variable is set to 'no', the rest path has
741+ no special meaning and will yield an error message.""" ),
730742 (CsrfSettingOption , 'csrf_enforce_token' , "yes" ,
731743 """How do we deal with @csrf fields in posted forms.
732744Set this to 'required' to block the post and notify
0 commit comments