Skip to content

Commit

Permalink
docs(readme): fix typos and expand details of update method for Wor…
Browse files Browse the repository at this point in the history
…kspaces
  • Loading branch information
MichaelSolati authored Jul 31, 2019
1 parent 865028c commit 59154fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ Each one of them encapsulates the operations related to it (like listing, updati

#### `workspaces.update({ id, data })`

- Update a workspace.information for the given ID
- Update a workspace.
- `id`: Unique ID for the workspace.
- `data`: operation to perform that is wanted. See more details in [the documentation](https://developer.typeform.com/create/reference/update-workspace/)
- `data`: Patch operation to perform in an array structure. See more details in [the documentation](https://developer.typeform.com/create/reference/update-workspace/)

### Responses

Expand Down

0 comments on commit 59154fe

Please sign in to comment.