send proper content-type on some PUT requests
This commit is contained in:
parent
50f437b46a
commit
5102a9bb00
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ void FeedlyNetwork::tagEntries(const QString& tag_id, const QStringList& msg_cus
|
|||
output,
|
||||
QNetworkAccessManager::Operation::PutOperation,
|
||||
{ bearerHeader(bear),
|
||||
{ "Content-Type", "application/json" } },
|
||||
{ HTTP_HEADERS_CONTENT_TYPE, "application/json" } },
|
||||
false,
|
||||
{},
|
||||
{},
|
||||
|
|
Loading…
Add table
Reference in a new issue