kustomer-client
    Preparing search index...

    Type Alias CreateAttachmentResponses

    type CreateAttachmentResponses = {
        "201": {
            data: {
                attributes: {
                    contentLength: number;
                    contentType: string;
                    name: string;
                    redacted: boolean;
                    uploaded: boolean;
                };
                id: string;
                links: { related: string; self: string };
                relationships: {
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
            meta: {
                upload: {
                    fields: {
                        acl: string;
                        bucket: string;
                        "Content-Type": string;
                        key: string;
                        Policy: string;
                        "X-Amz-Algorithm": string;
                        "X-Amz-Credential": string;
                        "X-Amz-Date": string;
                        "X-Amz-Meta-Attachment-Id": string;
                        "X-Amz-Signature": string;
                    };
                    url: string;
                };
            };
        };
    }
    Index

    Properties

    Properties

    "201": {
        data: {
            attributes: {
                contentLength: number;
                contentType: string;
                name: string;
                redacted: boolean;
                uploaded: boolean;
            };
            id: string;
            links: { related: string; self: string };
            relationships: {
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
        meta: {
            upload: {
                fields: {
                    acl: string;
                    bucket: string;
                    "Content-Type": string;
                    key: string;
                    Policy: string;
                    "X-Amz-Algorithm": string;
                    "X-Amz-Credential": string;
                    "X-Amz-Date": string;
                    "X-Amz-Meta-Attachment-Id": string;
                    "X-Amz-Signature": string;
                };
                url: string;
            };
        };
    }

    Created