kustomer-client
    Preparing search index...

    Type Alias UpdateNoteByIdResponses

    type UpdateNoteByIdResponses = {
        "200": {
            data: {
                attributes: { body: string; createdAt: string; updatedAt: string };
                id: string;
                links: { self: string };
                relationships: {
                    conversation: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    createdBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    customer: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    org: { data: { id: string; type: string }; links: { self: string } };
                    userMentions: { data: { id: string; type: string }[] };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: { body: string; createdAt: string; updatedAt: string };
            id: string;
            links: { self: string };
            relationships: {
                conversation: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                createdBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                customer: { data: { id: string; type: string }; links: { self: string } };
                org: { data: { id: string; type: string }; links: { self: string } };
                userMentions: { data: { id: string; type: string }[] };
            };
            type: string;
        };
    }

    OK