updateorganization

description

Updates an existing Buzzy Organization

parameters

The X-Auth-Token and X-User-Id are derived from the values authToken and userId returned from the login endpoint and are used in the HTTP header.

organizationID - required, the organization ID to be updated.

organizationInfo - required, JSON object that has properties to be updated.

Resource

{
	"organizationID":"<organization ID to update>",
	"organizationInfo":{
		"name": "<updated organization name>",
		"description": "<updated organization description>"
	}
}

response

Returns the status of the request

example

You should get back:


Last updated