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

Commit

Permalink
falsayab-patch-1 (#1016)
Browse files Browse the repository at this point in the history
* Add Code Snippets to Spec Files

* Add Code Snippets to Spec Files

---------

Co-authored-by: Ful Al Sayab <[email protected]>
Co-authored-by: Michael Coughlin <[email protected]>
  • Loading branch information
3 people authored May 31, 2023
1 parent b4a064a commit 8e77ed4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions site/specs/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ paths:
- $ref: '#/components/parameters/errorCode'
- $ref: '#/components/parameters/fromDateTime'
- $ref: '#/components/parameters/toDateTime'
- $ref: '#/components/parameters/campaignId'
- $ref: '#/components/parameters/sort'
- $ref: '#/components/parameters/pageToken'
- $ref: '#/components/parameters/limit'
Expand Down Expand Up @@ -1492,6 +1493,14 @@ components:
example: 2022-09-14T18:20:16.000Z
schema:
type: string
campaignId:
in: query
name: campaignId
required: false
description: The campaign ID of the message.
example: CJEUMDK
schema:
type: string
sort:
in: query
name: sort
Expand Down Expand Up @@ -1661,6 +1670,11 @@ components:
description: The campaign class of the message if it has one.
nullable: true
example: T
campaignId:
type: string
description: The campaign ID of the message if it has one.
nullable: true
example: CJEUMDK
pageInfo:
title: PageInfo
type: object
Expand Down

0 comments on commit 8e77ed4

Please sign in to comment.