Skip to content

Commit

Permalink
fixes typo, adds commas
Browse files Browse the repository at this point in the history
  • Loading branch information
itsalyse authored Feb 8, 2024
1 parent 1de58d1 commit 5b02b7b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions content/v2/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,7 @@ paths:
$ref: '#/components/schemas/RegistrantChange'
'400':
$ref: '#/components/responses/400'
summary: Start registrant chnange
summary: Start registrant change
'/{account}/domains/{domain}/collaborators/{collaborator}':
delete:
description: Removes a collaborator from the domain.
Expand Down Expand Up @@ -2701,14 +2701,14 @@ paths:
get:
description:
Queries and returns DNS Analytics data available for the provided query parameters.
This API is currently in Public Beta. During the Public Beta period changes may occur at any time.
This API is currently in Public Beta. During the Public Beta period, changes may occur at any time.
parameters:
- $ref: '#/components/parameters/Account'
- name: start_date
description:
Only include results after the given date. Format is ISO8601 (YYYY-MM-DD).
It can be at most 31 days away from the end_date.
If omitted it defaults to 31 days ago.
It can be a max. of 31 days away from the end_date.
If omitted, it defaults to 31 days ago.
style: form
in: query
required: false
Expand All @@ -2717,16 +2717,16 @@ paths:
- name: end_date
description:
Only include results before the given date. Format is ISO8601 (YYYY-MM-DD).
It can be at most 31 days away from the start_date.
If omitted it defaults to 1 day ago.
It can be a max. of 31 days away from the start_date.
If omitted, it defaults to 1 day ago.
style: form
in: query
required: false
schema:
$ref: '#/components/schemas/Date'
- name: groupings
description:
How to group the results about the account's DNS analytics.
How to group the results of the account's DNS analytics.
No groupings will be applied by default unless specified.
Multiple groupings can be provided, separated by a comma.
Applying groupings to the query will add columns to the response payload.
Expand Down

0 comments on commit 5b02b7b

Please sign in to comment.