MCPcopy Create free account
hub / github.com/StackStorm/st2 / get_one

Method get_one

st2api/st2api/controllers/v1/actions.py:104–109  ·  view source on GitHub ↗
(self, ref_or_id, requester_user)

Source from the content-addressed store, hash-verified

102 )
103
104 def get_one(self, ref_or_id, requester_user):
105 return super(ActionsController, self)._get_one(
106 ref_or_id,
107 requester_user=requester_user,
108 permission_type=PermissionType.ACTION_VIEW,
109 )
110
111 def post(self, action, requester_user):
112 """

Callers

nothing calls this directly

Calls 1

_get_oneMethod · 0.45

Tested by

no test coverage detected