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
The body is of type object.
object
organization object
The response is of type object.
Was this page helpful?