MCPcopy
hub / github.com/bugsink/bugsink / create

Method create

teams/api_views.py:43–44  ·  view source on GitHub ↗
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

41 responses=TeamCreateUpdateSerializer,
42 )
43 def create(self, request, *args, **kwargs):
44 return super().create(request, *args, **kwargs)
45
46 @extend_schema(
47 summary="Retrieve a team",

Callers 15

_verification_forMethod · 0.45
signupFunction · 0.45
resend_confirmationFunction · 0.45
request_reset_passwordFunction · 0.45
handleMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls