Skip to content
Gallery
API Documentation Admin Webapp
Share
Explore
ORGANIZATION

ORGANIZATION UPDATE

PUT /organization/update/:id

Request
{
"website":"<<string>>",
"address":"<<string>>",
"city":"<<string>>",
"state":"<<string>>",
}
Response (Success)
{
"status":true,
"code":"ORGANIZATION_UPDATE_SUCCESS",
"payload":{
"id":"<<string>>",
"created_at":"<<date>>",
"updated_at":"<<date>>",
}

}

Response (Error)
{
"status": false,
"code": "ORGANIZATION_UPDATE_FAILED",
"message": "Bad request"
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.