organisation
update an organization
updates an organization
patch/organisations/{orgId}
Path parameters
orgIdstring uuid required
Request body
Response
organization updated successfully
Example response
{
"status": "success",
"status_code": 200,
"message": "organization updated successfully",
"data": {
"organisation_id": "01910544-d1e1-7ada-bdac-c761e527ec91",
"name": "daveOrg",
"description": "something something",
"email": "org@gmail.com",
"state": "lagos",
"industry": "tech",
"type": "sometype",
"address": "somewhere somewhere",
"created_at": "2024-07-30T21:11:21.9538358+01:00",
"updated_at": "2024-07-30T21:11:21.9538358+01:00"
}
}Changes
Changed in 2 of the 15 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲