Skip to content

Commit e408234

Browse files
authored
Merge pull request #1154 from tableau/kr-issues-fix
Kr issues fix
2 parents 495d969 + 7954b5c commit e408234

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/api-ref.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ Error | Description
647647

648648
**Returns**
649649

650-
A refreshed `DatasourceItem`.
650+
A refreshed `JobItem`.
651651

652652

653653
**Example**
@@ -2025,7 +2025,7 @@ Name | Description
20252025
projects.update_permission(item, rules)
20262026
```
20272027

2028-
Add or update project permissions.
2028+
Add project permissions for a user or group.
20292029

20302030
REST API: [Add Project Permissions](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_permissions.htm#add_project_permissions){:target="_blank"}
20312031

docs/filter-sort.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ API help](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_conc
3535

3636
To filter on a field, you need to specify the field name, an operator criteria and a value criteria.
3737

38+
**Note**: Ampersands and commas in filters are not supported by the REST API as they are used as delimiters.
39+
3840
### Operator criteria
3941

4042
The operator that you want to use for that field. For example, you can use the Equals operator to get everything from the endpoint that matches exactly.

0 commit comments

Comments
 (0)