zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

HelpCenter: Article update don't work #425

Closed flaver12 closed 4 months ago

flaver12 commented 5 years ago

Hey, I don't know if this is a bug or I'm too blind to see the error. I try to update an article I run this code here:

// content is the article and $articleArray is the $content but as array
// Structure of the array is: ['id' => 1234, 'body' => 'foo bar'....]
$this->zenDeskClient->helpCenter->articles()->update($content->getId(), $articleArray);

I get a 200 back but it seems that it doesn't update the content of the article. Thx for the help in advance.

ecoologic commented 5 months ago

Hi,

thank you for your request, are you still interested in a solution for this issue?

ecoologic commented 4 months ago

Closing due to inactivity. Re-open if needed.