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 }
update an organization
The id value of the organization you want to update.
updated organization info
organization object
Was this page helpful?