@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias formsUpdateQuestionResponse200

    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.

    type formsUpdateQuestionResponse200 = {
        data: FormsQuestionResponse;
        status: 200;
    }
    Index

    Properties

    Properties

    status: 200