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

    Type Alias responsesUploadQuestionFilesResponse201

    Upload files as answers for a specific question in the response. This operation automatically creates or updates the answer for this question with the uploaded file URLs. The limit for each question is 10 files, and each file must be less than 10MB.

    type responsesUploadQuestionFilesResponse201 = {
        data: ResponsesQuestionFilesUploadResponse;
        status: 201;
    }
    Index

    Properties

    Properties

    status: 201