Skip to content

BUG: As per the latest API Spec the URL construct should be using slug name instead of team name #11

@aamirk-splunk

Description

@aamirk-splunk

details, err := c.makePublicAPICall("PUT", "v1/team/"+team.Name, bytes.NewBuffer(jsonTeam), nil)

The bug is that it constructs the URL as /v1/team/{team.Name} instead of /v1/team/{team.Slug}. Since the API identifies teams by slug (like team-abc123), not by display name, this breaks updates.

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