Skip to content

Commit

Permalink
Small formatting fix in API for contributors (#25336)
Browse files Browse the repository at this point in the history
Fixed some curly brackets that should have been square brackets
  • Loading branch information
rachaelshaw authored Jan 10, 2025
1 parent 7e419f9 commit d27d679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Contributing/API-for-contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -4179,7 +4179,7 @@ _Available in Fleet Premium._
```json
{
"team_name": "Foobar",
"app_store_apps": {
"app_store_apps": [
{
"app_store_id": "597799333",
"self_service": false
Expand All @@ -4188,7 +4188,7 @@ _Available in Fleet Premium._
"app_store_id": "497799835",
"self_service": true,
}
}
]
}
```

Expand Down

0 comments on commit d27d679

Please sign in to comment.