# Update Organization Updates the details of an organization. Endpoint: PUT /organization/{org_id}/update Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `org_id` (string, required) Path parameter: id ## Request fields (application/json): - `name` (string, required) Name of put /organization/{org_id}/update request. Example: "iVALT" - `organization_code` (string, required) Organization code of put /organization/{org_id}/update request. Example: "iVALT-1002wew" - `has_geo_fencing` (integer, required) Has geo fencing of put /organization/{org_id}/update request. Example: 1 - `is_active` (integer, required) Is active of put /organization/{org_id}/update request. - `number_geo_fencing` (integer, required) Number geo fencing of put /organization/{org_id}/update request. Example: 5 ## Response 200 fields (application/json): - `status` (string, required) Outcome of the request. Always success for 2xx responses. Enum: "success" - `message` (string, required) Short description of the successful operation outcome. Example: "Operation completed successfully" ## Response 400 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request.. Example: "Bad request - missing or invalid data" ## Response 401 fields (application/json): - `status` (string, required) Outcome of the request. Always error for 4xx/5xx responses. Enum: "error" - `message` (string, required) Detailed explanation of the error to help clients fix the request.. Example: "Bad request - missing or invalid data"