Skip to content

Commit

Permalink
Update OpenAPI schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 16, 2024
1 parent 5651901 commit 2b129fc
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion core-api/core-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4089,6 +4089,30 @@
}
}
},
"TeamPreviewResponse": {
"properties": {
"_links": {
"type": "object",
"properties": {
"self": {
"type": "string",
"description": "Link to resource",
"example": "https://yourCompany.api.frontapp.com/teams/tim_aqsa"
}
}
},
"id": {
"type": "string",
"description": "Unique identifier of the team",
"example": "tim_aqsa"
},
"name": {
"type": "string",
"description": "Name of the team",
"example": "Stanley's crossword puzzle team"
}
}
},
"TeamResponse": {
"properties": {
"_links": {
Expand Down Expand Up @@ -4837,7 +4861,7 @@
"_results": {
"type": "array",
"items": {
"$ref": "#/components/schemas/TeamResponse"
"$ref": "#/components/schemas/TeamPreviewResponse"
}
}
}
Expand Down

0 comments on commit 2b129fc

Please sign in to comment.