Skip to content

Commit

Permalink
Add object and created_at property in Channel Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Dec 19, 2023
1 parent 9a2163d commit a66c32e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ components:
required:
- id
- url
- object
properties:
id:
type: string
Expand All @@ -475,6 +476,12 @@ components:
type: string
description:
type: string
object:
type: string
enum:
- channel
created_at:
type: number
image_url:
type: string
lead:
Expand Down

0 comments on commit a66c32e

Please sign in to comment.