Skip to content

Commit

Permalink
Merge pull request #197 from vantaboard/docs/readme-response-typo
Browse files Browse the repository at this point in the history
chore: fixes repsonse type to response
  • Loading branch information
jv-asana authored Mar 25, 2024
2 parents 7e0be59 + 24afa0a commit f56a3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Class | Method | HTTP request | Description
*WorkspacesApi* | [**remove_user_for_workspace**](https://github.com/Asana/python-asana/blob/v5.0.5/docs/WorkspacesApi.md#remove_user_for_workspace) | **POST** /workspaces/{workspace_gid}/removeUser | Remove a user from a workspace or organization
*WorkspacesApi* | [**update_workspace**](https://github.com/Asana/python-asana/blob/v5.0.5/docs/WorkspacesApi.md#update_workspace) | **PUT** /workspaces/{workspace_gid} | Update a workspace

## Accessing repsonse data
## Accessing response data

### Example: Accessing task data
```python
Expand Down
2 changes: 1 addition & 1 deletion codegen/templates/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Class | Method | HTTP request | Description
{{#apiInfo}}{{#apis}}{{#operations}}{{#operation}}*{{classname}}* | [**{{operationId}}**](https://github.com/Asana/python-asana/blob/v{{packageVersion}}/{{apiDocPath}}{{classname}}.md#{{operationIdLowerCase}}) | **{{httpMethod}}** {{path}} | {{#summary}}{{summary}}{{/summary}}
{{/operation}}{{/operations}}{{/apis}}{{/apiInfo}}

## Accessing repsonse data
## Accessing response data

### Example: Accessing task data
```python
Expand Down

0 comments on commit f56a3ec

Please sign in to comment.