Skip to content

Conversation

roydejong
Copy link

@roydejong roydejong commented Aug 24, 2022

This adds support for the newArticleGroup API call.

Example:

<?php

/**
 * @var $client MplusQAPIclient
 */
$response = $client->newArticleGroup([
  'name' => 'My group',
  'text' => 'Extra text'
]);

var_dump($response);
// array (size=1)
//  'groupNumber' => int 123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant