Skip to content

Commit

Permalink
fix content type
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliya Smith committed Feb 22, 2021
1 parent d69e386 commit 699fda4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/file-events.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ paths:
200:
description: 'Success: List of groups matching the query.'
content:
'*/*':
application/json:
schema:
$ref: '#/components/schemas/GroupingResponse'
deprecated: false
Expand Down Expand Up @@ -1415,7 +1415,7 @@ components:
type: string
description: Time at which the saved search was last modified.
format: date-time
example: 2020-10-27T15:20:26.311894Z
example: '2020-10-27T15:20:26.311894Z'
name:
type: string
description: Name given to the saved search.
Expand Down

0 comments on commit 699fda4

Please sign in to comment.