10000 Modified generated files · twilio/twilio-python@ddb336b · GitHub
[go: up one dir, main page]

Skip to content

Commit ddb336b

Browse files
committed
Modified generated files
1 parent 26ee4d3 commit ddb336b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

twilio/rest/preview_iam/versionless/organization/account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def __init__(self, version: Version, organization_sid: str, account_sid: str):
116116

117117
def fetch(self) -> AccountInstance:
118118
"""
119-
Fetch1 the AccountInstance
119+
Fetch the AccountInstance
120120
121121
122122
:returns: The fetched AccountInstance

twilio/rest/preview_iam/versionless/organization/role_assignment.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,6 @@ def create(self, public_api_create_role_assignment_request: PublicApiCreateRoleA
298298

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

301-
headers["Accept"] = "application/scim+json"
302-
303301

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

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

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

327-
headers["Accept"] = "application/scim+json"
328-
329325

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

twilio/rest/preview_iam/versionless/organization/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ async def delete_async(self) -> bool:
469469

470470
def fetch(self) -> UserInstance:
471471
"""
472-
Fetch1 the UserInstance
472+
Fetch the UserInstance
473473
474474
475475
:returns: The fetched UserInstance

0 commit comments

Comments
 (0)
0