Skip to content

Commit

Permalink
Updated Python SDK: v5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-publish-client-libraries[bot] committed May 20, 2024
1 parent eb1d034 commit bab9fe8
Show file tree
Hide file tree
Showing 88 changed files with 478 additions and 478 deletions.
386 changes: 193 additions & 193 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions asana/api/allocations_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def get_allocations(self, opts, **kwargs): # noqa: E501
:param str assignee: Globally unique identifier for the user the allocation is assigned to.
:param str workspace: Globally unique identifier for the workspace.
:param int limit: Results per page. The number of objects to return per page. The value must be between 1 and 100.
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
:param list[str] opt_fields: This endpoint returns a compact resource, which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
:return: AllocationResponseArray
If the method is called asynchronously,
Expand All @@ -490,7 +490,7 @@ def get_allocations_with_http_info(self, opts, **kwargs): # noqa: E501
:param str assignee: Globally unique identifier for the user the allocation is assigned to.
:param str workspace: Globally unique identifier for the workspace.
:param int limit: Results per page. The number of objects to return per page. The value must be between 1 and 100.
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
:param list[str] opt_fields: This endpoint returns a compact resource, which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
:return: AllocationResponseArray
If the method is called asynchronously,
Expand Down
4 changes: 2 additions & 2 deletions asana/api/attachments_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def get_attachments_for_object(self, parent, opts, **kwargs): # noqa: E501
:param async_req bool
:param str parent: Globally unique identifier for object to fetch statuses from. Must be a GID for a `project`, `project_brief`, or `task`. (required)
:param int limit: Results per page. The number of objects to return per page. The value must be between 1 and 100.
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
:param list[str] opt_fields: This endpoint returns a compact resource, which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
:return: AttachmentResponseArray
If the method is called asynchronously,
Expand All @@ -523,7 +523,7 @@ def get_attachments_for_object_with_http_info(self, parent, opts, **kwargs): #
:param async_req bool
:param str parent: Globally unique identifier for object to fetch statuses from. Must be a GID for a `project`, `project_brief`, or `task`. (required)
:param int limit: Results per page. The number of objects to return per page. The value must be between 1 and 100.
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
:param list[str] opt_fields: This endpoint returns a compact resource, which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
:return: AttachmentResponseArray
If the method is called asynchronously,
Expand Down
4 changes: 2 additions & 2 deletions asana/api/audit_log_api_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_audit_log_events(self, workspace_gid, opts, **kwargs): # noqa: E501
:param str actor_gid: Filter to events triggered by the actor with this ID.
:param str resource_gid: Filter to events with this resource ID.
:param int limit: Results per page. The number of objects to return per page. The value must be between 1 and 100.
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
:return: AuditLogEventArray
If the method is called asynchronously,
returns the request thread.
Expand Down Expand Up @@ -80,7 +80,7 @@ def get_audit_log_events_with_http_info(self, workspace_gid, opts, **kwargs): #
:param str actor_gid: Filter to events triggered by the actor with this ID.
:param str resource_gid: Filter to events with this resource ID.
:param int limit: Results per page. The number of objects to return per page. The value must be between 1 and 100.
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
:return: AuditLogEventArray
If the method is called asynchronously,
returns the request thread.
Expand Down
8 changes: 4 additions & 4 deletions asana/api/custom_field_settings_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_custom_field_settings_for_portfolio(self, portfolio_gid, opts, **kwargs)
:param async_req bool
:param str portfolio_gid: Globally unique identifier for the portfolio. (required)
:param int limit: Results per page. The number of objects to return per page. The value must be between 1 and 100.
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
:param list[str] opt_fields: This endpoint returns a compact resource, which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
:return: CustomFieldSettingResponseArray
If the method is called asynchronously,
Expand All @@ -69,7 +69,7 @@ def get_custom_field_settings_for_portfolio_with_http_info(self, portfolio_gid,
:param async_req bool
:param str portfolio_gid: Globally unique identifier for the portfolio. (required)
:param int limit: Results per page. The number of objects to return per page. The value must be between 1 and 100.
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
:param list[str] opt_fields: This endpoint returns a compact resource, which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
:return: CustomFieldSettingResponseArray
If the method is called asynchronously,
Expand Down Expand Up @@ -190,7 +190,7 @@ def get_custom_field_settings_for_project(self, project_gid, opts, **kwargs): #
:param async_req bool
:param str project_gid: Globally unique identifier for the project. (required)
:param int limit: Results per page. The number of objects to return per page. The value must be between 1 and 100.
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
:param list[str] opt_fields: This endpoint returns a compact resource, which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
:return: CustomFieldSettingResponseArray
If the method is called asynchronously,
Expand All @@ -215,7 +215,7 @@ def get_custom_field_settings_for_project_with_http_info(self, project_gid, opts
:param async_req bool
:param str project_gid: Globally unique identifier for the project. (required)
:param int limit: Results per page. The number of objects to return per page. The value must be between 1 and 100.
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
:param list[str] opt_fields: This endpoint returns a compact resource, which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
:return: CustomFieldSettingResponseArray
If the method is called asynchronously,
Expand Down
4 changes: 2 additions & 2 deletions asana/api/custom_fields_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def get_custom_fields_for_workspace(self, workspace_gid, opts, **kwargs): # noq
:param async_req bool
:param str workspace_gid: Globally unique identifier for the workspace or organization. (required)
:param int limit: Results per page. The number of objects to return per page. The value must be between 1 and 100.
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
:param list[str] opt_fields: This endpoint returns a compact resource, which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
:return: CustomFieldResponseArray
If the method is called asynchronously,
Expand All @@ -631,7 +631,7 @@ def get_custom_fields_for_workspace_with_http_info(self, workspace_gid, opts, **
:param async_req bool
:param str workspace_gid: Globally unique identifier for the workspace or organization. (required)
:param int limit: Results per page. The number of objects to return per page. The value must be between 1 and 100.
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. 'Note: You can only pass in an offset that was returned to you via a previously paginated request.'
:param str offset: Offset token. An offset to the next page returned by the API. A pagination request will return an offset token, which can be used as an input parameter to the next request. If an offset is not passed in, the API will return the first page of results. *Note: You can only pass in an offset that was returned to you via a previously paginated request.*
:param list[str] opt_fields: This endpoint returns a compact resource, which excludes some properties by default. To include those optional properties, set this query parameter to a comma-separated list of the properties you wish to include.
:return: CustomFieldResponseArray
If the method is called asynchronously,
Expand Down
Loading

0 comments on commit bab9fe8

Please sign in to comment.