|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
"get": {
|
|
|
"tags": ["Teams"],
|
|
|
- "summary": "Caution\nThis endpoint may change in the future without notice.",
|
|
|
+ "summary": "Caution: this endpoint may change in the future without notice.",
|
|
|
"description": "Return a set of points representing a normalized timestamp and the number of events seen in the period.\n\nQuery ranges are limited to Sentry’s configured time-series resolutions.",
|
|
|
"operationId": "Retrieve Event Counts for a Team",
|
|
|
"parameters": [
|
|
@@ -26,7 +26,7 @@
|
|
|
{
|
|
|
"name": "stat",
|
|
|
"in": "query",
|
|
|
- "description": "The name of the stat to query `(\"received\", \"rejected\")`",
|
|
|
+ "description": "The name of the stat to query `(\"received\", \"rejected\")`.",
|
|
|
"schema": {
|
|
|
"type": "string",
|
|
|
"enum": ["received", "rejected"]
|