-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
any attempt to add a team to a workspace do not work using any of the combinations below
Workspaces().add_team
https://api.veracode.com/srcclr/v3/workspaces/{workspace_guid}/teams/{team_guid}
api_uri = "https://api.veracode.com/srcclr/v3/workspaces"
payload = {
"name": workspace_name,
"teams": [
{"id": team_id,
"name": workspace_name}
]
}
api_uri = "https://api.veracode.com/srcclr/v3/workspaces"
payload = {
"name": workspace_name,
"teams": [
{"id": team_id}
]
}
Metadata
Metadata
Assignees
Labels
No labels