Skip to content

Commit 0e43521

Browse files
committed
Document private API
1 parent 920a322 commit 0e43521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/scm/endpoints/scm_rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ScmRpcServiceEndpoint(Endpoint):
3232
Copied from the normal rpc endpoint and modified for use with SCM.
3333
"""
3434

35-
publish_status = {"GET": ApiPublishStatus.EXPERIMENTAL, "POST": ApiPublishStatus.EXPERIMENTAL}
35+
publish_status = {"GET": ApiPublishStatus.PRIVATE, "POST": ApiPublishStatus.PRIVATE}
3636
owner = ApiOwner.CODING_WORKFLOWS
3737
authentication_classes = ()
3838
permission_classes = ()

0 commit comments

Comments
 (0)