Update a Draft
PUT {{baseUrl}}/v3/grants/:grant_id/drafts/:draft_id
You can use the Drafts v3 API to update a draft email message using its ID.
Request Body
{"starred"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e","data":"\u003cobject\u003e"}