Skip to content

Commit 2bbcc7b

Browse files
committed
Removing test data
1 parent b48e6f4 commit 2bbcc7b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

REST_API_v2/Teams/add_user_to_team.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
import requests
2929

3030
# Update to match your API key
31-
API_KEY = '3c3gRvzx7uGfMYEnWKvF'
31+
API_KEY = ''
3232

3333
# Update to match your IDs
34-
TEAM_ID = 'PYYWGIO'
35-
USER_ID = 'P0H7Y7J'
34+
TEAM_ID = ''
35+
USER_ID = ''
3636

3737

3838
def add_user_to_team():

0 commit comments

Comments
 (0)