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 bd3c78b commit 920a322Copy full SHA for 920a322
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 = {"POST": ApiPublishStatus.EXPERIMENTAL}
+ publish_status = {"GET": ApiPublishStatus.EXPERIMENTAL, "POST": ApiPublishStatus.EXPERIMENTAL}
36
owner = ApiOwner.CODING_WORKFLOWS
37
authentication_classes = ()
38
permission_classes = ()
0 commit comments