v1
latestOpenAPI 3.0.22026-07-14141623.7 KBCreate or update the direct settings associated with an organization
put/settings/organizations/{organizationName}
Path parameters
organizationNamestring required
The name of the organization
Request body
Example request
{
"countyName": "Pima",
"description": "Arizona PHD",
"meta": {
"createdBy": "jj@phd.gov",
"version": 11
},
"name": "az-phd",
"stateCode": "AZ"
}Response
OK, the organization setting was updated
Example response
{
"countyName": "Pima",
"description": "Arizona PHD",
"meta": {
"createdBy": "jj@phd.gov",
"version": 11
},
"name": "az-phd",
"stateCode": "AZ"
}