Skip to content

Commit 920a322

Browse files
committed
Add GET docs
1 parent bd3c78b commit 920a322

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 = {"POST": ApiPublishStatus.EXPERIMENTAL}
35+
publish_status = {"GET": ApiPublishStatus.EXPERIMENTAL, "POST": ApiPublishStatus.EXPERIMENTAL}
3636
owner = ApiOwner.CODING_WORKFLOWS
3737
authentication_classes = ()
3838
permission_classes = ()

0 commit comments

Comments
 (0)