Skip to content

CAN'T ADD TEAM TO WORKSPACE #120

@bnakhlis

Description

@bnakhlis

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions