Skip to content

Commit

Permalink
Update api.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielraeder committed Mar 29, 2024
1 parent de4362a commit cff46ea
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions openAPI/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1199,26 +1199,22 @@ definitions:
events.Event:
type: object
properties:
type:
type: string
description: The type or category of the event.
action:
type: string
description: The action associated with the event.
example: "create"
data:
type: object
additionalProperties: {}
description: Additional data associated with the event.
id:
type: string
description: The unique identifier of the event.
example: "event123"
timestamp:
type: string
description: The timestamp indicating when the event occurred.
example: "2023-01-01T12:00:00Z"
type:
type: string
description: The type or category of the event.
example: "user_activity"
integrations.IntegrationsResponseItem:
type: object
properties:
Expand Down Expand Up @@ -1453,15 +1449,12 @@ definitions:
last_update:
type: string
description: The timestamp indicating when the data was last updated.
example: '2021-01-01T00:00:00Z'
next:
type: integer
description: The index indicating the next page of items.
example: 10
total:
type: integer
description: The total number of items across all pages.
example: 10
internal.PaginatedItems-paylinks_PaymentLinkResponse:
type: object
properties:
Expand Down

0 comments on commit cff46ea

Please sign in to comment.