1 | <?php |
||
11 | class Metadata extends Subresource |
||
12 | { |
||
13 | protected $subresource = 'clarify:metadata'; |
||
14 | |||
15 | /** |
||
16 | * @param array $options |
||
17 | * @return mixed |
||
18 | * @throws Exceptions\InvalidJSONException |
||
19 | * @throws InvalidIntegerArgumentException |
||
20 | */ |
||
21 | public function update(array $options) |
||
41 | } |
||
42 |