|
@@ -168,7 +168,7 @@ class WorkspaceController(Controller):
|
168
|
168
|
@require_candidate_workspace_role(UserRoleInWorkspace.CONTRIBUTOR)
|
169
|
169
|
@hapic.input_path(WorkspaceAndContentIdPathSchema())
|
170
|
170
|
@hapic.input_body(ContentMoveSchema())
|
171
|
|
- @hapic.output_body(ContentDigestSchema()) # nopep8
|
|
171
|
+ @hapic.output_body(ContentDigestSchema())
|
172
|
172
|
def move_content(
|
173
|
173
|
self,
|
174
|
174
|
context,
|