ticket_id |
Unique identifier for the ticket.
Required: true |
id |
Unique identifier for the reply.
Required: true |
date |
The date the object was published, in the site’s timezone. |
date_gmt |
The date the object was published, as GMT. |
status |
A named status for the object.
One of: |
content |
The content for the object. |
author |
The ID for the author of the object. |
POST /wpas-api/v1/tickets/<ticket_id>/replies/<id>
$ curl -X POST http://awesomesupport.dev/wp-json -d '{"title":"My New Title"}'