Skip to content

Commit

Permalink
rename group activity response and event at field
Browse files Browse the repository at this point in the history
  • Loading branch information
disideris committed Jun 14, 2024
1 parent 705ab33 commit 7a0d411
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ definitions:
id:
type: string
description: The ID of the activity
eventAt:
event_at:
description: time event took place (RFC3339)
type: string
format: date-time
Expand Down Expand Up @@ -2010,7 +2010,7 @@ definitions:
type:
$ref: "#/definitions/GroupMemberType"

GroupTotalActivityLogResponse:
GroupActivityResponse:
description: Object containing activity logs of a group and its content (arrays and subgroups) along with pagination metadata
type: object
properties:
Expand Down Expand Up @@ -2710,7 +2710,7 @@ paths:
'200':
description: Activity logs of group and all its content along with the pagination metadata
schema:
$ref: "#/definitions/GroupTotalActivityLogResponse"
$ref: "#/definitions/GroupActivityResponse"
'502':
description: Bad Gateway
default:
Expand Down

0 comments on commit 7a0d411

Please sign in to comment.