MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / post

Method post

apps/application/views/application.py:69–71  ·  view source on GitHub ↗
(self, request: Request, workspace_id: str)

Source from the content-addressed store, hash-verified

67 get_operation_object=lambda r, k: {'name': r.data.get('name')},
68 )
69 def post(self, request: Request, workspace_id: str):
70 return result.success(
71 ApplicationSerializer(data={'workspace_id': workspace_id, 'user_id': request.user.id}).insert(request.data))
72
73 @extend_schema(
74 methods=['GET'],

Callers

nothing calls this directly

Calls 3

successMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected