| 1 | <?php |
||
| 11 | class UpdateWorkspaceUser extends DeleteWorkspaceUser |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var string |
||
| 15 | */ |
||
| 16 | protected $uri = 'workspace_users/{workspace_user_id}'; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var string |
||
| 20 | */ |
||
| 21 | protected $method = Request::PUT; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | 1 | public function jsonSerialize() |
|
| 30 | } |
||
| 31 |