v1
latestOpenAPI 3.0.22026-07-14141623.7 KBUpdate a single sender
put/settings/organizations/{organizationName}/senders/{senderName}
Path parameters
organizationNamestring required
Fetch senders with this organization name
senderNamestring required
The name of a sender to the data hub
Request body
Example request
{
"meta": {
"createdBy": "jj@phd.gov",
"version": 11
},
"name": "simple_report.default",
"organizationName": "az-phd",
"schema": "az-phd-covid-19",
"topic": "covid-19"
}Response
OK
Example response
[
{
"meta": {
"createdBy": "jj@phd.gov",
"version": 11
},
"name": "simple_report.default",
"organizationName": "az-phd",
"schema": "az-phd-covid-19",
"topic": "covid-19"
}
]