Globus SDK for JavaScript
    Preparing search index...

    Type Alias UpdateResponse

    type UpdateResponse = {
        code: "Updated";
        DATA_TYPE: "result";
        message: string;
        request_id: string;
        resource: `/endpoint/${string}`;
    }
    Index
    code: "Updated"
    DATA_TYPE: "result"
    message: string
    request_id: string
    resource: `/endpoint/${string}`