> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/task/_setresolution.md).

# \_setResolution

Set the Resolution of the Task.

### Parameters

#### id

The ID of the Task.

#### resolution

Textual description of the Resolution of the task.

### Example

```
FM_api('Task_setResolution', ['id' => '123', 'resolution' => 'TEST RESOLUTION']);
```

### Result

#### On Success

```
{'ok':1}
```
