Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Add Code Snippets to Spec Files
Browse files Browse the repository at this point in the history
  • Loading branch information
DX-Bandwidth committed Sep 21, 2023
1 parent 13a8eea commit 08cb5d6
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions site/specs/active-call-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,16 @@ components:
type: string
description: HTTP method to be used.
example: GET
example:
href: >-
/accounts/9903248/activeCalls/MTU2MDI4ODE1XzgzMzQ4OTg4QDE5Mi4xNjguMTMyLjQx
rel: ActiveCallInfo
method: GET
example:
- href: >-
/accounts/9903248/activeCalls/MTU2MDI4ODE1XzgzMzQ4OTg4QDE5Mi4xNjguMTMyLjQx
rel: ActiveCallInfo
method: GET
data:
type: object
properties:
Expand Down Expand Up @@ -319,7 +329,7 @@ components:
type: string
description: URI of the link.
example: >-
/accounts/9903248/activeCalls/callCaptures?source=17706308523&destination=17706308523&startUtc=2018-02-06T18:07:12.644334
/accounts/9903248/activeCalls/?source=17706308523&destination=17706308523&startUtc=2018-02-06T18:07:12.644334
rel:
type: string
description: Specifies the relationship between this link and the resource.
Expand All @@ -330,12 +340,12 @@ components:
example: GET
example:
href: >-
/accounts/9903248/activeCalls/callCaptures?source=17706308523&destination=17706308523&startUtc=2018-02-06T18:07:12.644334
/accounts/9903248/activeCalls/?source=17706308523&destination=17706308523&startUtc=2018-02-06T18:07:12.644334
rel: ActiveCallInfo
method: GET
example:
- href: >-
/accounts/9903248/activeCalls/callCaptures?source=17706308523&destination=17706308523&startUtc=2018-02-06T18:07:12.644334
/accounts/9903248/activeCalls/?source=17706308523&destination=17706308523&startUtc=2018-02-06T18:07:12.644334
rel: ActiveCallInfo
method: GET
data:
Expand Down

0 comments on commit 08cb5d6

Please sign in to comment.