Skip to content

Commit

Permalink
Modified generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Dec 12, 2024
1 parent 26ee4d3 commit ddb336b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __init__(self, version: Version, organization_sid: str, account_sid: str):

def fetch(self) -> AccountInstance:
"""
Fetch1 the AccountInstance
Fetch the AccountInstance
:returns: The fetched AccountInstance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,6 @@ def create(self, public_api_create_role_assignment_request: PublicApiCreateRoleA

headers["Accept"] = "application/json"

headers["Accept"] = "application/scim+json"


payload = self._version.create(method='POST', uri=self._uri, data=data, headers=headers)

Expand All @@ -324,8 +322,6 @@ async def create_async(self, public_api_create_role_assignment_request: PublicAp

headers["Accept"] = "application/json"

headers["Accept"] = "application/scim+json"


payload = await self._version.create_async(method='POST', uri=self._uri, data=data, headers=headers)

Expand Down
2 changes: 1 addition & 1 deletion twilio/rest/preview_iam/versionless/organization/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ async def delete_async(self) -> bool:

def fetch(self) -> UserInstance:
"""
Fetch1 the UserInstance
Fetch the UserInstance
:returns: The fetched UserInstance
Expand Down

0 comments on commit ddb336b

Please sign in to comment.