@akamai/openapi-ts
Preparing search index...
types.gen
PostTicketReplyData
Type Alias PostTicketReplyData
type
PostTicketReplyData
=
{
body
:
{
description
:
string
}
;
path
:
{
ticketId
:
number
}
;
query
?:
never
;
url
:
"support/tickets/{ticketId}/replies"
;
}
Index
Properties
body
path
query?
url
Properties
body
body
:
{
description
:
string
}
Type Declaration
description
:
string
The content of your reply.
path
path
:
{
ticketId
:
number
}
Type Declaration
ticketId
:
number
The ID of the support ticket.
Optional
query
query
?:
never
url
url
:
"support/tickets/{ticketId}/replies"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
@akamai/openapi-ts
Loading...
The content of your reply.