10315: Merge branch 'master' into 10315-new-arv-put-performance
[arvados.git] / services / api / config / application.default.yml
index b4b396a2ee7e1c544ddae3dcd2588b104e5409b8..5fe03024bf7d3e9ccaee6d108c889c1078421d36 100644 (file)
@@ -265,9 +265,8 @@ common:
   unlogged_attributes: []
 
   # API methods to disable. Disabled methods are not listed in the
-  # discovery document. Note: currently, disabled methods are still
-  # accessible to clients that don't pay attention to the discovery
-  # document. Example: ["jobs.create"]
+  # discovery document, and respond 404 to all requests.
+  # Example: ["jobs.create", "pipeline_instances.create"]
   disable_api_methods: []
 
   ###