You are here

public function MoxtraServiceInterface::createWorkspace in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/MoxtraServiceInterface.php \Drupal\opigno_moxtra\MoxtraServiceInterface::createWorkspace()

Creates workspace (Moxtra binder).

Parameters

int $owner_id: User ID.

string $name: Workspace name.

Return value

array Response data.

1 method overrides MoxtraServiceInterface::createWorkspace()
MoxtraService::createWorkspace in src/MoxtraService.php
Creates workspace (Moxtra binder).

File

src/MoxtraServiceInterface.php, line 21

Class

MoxtraServiceInterface
Implements Moxtra REST API.

Namespace

Drupal\opigno_moxtra

Code

public function createWorkspace($owner_id, $name);