Skip to content

Commit

Permalink
Merge pull request #157 from buildkite/bm/fix_api_typo
Browse files Browse the repository at this point in the history
fix typo in createteam suite api call
  • Loading branch information
gilesgas authored Dec 6, 2024
2 parents ef0939b + 39a000b commit ae4ffa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/apis/rest_api/teams/suites.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Creates an association between a team and a suite.

```bash
curl -H "Authorization: Bearer $TOKEN" \
-X POST "https://api.buildkite.com/v2/organizations/{org.slug}/teams/{team.uuid}/suite/" \
-X POST "https://api.buildkite.com/v2/organizations/{org.slug}/teams/{team.uuid}/suites/" \
-H "Content-Type: application/json" \
-d '{
"suite_id": suite.uuid,
Expand Down

0 comments on commit ae4ffa6

Please sign in to comment.