PUT
/
organization
/
{organizationId}
curl --request PUT \
  --url https://app-preprod.cybedefend.com/organization/{organizationId} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "email": "jsmith@example.com",
  "country": "<string>",
  "address": "<string>",
  "website": "<string>",
  "isActive": true
}'
{
  "message": "<string>"
}

Path Parameters

organizationId
string
required

Organization identifier

Body

application/json

Response

200
application/json

Organization updated

The response is of type object.