We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920a322 commit 0e43521Copy full SHA for 0e43521
src/sentry/scm/endpoints/scm_rpc.py
@@ -32,7 +32,7 @@ class ScmRpcServiceEndpoint(Endpoint):
32
Copied from the normal rpc endpoint and modified for use with SCM.
33
"""
34
35
- publish_status = {"GET": ApiPublishStatus.EXPERIMENTAL, "POST": ApiPublishStatus.EXPERIMENTAL}
+ publish_status = {"GET": ApiPublishStatus.PRIVATE, "POST": ApiPublishStatus.PRIVATE}
36
owner = ApiOwner.CODING_WORKFLOWS
37
authentication_classes = ()
38
permission_classes = ()
0 commit comments