Skip to content

Commit

Permalink
adding spec for follow context on frame validation api (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavmukherji authored Feb 1, 2024
1 parent 2ec87c7 commit 28cc0fa
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2002,8 +2002,16 @@ paths:
message_bytes_in_hex:
type: string
description: Hexadecimal string of message bytes.
example:
cast_reaction_context:
type: boolean
description: Indicates whether the interactor reacted to the cast with the frame.
follow_context:
type: boolean
description: Indicates whether the interactor follows or is followed by the cast author.
example:
message_bytes_in_hex: "0a49080d1085940118f6a6a32e20018201390a1a86db69b3ffdf6ab8acb6872b69ccbe7eb6a67af7ab71e95aa69f10021a1908ef011214237025b322fd03a9ddc7ec6c078fb9c56d1a72111214e3d88aeb2d0af356024e0c693f31c11b42c76b721801224043cb2f3fcbfb5dafce110e934b9369267cf3d1aef06f51ce653dc01700fc7b778522eb7873fd60dda4611376200076caf26d40a736d3919ce14e78a684e4d30b280132203a66717c82d728beb3511b05975c6603275c7f6a0600370bf637b9ecd2bd231e"
cast_reaction_context: true
follow_context: false
responses:
"200":
description: Successful operation.
Expand Down

0 comments on commit 28cc0fa

Please sign in to comment.