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

    Type Alias PostTicketReplyData

    type PostTicketReplyData = {
        body: { description: string };
        path: { ticketId: number };
        query?: never;
        url: "support/tickets/{ticketId}/replies";
    }
    Index

    Properties

    Properties

    body: { description: string }

    Type Declaration

    • description: string

      The content of your reply.

    path: { ticketId: number }

    Type Declaration

    • ticketId: number

      The ID of the support ticket.

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