Skip to main content
POST
/
organization
/
{id}
cURL
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

name
string
required
description
string
websiteUrl
string

Response

organization object

isUpdated
boolean
required