Skip to content

Commit ea8ee82

Browse files
committed
update swagger documentation with new parameters for send endpoint
1 parent 1176d68 commit ea8ee82

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

swagger.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,27 @@
14471447
"type": "string",
14481448
"example": "Primary Contact"
14491449
}
1450+
},
1451+
"contactIds": {
1452+
"type": "array",
1453+
"description": "A list of contact IDs to email",
1454+
"items": {
1455+
"type": "string",
1456+
"example": "ba262fa3-38d9-4c88-b49b-ab306349124a"
1457+
}
1458+
},
1459+
"entityIds": {
1460+
"type": "array",
1461+
"description": "A list of entity (facility) IDs, the associated contacts will receive emails.",
1462+
"items": {
1463+
"type": "string",
1464+
"example": "ba262fa3-38d9-4c88-b49b-ab306349124a"
1465+
}
1466+
},
1467+
"entityType": {
1468+
"type": "string",
1469+
"description": "A list of entity (facility) types, the associated contacts will receive emails.",
1470+
"example": "Assisted Living Facility"
14501471
}
14511472
}
14521473
}

0 commit comments

Comments
 (0)