mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-27 16:07:15 -07:00
stasis-http: Provide a response body for 201 created responses
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@389639 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -166,7 +166,7 @@ void stasis_http_response_no_content(struct stasis_http_response *response);
|
||||
* \brief Fill in a <tt>Created</tt> (201) \a stasis_http_response.
|
||||
*/
|
||||
void stasis_http_response_created(struct stasis_http_response *response,
|
||||
const char *url);
|
||||
const char *url, struct ast_json *message);
|
||||
|
||||
/*!
|
||||
* \brief Fill in \a response with a 500 message for allocation failures.
|
||||
|
||||
Reference in New Issue
Block a user