POST
/
organization
/
{id}
curl --request POST \
  --url https://api.wapikit.com/api/organization/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "description": "<string>",
  "websiteUrl": "<string>"
}'
{
  "isUpdated": true
}

Path Parameters

id
string
required

The id value of the organization you want to update.

Body

application/json

updated organization info

The body is of type object.

Response

200
application/json

organization object

The response is of type object.