# Update Geo Fencing of Organization Update details of a specific geo fence Endpoint: PUT /organization/{org_id}/update/geo-fence/{id} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `id` (integer, required) Id provided via path. Example: 2 - `org_id` (integer, required) Org Id provided via path. Example: 32 ## Request fields (application/json): - `name` (string, required) Name of put /organization/{org_id}/update/geo-fence/{id} request. Example: "Amritsar Main Office" - `latitude` (number, required) Latitude of put /organization/{org_id}/update/geo-fence/{id} request. Example: 31.634 - `longitude` (number, required) Longitude of put /organization/{org_id}/update/geo-fence/{id} request. Example: 74.8723 - `radius` (integer, required) Radius of put /organization/{org_id}/update/geo-fence/{id} request. Example: 75 - `is_active` (integer, required) Is active of put /organization/{org_id}/update/geo-fence/{id} request. Example: 1 ## 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"