Skip to content

Commit 69c7f21

Browse files
authored
Fix type of expireTimestamp (#106)
It's not float or double, but actual integer
1 parent f8dd567 commit 69c7f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage-audience.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ components:
767767
`READ`: Can use only.
768768
`READ_WRITE`: Can use and update.
769769
expireTimestamp:
770-
type: number
770+
type: integer
771771
format: int64
772772
description: |+
773773
Time of audience expiration. Only returned for specific audiences.

0 commit comments

Comments
 (0)