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

    Type Alias formsUpdateSectionResponse200

    Update an existing section by its unique identifier. Description fields in the request body should be sent as ProseMirror JSON from the Tiptap editor.

    type formsUpdateSectionResponse200 = {
        data: FormsSection;
        status: 200;
    }
    Index

    Properties

    Properties

    status: 200