You are here

public function MoxtraServiceInterface::updateWorkspace in Opigno Moxtra 8

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

Updates workspace (Moxtra binder).

Parameters

int $owner_id: User ID.

string $binder_id: Binder ID.

string $name: New workspace name.

Return value

array Response data.

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

File

src/MoxtraServiceInterface.php, line 36

Class

MoxtraServiceInterface
Implements Moxtra REST API.

Namespace

Drupal\opigno_moxtra

Code

public function updateWorkspace($owner_id, $binder_id, $name);