Modify an existing organization’s details
cURL
curl --request PUT \ --url https://api.fluxend.app/organizations/{organizationUUID} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "content": { "createdAt": "<string>", "createdBy": "<string>", "name": "<string>", "updatedAt": "<string>", "updatedBy": "<string>", "uuid": "<string>" }, "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Organization ID
Updated organization details
The body is of type object.
object
Organization updated
The response is of type object.