The following macros are not currently supported in the header:
- style
Update request
UNDER DEVELOPMENT
The following endpoint can be used to updates a request by given id.
PUT/requests/:request_id
Parameters
Table of allowed parameters.
title | String | The title of the request. |
---|---|---|
body | Unsigned Integer | The body(content) of the request. |
type_id | Unsigned Integer | The type id of the request. |
lead_id | Unsigned Integer | The lead id of the request. If this is not provided, affiliation_id must be specified. |
affiliation_id | Unsigned Integer | The affiliation id of the request. If this is not provided, lead_id must be specified. |
priority_id | Unsigned Integer | The priority id of the request |
source | String | Currently, only empty value and "email" are accepted. |
standing | String | The standing status of the request. |
claimer_id | Unsigned Integer | The staff id that is claiming this request. |
Handling the response
Please see the get request for controlling the response.