Skip to content

Commit

Permalink
fix: update docs with accurate response body (#22360)
Browse files Browse the repository at this point in the history
  • Loading branch information
jahzielv authored Sep 25, 2024
1 parent adf3ad6 commit 38ba6cc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/Contributing/API-for-contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,20 @@ Content-Type: application/octet-stream
"location": "https://example.com/mdm/apple/mdm",
"renew_date": "2024-10-20T00:00:00Z",
"terms_expired": false,
"teams": [1, 2, 3]
"teams": [
{
"team_id": 1,
"name": "Team 1"
},
{
"team_id": 2,
"name": "Team 2"
},
{
"team_id": 2,
"name": "Team 3"
},
]
}
```

Expand Down

0 comments on commit 38ba6cc

Please sign in to comment.