Awesome Support Developer Documentation

Update A Ticket Reply

Arguments

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: read, unread

content The content for the object.
author The ID for the author of the object.

Definition

POST /wpas-api/v1/tickets/<ticket_id>/replies/<id>

Example Request

$ curl -X POST http://awesomesupport.dev/wp-json -d '{"title":"My New Title"}'

Share: