Skip to content

Commit

Permalink
Added max callbacks to Context
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi Prakash committed Apr 4, 2023
1 parent e49555f commit 25b73d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/v0/api/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,10 @@ components:
ttl:
type: string
description: The duration in ISO8601 format after timestamp for which this message holds valid
max_callbacks:
type: integer
description: The maximum number of callbacks the BAP expects from the BPP. If set to zero, then BAP is not expecting a callback. If set to -1 the BAP can expect any number of callbacks.
default: 1
required:
- domain
- action
Expand Down

0 comments on commit 25b73d8

Please sign in to comment.