@akamai/openapi-ts
    Preparing search index...

    Type Alias PostTicketAttachmentData

    type PostTicketAttachmentData = {
        body: { file: string };
        path: { ticketId: number };
        query?: never;
        url: "support/tickets/{ticketId}/attachments";
    }
    Index

    Properties

    Properties

    body: { file: string }

    Type Declaration

    • file: string

      The local, absolute path to the file you want to attach to your support ticket.

    path: { ticketId: number }

    Type Declaration

    • ticketId: number

      The ID of the support ticket.

    query?: never
    url: "support/tickets/{ticketId}/attachments"