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

Method put

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

Source from the content-addressed store, hash-verified

210 get_operation_object=lambda r, k: get_application_operation_object(k.get('application_id')),
211 )
212 def put(self, request: Request, workspace_id: str, application_id: str):
213 return result.success(
214 ApplicationOperateSerializer(
215 data={'application_id': application_id, 'user_id': request.user.id,
216 'workspace_id': workspace_id, }).edit(
217 request.data))
218
219 @extend_schema(
220 methods=['GET'],

Callers

nothing calls this directly

Calls 3

successMethod · 0.45
editMethod · 0.45

Tested by

no test coverage detected