Skip to content

Commit

Permalink
[EM-642] Subscriptions Endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesthompson26-nhs committed Nov 14, 2023
1 parent 7db002b commit e9b6722
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specification/multicast-notification-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ paths:
description: "A description of why this subscription is defined."
criteria:
type: "string"
description: " Criteria for the subscription formatted as a JSON path."
description: " Criteria for the subscription."
channel:
type: "object"
required:
Expand All @@ -444,7 +444,7 @@ paths:
status: "active"
end: "2022-04-05T17:31:00.000Z"
reason: "A description of why this subscription is defined."
criteria: "json blob"
criteria: "eventType=pds-change-of-gp-1&;patient.identifier=123455435"
channel:
type: "message"
endpoint: "arn:aws:sqs:eu-west-2:123456789012:queue1"
Expand Down Expand Up @@ -609,7 +609,7 @@ paths:
status: "active"
end: "2022-04-05T17:31:00.000Z"
reason: "A description of why this subscription was created."
criteria: "json blob"
criteria: "eventType=pds-change-of-gp-1&;patient.identifier=123455435"
channel:
type: "message"
endpoint: "arn:aws:sqs:eu-west-2:123456789012:queue1"
Expand All @@ -619,7 +619,7 @@ paths:
status: "active"
end: "2022-04-05T17:31:00.000Z"
reason: "A description of why this subscription was created."
criteria: "json blob"
criteria: "eventType=pds-change-of-gp-1"
channel:
type: "message"
endpoint: "arn:aws:sqs:eu-west-2:123456789012:queue1"
Expand Down

0 comments on commit e9b6722

Please sign in to comment.