Update an existing question by its unique identifier. Description fields in the request body should be sent as ProseMirror JSON from the Tiptap editor.
If the order field differs from the question's current position, the question is moved to the new position (clamped to [1, totalCount]). All questions between the old and new positions are shifted accordingly to maintain a contiguous order sequence.
Update an existing question by its unique identifier. Description fields in the request body should be sent as ProseMirror JSON from the Tiptap editor.
If the
orderfield differs from the question's current position, the question is moved to the new position (clamped to[1, totalCount]). All questions between the old and new positions are shifted accordingly to maintain a contiguous order sequence.